Browse by Tags
All Tags »
LINQ .NET Visual Studio (
RSS)
Sorry, but there are no more tags available to filter with.
If you had the chance to work with LINQ, the latest Object Relational Mapping tool (ORM) added to the .NET 3.5 platform, then you understand how LINQ maps your database structure into several classes in your application. It creates for each table an entity...
This book is the fruit of a collaborative work. In a time of globalization, where ideas know no frontiers, this is a refreshing take on a hot topic like LINQ. We have here three well known experts in their fields (Fabrice Marguerie, Steve Eichert, Jim...
LINQPad lets you interactively query SQL databases in a modern query language : LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Framework 3.5: LINQ to SQL LINQ to Objects LINQ to XML LINQPad is also a great way to...
LINQ is latest interesting tool to come from Microsoft, along with Silverlight, WPF and the Ajax toolkit. One of difficulties about these new technologies is that there is not enough documentation readily available. This book is the first one that has...
Microsoft LINQ is part of the .NET 3.5 framework. LINQ allows the developer to iterate through data sources which includes SQL SERVER databases. In this article AzamSharp will demonstrate how you can use LINQ to perform editing, updating, paging, sorting...
Interesting example about implementing a LINQ extension to Flickr, so you can query for photos by tags, creation date, user id or title. Read more...
There's a substantial amount of blogging going on about new features and changes to LINQ to Objects and its domain-specific versions in Visual Studio 2008 Beta 2. This post is intended as a central anthology of changes between the two betas with links...
More Posts