Introduction If you develop multitier applications that use a consistent data access framework, you will realize that most of your codes follow a certain pattern, and can be generated automatically. This code generator is based on a Data Access Framework (DAF) from my earlier post. Building a Data Access...
Introduction A couple of times when developing a new application, you’ll need to write some stored procedures for the basic CRUD (Create, Read, Update, and Delete) operations for each table in your database. Without at least these four, the software cannot be considered complete. I do consider...
Since yesterday it’s possible to use ReSharper 4.5 beta in combination with StyleCop by using StyleCop for ReSharper. This post gives you some information on all the three tools that I use to write source code in Visual Studio 2008 for business solutions faster and deliver better maintainable source...
One of my favorite productivity tools has been open sourced :) It has been placed on source forge with a BSD style license which means you can use it in open source, non profit and for profit applications. The project can be found here . ---- More information taken from: http://www.theserverside.net...