Category Archives: Presentations

Slides and Code from NYC (Winter) Code Camp 2011–(How to) Put your Code First with Entity Framework

I would like to thank everyone for attending my presentation this Saturday at the NYC (Winter) Code Camp! I really enjoyed the high level of interest and participation from the attendees. Unfortunately, we only had 75 minutes to talk about Entity Framework and EF Code First but thankfully we have the internet!
Thanks to all [...]

Also posted in .NET Framework, User Groups | Tagged , , , , , , , , , | 1 Comment

Screencast Completed: What’s new in MVC3–Part 1: Framework and Tools

UPDATE: Streaming Video Solution Added!!!
I’ve completed my first screencast on what’s new in MVC3, covering new features such as Razor View Engine, NuGet, and Multiple View Engine support.
I’m working on getting a streaming solution worked out, but until then, I’m including a link to download the screencast in High Definition .mp4 format.  The file is [...]

Also posted in .NET Framework, Enterprise .NET | 3 Comments

What’s New in ASP.NET MVC 3

I did a tech talk (an internal presentation for Tallan) on 11/30 with the intent to do a quick demonstration of the new features of ASP.NET MVC3.  Unfortunately (or fortunately, depending on how you look at it), there’s are just too many new features to cover in a 45 minute presentation.
I’m writing a series of [...]

Also posted in .NET Framework | Tagged , , , | 1 Comment

EF4 and WCF Data Services presentation materials from Hartford Code Camp 3

As some of you know, I presented on Entity Framework 4 and WCF Data Services 4 at Hartford Code Camp back on June 19th. I have posted the material from the code camp here.

Also posted in .NET Framework, Enterprise .NET, User Groups, WCF | Tagged , , , , , | 1 Comment

ASP.NET MVC Primer – Presentation Materials

Here are the links to the material from the ASP.NET MVC 2 Primer presentation given at the 3rd Annual Hartford Code Camp on Saturday, June 19, 2010:
Powerpoint Slides: Primer.pptx
Source Code: PrimerDemoSource.zip
Disclaimer:
I have done some Very Bad Thingsâ„¢ in this code in order to speed up the presentation that are always considered bad practice.   The most [...]

Also posted in .NET Framework, Enterprise .NET, User Groups | Tagged , , | 5 Comments

RESTFul Services in Silverlight – CT Code Camp June 2009

Downloade the Presentation and CodeÂ
The Connecticut User Group organized a full day code camp event in Bloomfield, CT. The topic I presented on was “RESTFul Services and Silverlight”. The presentation was organized around the following main topics:

Web Services via SOAP
RESTFul Services
Creating a WCF RESTFul Service
Consuming a Custom WCF RESTFul Service in Silverlight

The attached slide deck will [...]

Also posted in .NET Framework, User Groups, WCF | Tagged , , , | Leave a comment

Content from LINQ Code Camp Presentation (6/13/09)

On June 13, 2009 I was privileged to give a presentation at the Hartford Code Camp at New Foundations in Bloomfield, CT.   The event was a great success, with 29 presenters,  35 sessions, and more than 150 people in attendance.  I’d like to say thank you to anyone who was able to attend my session [...]

Also posted in .NET Framework | Tagged , , , , | Leave a comment

Creating Databound Silverlight 2.0 Web Applications

This topic was presented during the February CTDOTNET user group meeting in Farmington, CT.
The attached presentation (Slide Deck) and source code (Source Code) provide an introduction to creating databound application using silverlight 2.0
Requirements

Visual Studio 2008
Silveright Tools (SDK, Controls, Templates). http://silveright.net/GetStarted
SQl Server 2005 and AdventureWorks Sample Database: To run the web service example.

Overview

Basic Data Binding

Data Context
BindingProperty

Data [...]

Also posted in .NET Framework, User Groups | Leave a comment

ASP.NET MVC presentation materials from Code Camp 10

Hi all,
Acouple of weekends ago at Code Camp 10, I presented on the ASP.NET Model View Controller (MVC) Framework. As promised, I have attached the presentation for all to see.
I would like to thank my co-worker Stan Kennedy for his assistance with the slide deck (actually, he deserves most, if not all of the credit [...]

Also posted in .NET Framework | Tagged , , , | Leave a comment

Hartford Code Camp – Spring.NET Presentation Material

This Saturday was the first Hartford Code Camp. I presented on SpringFramework.NET specifically regarding Inversion of Control (IOC).
The presentation is in PowerPoint and discusses some of the basic concepts that need to be understood prior to understanding Spring.NET.
The source code is what was demonstrated during the presentation. It contains two solution folders.

TightlyCoupledClasses – Example of [...]

Also posted in User Groups | Leave a comment