help.net


Musing on .Net

News

Windows Phone Apps I recommend

FotoBank


FotoIreland



hit counters






Open source CMS


My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

Browse by Tags

All Tags » LINQ .NET Visual Studio (RSS)
Sorry, but there are no more tags available to filter with.
LINQ in Multi-tier Applications
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...
[Book review] LINQ in Action
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
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...
[Book Review] Pro LINQ: Language Integrated Query in C# 2008
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...
GridView Edit, Update, Delete, Paging, Sorting Using LINQ
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...
LINQ to Flickr, another IQueriable implementation
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...
LINQ Changes from Orcas Beta 1 to VS 2008 Beta 2
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