C# programmers of every level need to learn about LINQ (Language-Integrated Query), Microsoft's breakthrough technology for simplifying and unifying data access from any data source. With LINQ, you can write more elegant and flexible code, not just to access databases and files, but also to manipulate data structures and XML.
LINQ for Visual C# 2005 is a short, yet comprehensive guide to the major features of LINQ. It thoroughly covers LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to XML. It also details significant enhancements to C#, .NET, and ADO.NET. The book...
C# programmers of every level need to learn about LINQ (Language-Integrated Query), Microsoft's breakthrough technology for simplifying and unifyin...
Are you ready for the future of data access in .NET?
At the Microsoft Professional Developers Conference (PDC) 2005, Microsoft previewed a new technology, Language-Integrated Query (LINQ). It captured a lot of attention because it addressed the fundamental issue of merging object-oriented applications with relational data. The LINQ project team demonstrated how to use LINQ to query a variety of data sources, such as a SQL Server database, an XML file, and an array, and how to manage the data using an object-oriented approach.
Fabio Ferracchiati has written a...
Are you ready for the future of data access in .NET?
At the Microsoft Professional Developers Conference (PDC) 2005, Microsoft previewed a ne...
Every C# programmer needs to learn about LINQ (Language-Integrated Query), Microsoft's breakthrough technology for simplifying and unifying data access from any data source. With LINQ, you can write more elegant and flexible code--not just to access databases and files, but to manipulate data structures and XML.
This book is a short, yet comprehensive guide to the major features of LINQ and the significant enhancements introduced with .NET 3.5. There is no better source for getting a head-start on the future of these technologies than this book.
A clear and comprehensive...
Every C# programmer needs to learn about LINQ (Language-Integrated Query), Microsoft's breakthrough technology for simplifying and unifying data ac...
Windows Phone 7.5 (code-named Mango) marks a significant upgrade to Microsoft's smartphone products. Packed with sophisticated new features and functionality, the device is a .NET developer's dream, easily programmable using Silverlight, XNA and C#.
Windows Phone Recipes utilizes a proven problem-solution approach, providing a concise guide to all the phone's features in recipe book format. First, the problem you're facing is identified. Then, a clear explanation of the solution is given, supported by a fully-worked code sample that demonstrates the feature in action....
Windows Phone 7.5 (code-named Mango) marks a significant upgrade to Microsoft's smartphone products. Packed with sophisticated new features and fun...