Just Published: Murach's ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008

Mike Murach & Associates has just published a new, C# edition of its popular ADO.NET book, Murach's ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008.

ITPro Today

October 30, 2009

2 Min Read
ITPro Today logo in a gray background | ITPro Today

Just Published: Murach'sADO.NET 3.5, LINQ, and the Entity Framework with C# 2008

Mike Murach &Associates has just published a new, C# edition of its popular ADO.NETbook, Murach's ADO.NET 3.5, LINQ, and theEntity Framework with C# 2008. The book covers best practices that today'sC# developer needs to know to create database applications.

The book covers four main application developmentareas: rapid application development (RAD) and prototyping, production applications,incorporating LINQ into Windows and web applications, and database programmingwith the Entity Framework.

In the area of RAD and prototyping, the book showshow to use ADO.NET tools, such as data sources and the DataGridView control,that enable developers to create working database applications in a minimum oftime, with a minimum of coding.

Relevant to production-application development, thebook shows how to go beyond the RAD tools, by using heavy-duty ADO.NET codingand object data sources to build three-layer production applications thatconsist of presentation, business, and database classes.

The book has a six-chapter section that's a shortcourse in LINQ, the .NET 3.5 feature that provides a consistent way to querydifferent types of data. This section covers LINQ to Objects, LINQ to DataSet,LINQ to SQL, LINQ data source controls for web applications, and LINQ to XML.

This book also helps get developers started using theEntity Framework, another .NET 3.5 feature that provides a flexible model formapping business objects in an application to database objects as well as generatingmuch of the code for such database programming. A four-chapter section showshow to create an Entity Data Model and work with it using LINQ to Entities,Entity SQL, and Entity data source controls for web applications.

The book uses Murach's standard format to presentthe content in two-page spreads, pairing a page of explanation with anillustrative page of syntax, screen shots, coding examples, and bulleted guidelines.Murach's ADO.NET 3.5, LINQ, and theEntity Framework with C# 2008 is available directly from the publisher at http://www.murach.com and from all majorretail outlets.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like