justncase80
Check me out on the web at justnbusiness.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Blender 3D, XNA and a little bone bending
Sep 23, 2011 at 8:55 AMThis is great. Very simple and practical, thanks!
Silverlight TV Episode 5: Using Metadata with MEF
Feb 01, 2010 at 10:17 AMI have to watch this video because the guy on the left looks like Dwight Shrute.
Build a CableCard MCE PC with Ceton TV Tuner
Jan 19, 2010 at 1:26 PMTheir website says March 31st!
Mike Klucher: XNA Framework games running on Zune
May 01, 2008 at 1:28 PMPablo Castro, Britt Johnston, Michael Pizzo: ADO.NET Entity Framework - One Year Later
Sep 04, 2007 at 10:21 AMThere is an open source project you can check out called NBusiness that focuses on generating business objects that you design. It is primarily concerned with an object first design paradigm. Well actually it's more like an Entity first than object first. You design your entities then it generates the objects and the database / stored procedures.
Of course you don't have to use the generated sql you can use it with existing databases by creating the necessary stored procedures for working with the existing database. It's also completely template driven and therefor the generated code is completely customizable and integrated into visual studio.