.Net Links of the Day: Class Builder Wizard, OpenID. Visual WebGui and Patent Extortion
The most radical revolutionary will become a conservative the day after the revolution. - Hannah Arendt CODEPLEX: Class Builder Wizard is a Microsoft Visual Studio wizard that generates data object classes and a full data layer implementation for Microsoft SQL Server database objects. It can also be used to quickly create custom classes (not necessarily based on a database object) by defining the structure of the class "manually." And, it works with Visual Studio 2008! If you've gotten frustrated waiting for updates to the Repository Factory and other GAT-based add-ins, then this is for you. It's simple, elegant and it gives you all the "DAL" code you need for your deal to work! All you do is "Add Item" and choose the template and follow the "Way of the Wizard"! It even generates a .SQL file with all the T-SQL Code to get your database in synch with the generated DAL code. OPENID: I've UnBlogged about OpenID before , intimating tha...