Browse by Tags
All Tags »
LINQ (
RSS)
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...
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...
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...
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...
This article demonstrates what LINQ to SQL is and how to use its basic functionality. Read more...
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...
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...
More Posts