Other News

Uncategorized

Webcast Today – Managing (and Controlling) Change with SQL Server

Webcast Today – Register Now Managing Change with Your SQL Server We’ll look into what options you have for managing change – from documenting your systems to how triggers work and how you can apply to them to your databases as an audit measure. We’ll also investigate other technologies you’ll want to know about when considering how you control and […]

Community

Programming with LINQ to SQL

(Paul Kimmel) The concept of object relational mapping (ORM) is not new. An ORM is a class (called an entity in this context) that has properties or fields that map to database columns. In this article, I will show you how easy it is to use LINQ to SQL to define an ORM, mapping a class to a database