No announcements
Found 2193733 threads
-
0 Votes
Sql locking with linq
Hi VIMALKRISHNAN, Based on your description, I think your issue is more related to Linq to SQL. So i will move this thread to Linq to ...Answered | 5 Replies | 4903 Views | Created by VIMALKRISHNAN - Tuesday, June 14, 2011 1:06 PM | Last reply by Crick3t - Monday, June 20, 2011 11:14 AM -
0 Votes
VS Unit Tests, LINQ and multithreading
Afternoon everyone, I've come across a strange scenario during unit testing involving VS unit tests, LINQ to SQL and multi-threading. I have a library that simply ... -
0 Votes
Please could you unseal EntitySet and EntityRef?
And make the properties and methods virtual of course. I've previously created a code-generation system that works in a remarkably similar way to the code-generation in ... -
0 Votes
Linq to Sql Multithreading and multiple DataContexts best practices
Xun Ye, I don't mean to sound harsh, but either you are not very expereinced with Linq to Sql or you completely ignored my post. INotifyPropertyChanged is ...Unanswered | 3 Replies | 9854 Views | Created by Nathan R. Stott - Wednesday, April 23, 2008 1:22 PM | Last reply by Louis E Gale - Tuesday, July 28, 2009 2:06 AM -
0 Votes
how to update data using Linq ?
http://blogs.msdn.com/swiss_dpe_team/archive/2008/04/04/crud-operations-with-optimistic-locking-usingAnswered | 2 Replies | 4901 Views | Created by Viral0028 - Wednesday, September 16, 2009 8:08 AM | Last reply by TalkToPravin - Wednesday, September 16, 2009 8:27 AM -
2 Votes
new to linq to sql - atomic insert and update
in table1 with a value of the kind id_somethingelse 4. update table2 with userid and time of insert My question is how do i make this operations ...Answered | 2 Replies | 7845 Views | Created by Bit01 - Thursday, June 25, 2009 9:34 AM | Last reply by Martin Meixger - Saturday, December 4, 2010 11:02 AM -
0 Votes
Locking Hints and LINQ
transaction for LINQ to SQL operations. Thanks, DineshAnswered | 21 Replies | 13724 Views | Created by tangible engineering GmbH - Tuesday, September 5, 2006 2:48 PM | Last reply by tangible engineering GmbH - Thursday, September 13, 2007 8:54 AM -
0 Votes
LINQ to SQL read-write locking
Hi, I have the following LINQ to SQL query. How can I create a read-write lock so that other db users cannot access customers table during the ...Answered | 3 Replies | 10763 Views | Created by vmware - Friday, March 6, 2009 9:38 AM | Last reply by KristoferA - Monday, March 9, 2009 2:13 AM -
0 Votes
Linq SubmitChanges Performance
a trace with SQL profiler to see what is going on... Kristofer - Huagati Systems Co., Ltd. - www.huagati.com - Cool tools for Linq-to-SQL and Entity ...Answered | 2 Replies | 4220 Views | Created by maxonlibero - Thursday, May 7, 2009 8:31 AM | Last reply by Joe Albahari - Saturday, May 9, 2009 12:44 AM -
3 Votes
Does LINQ to SQL replace my Data Access Layer?
DataContext, you're missing out on most of the benefit of LINQ. I'd recommending abandoning SPs except for a few cases when you want to hand-tune the SQL (e.g., provide ...Answered | 3 Replies | 6504 Views | Created by smh_poole - Thursday, May 28, 2009 5:38 PM | Last reply by xiaowei1973 - Sunday, December 26, 2010 10:27 AM -
0 Votes
linq to sql question concerning speed of query in linq to sql vs speed of query in mangement studio
Thanks to all who responded. Turns out that after I figured out profiler and used it properly I determined that this is indeed a sql problem and nothing to do with ...Answered | 2 Replies | 3449 Views | Created by Ralph123456789 - Wednesday, July 8, 2009 8:45 PM | Last reply by Ralph123456789 - Thursday, July 9, 2009 2:43 PM -
0 Votes
HOW to call procedure for INSERT/UPDATE/SELECT/DELETE IN WCF
httpAnswered | 1 Replies | 1947 Views | Created by amleshmsn - Tuesday, December 29, 2009 1:00 AM | Last reply by MSDN_Forums_User - Tuesday, December 29, 2009 1:18 AM -
2 Votes
locking tables using linq
(typeof(string), "select top 1 some_field from some_table with (tablockx)"); //...do ...Answered | 1 Replies | 9961 Views | Created by nitroxn - Tuesday, September 9, 2008 7:04 PM | Last reply by KristoferA - Wednesday, September 10, 2008 10:35 AM -
0 Votes
Cascaded windows with cancel option - challenge for change tracking and query engine
private ;-(]. A possible solution for 2) is to have linq be smart and use IQueryable<T> on modified and new objects first and then on SQL datastore - a real ...Unanswered | 0 Replies | 3945 Views | Created by tangible engineering GmbH - Monday, January 1, 2007 4:53 PM -
0 Votes
Web service in silverlight
Check this link:Answered | 1 Replies | 1368 Views | Created by Slen - Sunday, July 5, 2009 9:30 PM | Last reply by MSDN_Forums_User - Monday, July 6, 2009 1:53 AM -
1 Votes
Linq to Sql Trickery - How can I make this generic?
huagati.com/dbmltools (add-in with new features for the L2S and EF designers in VS2008 and VS2010) huagati.com/L2SProfiler (Query profiler for Linq-to-SQL and ...Answered | 4 Replies | 5026 Views | Created by shai_au - Wednesday, March 24, 2010 7:37 AM | Last reply by shai_au - Sunday, March 28, 2010 9:36 PM -
0 Votes
Data Entry Form + Validation + Entity Framework/LinqToSQL
Does anybody have a link to a good tutorial on how to do data entry forms with validation using Entity Framework or Linq to ...Answered | 1 Replies | 4047 Views | Created by MSDN_Forums_User - Wednesday, November 26, 2008 12:08 AM | Last reply by Vinit Yadav - Wednesday, November 26, 2008 2:35 AM -
0 Votes
SQL Server Locking Mechanism...
lock escalation and release row- and page- level locks replacing them withAnswered | 19 Replies | 1918 Views | Created by princerastogi - Friday, August 29, 2014 5:00 AM | Last reply by Uwe Ricken - Sunday, August 31, 2014 8:39 AM -
0 Votes
SQL CE with LINQ
; SPs in CE. If I am ____ bent on CE can I use LINQ to SQL which executes the SPs and then have CE DB for query. I purpose is to shift the business logic from SP to .NET ... -
0 Votes
Rx Linq Query Locking UI
No, I'm not using Result. The code looks like this with a Timeout. This is the part that uses the Rx Linq part within the async calls. This is a little more ...Answered | 6 Replies | 2757 Views | Created by shaggygi - Sunday, August 11, 2013 6:56 PM | Last reply by shaggygi - Tuesday, August 13, 2013 12:43 PM - Items 1 to 20 of 2193733 Next ›
No announcements