Category Archives: User Groups

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, Presentations | Tagged , , , , , , , , , | 1 Comment

.NET File Compression in Memory

File compression is nothing new to .NET.  However, in many solutions it requires the developer to establish a file folder which they will write the compressed file to and later read from.
This solution cannot work if you want to compress and use the file in memory without writing to disk.  An example of this [...]

Also posted in .NET Framework, Enterprise .NET | Tagged , , , | Leave a 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, Presentations, 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, Presentations | Tagged , , | 5 Comments