The text of this article is not in this database — only its details are. Read it on the old site: Applications using Linq to SQL
7 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Applications using Linq to SQL
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Ravinder RaturiPosted Jan 21, 2012, 5:48 AM
I want to create a web base application in asp.net using linq to sql. From where can i download the demo project. Can anyone share the link? Thanks
charlotte ganalongoPosted Oct 10, 2010, 5:11 AM
may i ask a question regarding Linq to Sql im making a web site, its about how to store data in my database but im not necessary to use the gridview.ill just check my table if the data that i input in my website was store.thanks
Andrew FensterPosted Jan 19, 2010, 11:24 PM
Rumor would have it that Microsoft has stopped development of LINQ, or is planning to do so. Is this true? I could never recommend LINQ to a customer if I thought Microsoft wasn't going to be supporting it five years from now.
Steve G.Posted Jan 16, 2010, 10:19 PM
The 'sp' stands for "System Procedure" (not 'Stored Procedure' as is commonly thought); also, SQL Server will include a search of the Master database for stored procedure names starting with 'sp', so there's also a slight performance hit. SG