No announcements
Found 824006 threads
-
1 Votes
Linq to SQL or not?
Question #2: Where does Microsoft stand on LINQ to SQL?Answered | 9 Replies | 3017 Views | Created by Cryo75 - Friday, March 9, 2012 10:39 AM | Last reply by Lingaraj Mishra - Friday, March 9, 2012 2:12 PM -
0 Votes
Linq to Sql
Hi Logee, Going forward, its better to use Linq to Entity instead of using Linq to sql.Answered | 5 Replies | 3895 Views | Created by Logee - Saturday, February 19, 2011 7:11 AM | Last reply by Link.fr - Tuesday, February 22, 2011 5:53 PM -
0 Votes
LINQ to SQL
I am having a AJAX Enabled WCF Service and I need to retreive data from SQL Server using the Service.Answered | 1 Replies | 3370 Views | Created by bhalajisw - Thursday, December 11, 2008 11:24 AM | Last reply by Lucian Baciu - Thursday, December 11, 2008 4:34 PM -
1 Votes
LINQ to SQL
LINQ To SQL forum.Answered | 1 Replies | 1578 Views | Created by REvans611 - Thursday, February 26, 2015 8:06 PM | Last reply by Just Karl - Thursday, February 26, 2015 8:54 PM -
1 Votes
Difference between LINQ to SQL and LINQ to Entity
Entity Framework" href="http://thedatafarm.com/blog/data-access/linq-to-sql-vs-entity-framework/" target="_blank" title="LINQ to SQL ...Answered | 5 Replies | 11998 Views | Created by chandu123 - Monday, February 28, 2011 4:53 PM | Last reply by darnold92 - Wednesday, March 2, 2011 5:37 AM -
3 Votes
Is LINQ to kill SQL?
1 and 2 are misconceptions bound in no knowledge at all about how and why Linq to Sql/ Linq to Entities works.Answered | 18 Replies | 5836 Views | Created by code_warrior - Friday, April 2, 2010 10:40 AM | Last reply by Kalman Toth - Monday, April 5, 2010 7:44 AM -
0 Votes
Linq queries against extended Linq to Sql objects
I guess this is just a limitation of LINQ to SQL.Answered | 3 Replies | 3683 Views | Created by IrishMurph - Wednesday, July 29, 2009 5:35 PM | Last reply by Irish Murph - Tuesday, September 29, 2009 5:09 PM -
0 Votes
Insert in LINQ to SQL
http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx You also check following link for ...Answered | 2 Replies | 3423 Views | Created by chandu123 - Thursday, January 13, 2011 6:00 PM | Last reply by Hasibul Haque - Saturday, January 15, 2011 3:36 AM -
0 Votes
SQL to LINQ
I don't see a complete SQL here.Answered | 1 Replies | 2688 Views | Created by gr855 - Thursday, January 12, 2012 11:22 AM | Last reply by CetinBasoz_Dont Trust Microsoft - Thursday, January 12, 2012 5:06 PM -
0 Votes
linq to sql present and future
Rest assured, LINQ to SQL will continue to be supported; the bulk of future improvements will generally be in the Entity Framework, however, including features and matters of ...Answered | 2 Replies | 4907 Views | Created by Muhammad Jamal Shaikh - Saturday, January 9, 2010 12:36 AM | Last reply by Kraig Brockschmidt [MSFT] - Saturday, January 9, 2010 5:00 AM -
0 Votes
Insert Image Linq To sql
Hi, Here are some Asp.Net version samples to insert image to database using LinqToSQL Best way to store image in database in linq to ...Answered | 2 Replies | 2070 Views | Created by Shekh_sarfaraz - Saturday, March 21, 2015 6:50 AM | Last reply by Kristin Xie - Monday, March 23, 2015 7:19 AM -
0 Votes
LINQ with SQL and sharepoint
Hi, As I understand, you want to perform CRUD operation on SQL server database using LINQ in SharePoint 2010.Answered | 1 Replies | 933 Views | Created by Md Zakir - Monday, November 23, 2015 1:09 PM | Last reply by Sara Fan - Tuesday, November 24, 2015 2:57 AM -
3 Votes
using linq to sql in a large
Any known flaws in linq to sql ?Answered | 4 Replies | 3378 Views | Created by maz3tt - Saturday, April 24, 2010 8:01 AM | Last reply by KristoferA - Monday, April 26, 2010 12:31 PM -
2 Votes
Future of Linq To SQL
Hi peach_wyss, There's no such risk for you to use Linq to SQL if it's sufficient for your needs.Answered | 2 Replies | 3811 Views | Created by peach_wyss - Wednesday, September 30, 2009 12:00 PM | Last reply by Zhipeng Lee - Friday, October 2, 2009 3:16 AM -
0 Votes
LINQ with SQL Stored Procedure
Hello KALIMCA, You could get a tutorial of Linq to SQL from ScottGu's blog, specifically, to retrive data from database using Strored ...Answered | 2 Replies | 2838 Views | Created by KALIMCA - Monday, December 21, 2009 12:27 PM | Last reply by liurong luo - Thursday, December 24, 2009 10:46 AM -
0 Votes
SQL nested subquery into LINQ
SQL nested subquery into LINQ It is a better option to create a (server-side) stored ...Answered | 3 Replies | 1081 Views | Created by Xaki85 - Tuesday, September 9, 2014 1:07 PM | Last reply by Jingyang Li - Tuesday, September 9, 2014 3:50 PM -
0 Votes
LINQ and SQL Server 2005?
Also look in to this http://stackoverflow.com/questions/461609/using-linq-to-sql-and-sql-reporting-services ~~ Mark it as Answer if you find it correct~~Answered | 2 Replies | 4044 Views | Created by Rick* - Tuesday, April 28, 2009 8:43 PM | Last reply by Sandeep Babbar - Tuesday, April 28, 2009 8:48 PM -
0 Votes
LINQ To SQL Account Permision
Hi AnupKumar, The most common ORM for .NET would be Entity Framework, which will nicely convert all of your SQL tables into strongly typed classes and you can use ...Answered | 2 Replies | 1035 Views | Created by AnupKumar - Monday, May 23, 2016 5:11 PM | Last reply by DPCodesalot - Wednesday, May 25, 2016 12:58 PM -
1 Votes
Is LINQ to SQL Enterprise Capable?
EF 4.0,1,2 had superceded LINQ to SQL right?Answered | 5 Replies | 5744 Views | Created by Randy Minder - Tuesday, October 6, 2009 11:58 AM | Last reply by Mr. Javaman II - Wednesday, November 23, 2011 5:54 PM -
2 Votes
Linq to SQL and "BETWEEN" predicate
The SQL execution plan should be exactly the same (index scan with one seekpredicate, StartRange ScanType="GE", EndRange ScanType="LT") for the 'between' as well ...Answered | 3 Replies | 5682 Views | Created by Kevin Gosse - Wednesday, September 2, 2009 8:01 AM | Last reply by KristoferA - Friday, September 4, 2009 3:44 AM - Items 1 to 20 of 824006 Next ›
No announcements