Browse by Tags

Introduction to Entity Framework Code First
20 September 11 12:44 AM | bipinjoshi
Entity Framework (EF) allows you to program against a model instead of dealing with a database directly. In EF 4.0 (that ships with .NET 4.0) you typically design a model from an existing database visually, using a designer provided for that purpose....
BinaryIntellect Code Generator (BETA) released
29 November 06 04:18 AM | bipinjoshi
One of the things I like about software development is the ability to automate monotonous tasks. Few weeks back I needed a free code generator for generating typical insert, update, delete, select all and select by Id kind of stored procedures and classes...
Filed under: ,
More Posts