Related resources for dlinq
  • Database Provider-based ASP.NET Membership Provider10/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 DLINQ9/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 object12/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 queries8/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 Designer6/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 20056/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 XML7/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.