Wednesday 30 March 2011

Introduction to SQL Server Domain Modeling with the "M" Language

New article went up today on Code Product, introduction and link to full article is below.

Introduction

In this article, I will cover SQL Server Domain Modeling with “M” language and show how “M” language modeling can be used to create a schema in SQL Server as the target storage database. We will look at the basic constructs of the language, T-SQL generation, and how this model looks in Visual Studio by connecting Entity Framework to the created model within the database. We will not, however, focus on any client side code for connecting any front end to the Entity Framework; there are plenty of other resources for that elsewhere.

Full Article can be found here

http://www.codeproject.com/KB/database/M_language.aspx

No comments:

Post a Comment

Comments are welcome, but are moderated and may take a wee while before shown.