.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
Category: <span>Database</span>

Grails Podcast @ JavaOne 2009 – Glen & Sven at the Microsoft booth looking at Grails on Mac

Ted demonstrates how his private MacBook uses Grails to connect to a MS SQL server using the new JDBC 4 driver for MS SQL. We thought we give this some extra footage. Ted demonstrates the Northwind database and scaffolded UI for these tables based on newly created domain classes.

10-4 Episode 15: Model-First Development with the Entity Framework 4.0

In this episode of 10-4, we introduce a new tooling enhancement coming with Visual Studio 2010 and the Entity Framework 4.0: model-first development. This feature allows you to create your Entity Data Model from scratch and then generate a database from it, as opposed to reverse engineering your EDM from …

Fluent NHibernate

TheVirtual ALT.NET Google group hosted a LiveMeeting event with Chad Myers to talk about Fluent NHibernate. Fluent NHibernate is a API that eliminates the messy XML files. It will create the mapping files and configuration file. In this demo, Chad will convert the Nhibernate Made Simple project on Code Project …