help.net


Musing on .Net

News

Windows Phone Apps

FotoBank


FotoIreland

Windows 8 Apps




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 (RSS)
LINQ TO SQL All Common Operations (Insert,Update,Delete,Get) in one Class
Yazeed Hamdan has created a base class which encapsulates the most common logic for DB operations in the PROCESSES/OPERATIONS Layer instead of repeating the same code over and over for each class. Read more...
Posted: May 11 2008, 12:14 AM by help.net | with no comments
Filed under:
LINQ to CSV library
This library makes it easy to use CSV files with LINQ queries. Its features include: Follows the most common rules for CSV files . Correctly handles data fields that contain commas and line breaks. In addition to comma, most delimiting characters can...
Posted: Apr 12 2008, 03:46 PM by help.net | with no comments
Filed under:
Introduction to LINQ
Language Integrated Query (LINQ) gives .NET developers the ability to query and transform data using their .NET language of choice. The data can live inside XML documents, inside relational database tables, or inside collections of objects. What truly...
Posted: Jan 07 2008, 04:15 PM by help.net | with no comments
Filed under:
Easy SQL to XML with LINQ and Visual Basic 2008
In this article, Richard demonstrates how to create an XML file from a SQL Server 2005 database using LINQ. He provides a detailed explanation of the relevant steps with the help of source code and screenshots captured from Visual Basic 2008 Express Edition...
Posted: Jan 02 2008, 12:38 AM by help.net | with no comments
Filed under:
LINQ to SQL
This article demonstrates what LINQ to SQL is and how to use its basic functionality. Read more...
Posted: Dec 18 2007, 11:24 PM by help.net | with no comments
Filed under:
GridView Edit, Update, Delete, Paging, Sorting using DLINQ
Introduction : Microsoft DLINQ is part of the .NET 3.0 framework. DLINQ allows the developer to iterate through data sources which includes SQL SERVER databases. In this article I will demonstrate how you can use DLINQ to perform editing, updating, paging...
Posted: Sep 21 2007, 06:07 PM by help.net | with 1 comment(s)
Filed under: ,
LINQ and Geocoding
Mapping applications are everywhere, and having “locational awareness” is paramount when running customer-related applications. Gathering stats about a user’s IP can tell you a lot about their physical location, which in turn can tell you a lot about...
Posted: Sep 13 2007, 11:20 AM by help.net | with no comments
Filed under:
More Posts