- Posted by Justin on July 24, 2008
This is a book that should be in your library if you are going to be doing development with ASP.NET AJAX.
Typically when you start learning ASP.NET Ajax all of the material centers around UpdatePanels and leaves out anything to do with the client-side scripts. This book will make you realize how much functionality you are missing by only using UpdatePanels.
Also, this book not only covers learning the ASP.NET AJAX client scripts but how to do object oriented javascript development.
- Posted by Justin on July 24, 2008
Stepen Bohlen is running a great screencast series called Summer of NHibernate . So far he has 6 sessions posted. If you are new to NHibernate it is a great way to get up to speed quickly.
- Posted by Justin on July 24, 2008
I am big fan of using keystrokes over using the mouse. The two blogs below have some great post on visual studio shortcuts.
Sara Ford's Weblog : Daily post of a Visual Studio Tip.
Chris Craft's Blog : Currently running a 31 days of Visual Studio Tips and Tricks
- Posted by Justin on July 24, 2008
I have made some changes to the Codesmith template that I created for ActiveRecord. One of the major changes made was for nullable database fields to use the c# nullable type (e.g. int?, DateTime?).
Download: ActiveRecord.zip (13.15 kb)