LINQ to SQL is a component of .NET Framework version 3.5 that provides a run-time infrastructure for managing relational data as objects stored in Microsoft SQL Server.
I'm using LINQ to SQL classes in a project where the database design is still in a bit of flux. …
c# .net linq-to-sqlAs someone who hasn't used either technology on real-world projects I wonder if anyone knows how these two complement each …
linq nhibernate linq-to-sql ormI am new to LINQ to SQL and attempting to create a generic Data Access Object (DAO) for the basic …
c# linq linq-to-sql crud daoIn reporting tools like Crystal Reports, there are ways to take denormalized data and group it by a particular column …
c# asp.net-mvc linq linq-to-sql reportingI'm trying to create a generic function to help me select thousands of records using LINQ to SQL from a …
c# linq linq-to-sql lambda expressionI'm interested in the side effects and potential problems of the following pattern: CREATE PROCEDURE [Name] AS BEGIN BEGIN TRANSACTION …
sql-server-2005 linq-to-sql stored-procedures transactionsI'm using LINQ to SQL to get a search result of a FullTextSearch stored procedure in Sql server 2008. I dragged …
linq-to-sql invalidoperationexceptionTrying to learn Linq using LinqPad and getting frustated with how to start on it. Let's say I want to …
c# linq linq-to-sql linqpadI try to select records in database in 60 days 30 days 20 days differents in current date. Please see this query in …
c# linq entity-framework linq-to-sql linq-to-entitiesThere was a library of dynamic LINQ extensions methods released as a sample with Visual Studio 2008. I'd like to extend …
linq linq-to-sql c#-3.0 linq-to-entities linq-to-objects