TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About dlinq
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bechir Bejaoui (3)
Satheesh Kumar (3)
John Mcfetridge (1)
Related resources for dlinq
No resource found
Database Provider-based ASP.NET Membership Provider
10/3/2012 12:15:42 PM.
This article is intended to explore the provider pattern in the context of a membership provider.
Building and consuming parameterized queries from ADO.Net to DLINQ
9/30/2012 3:17:52 AM.
In this article, I will represent different techniques to build and make use of parameterized queries. The first way is the classical one, and I mean by that the ADO.Net technique. Then I’ll expose the second one using the new technology, namely DLINQ.
How to convert a simple DLINQ Query to a data set object
12/7/2011 5:35:47 AM.
In this article I will represent a trick of how to convert a given DLINQ query to a data set object in order to make use of it as a data source for several controls such as grid view, data grid view and so forth.
Use CompiledQuery.Compile method to build parameterized DLINQ queries
8/29/2008 8:09:10 AM.
In this article, I will make use of the CompiledQuery.Compile generated method which receives a Lambda expression as parameter, and then it generates a delegate that returns a generic IQueryable object that one can enumerate it through a foreach loop.
Building applications with DLinq Designer
6/25/2007 12:55:06 PM.
DLinq designer is the visual design surface to create the entity objects and bound the controls to the dlinq objects with relationships. We can easily create the windows form using the designer. The developer need not take more time to design the User Interface. The designer itself suggests you the controls suitable for the selected fields.
Using LINQ in Visual Studio 2005
6/20/2007 8:44:52 AM.
LINQ (.Net Language Integrated Query) is the general-purpose standard query operators that allow traversal, filter and projection operations to be expressed in a direct yet declarative way in any .Net programming language.
.NET Language Integrated Query for XML
7/20/2006 11:06:49 PM.
This is the overview of .NET Integrated Language Query for XML. This Article explains some of the features of XLINQ with example.