No announcements
Found 121292 threads
-
2 Votes
LinqToSql
Hello, I would like to know what is your idea of a N-layer application using LinqToSql.Answered | 2 Replies | 4947 Views | Created by Márcio Fábio Althmann - Tuesday, October 27, 2009 6:04 PM | Last reply by Andrew Siemer - Wednesday, October 28, 2009 10:27 PM -
0 Votes
Is this LinqToSQL bug ever going to be fixed?
However, even though LinqToSql cannot handle this situation automatically, I found out that it was a relatively simple matter to do the update of the key through a ...Answered | 3 Replies | 2785 Views | Created by B. Chernick - Wednesday, January 9, 2013 4:50 PM | Last reply by B. Chernick - Wednesday, January 23, 2013 9:18 PM -
0 Votes
LinqToSql autogeneration of entity classes
When I use the designer to edit my LinqToSql entity model classes it regenerates the MyDataContext.designer.vb file.Answered | 2 Replies | 3668 Views | Created by Jeromeyers - Tuesday, May 25, 2010 9:50 PM | Last reply by Jeromeyers - Wednesday, May 26, 2010 6:50 PM -
0 Votes
Using LinqToSql in a real-world application
I'm developing a 3-tier WPF/MVVM application using LinqToSql in the data access layer and I have some questions about how it's used in real-world applications.Answered | 1 Replies | 2769 Views | Created by Myndale - Tuesday, June 5, 2012 1:36 AM | Last reply by Michael Samteladze - Tuesday, June 5, 2012 1:23 PM -
0 Votes
linqToSql WCF all children information
Hi, I have the question when I use WCF transfer the data got from LinqToSql Datacontext.Answered | 6 Replies | 4245 Views | Created by FugersonHall - Wednesday, May 11, 2011 6:39 PM | Last reply by Alan_chen - Thursday, May 26, 2011 8:39 AM -
0 Votes
Update a DateTime with NULL from Textbox C# (LinqtoSql)
I can't really remember but i think LinqToSQL will make this automatically when creating the entities, however if you made the change for the Date field in the ...Answered | 2 Replies | 5012 Views | Created by Surfsista - Friday, February 13, 2009 5:19 PM | Last reply by Almagezt - Tuesday, February 17, 2009 11:08 AM -
0 Votes
Is EntityFrameowrk using linqtosql under neath?
Hi, EF does not use LinqToSql underneath, it uses ADO.NET as communication to with the DBMS.Answered | 2 Replies | 2693 Views | Created by Subrat4.net - Wednesday, June 15, 2011 3:38 AM | Last reply by darnold924 - Wednesday, June 15, 2011 5:44 AM -
0 Votes
Create BindingList of LinqToSql Table with WCF
Here I have implemented LinqToSql class with Serialization to UniDirectional set at dbml.Answered | 2 Replies | 598 Views | Created by Langalia VIpul - Tuesday, December 8, 2015 6:34 AM | Last reply by Grady_Dong - Wednesday, December 9, 2015 9:00 AM -
2 Votes
LinqToSql generated sql
So I profiled Sql Server and discovered the following (this is, of course, all LinqToSql generated Sql): The Count query, which runs ...Answered | 1 Replies | 4216 Views | Created by Jeromeyers - Wednesday, September 8, 2010 4:46 PM | Last reply by KristoferA - Thursday, September 9, 2010 3:33 AM -
0 Votes
LinqToSql stored procedures and executing as a different user?
If we were using T-SQL this would be accomplished via the "EXECUTE AS()" function" EXECUTE (SELECT * FROM FOO) AS ...Answered | 1 Replies | 3742 Views | Created by Matt234939393 - Wednesday, March 25, 2009 11:39 PM | Last reply by Narayan Sainaney - Tuesday, March 31, 2009 4:35 AM -
0 Votes
Dynamic LinqToSql Query from XML
Hi together, I'm a newby in LinqToSql and need some support with dynamic queries.Answered | 3 Replies | 4306 Views | Created by Waldemar81 - Friday, July 9, 2010 9:12 AM | Last reply by Waldemar81 - Tuesday, July 13, 2010 1:26 PM -
0 Votes
LinqToSql association
User-1313990200 posted Can you take a screenshot of the associations and post it here?Unanswered | 8 Replies | 90 Views | Created by Anonymous - Monday, April 11, 2011 4:41 AM | Last reply by Anonymous - Tuesday, April 12, 2011 10:04 AM -
2 Votes
Sqlmetal for LinqToSql removes the IsDiscriminator=true attribute on a column
And we are using LinqToSql.Answered | 12 Replies | 5226 Views | Created by Abhilash L L - Monday, May 30, 2011 3:26 AM | Last reply by Abhilash L L - Tuesday, June 21, 2011 7:48 AM -
0 Votes
How to change "independent associations" to "foreign key association"
You should also take into account that independent associations and FK associations behave differently in some subtle ways: 1.Answered | 3 Replies | 4613 Views | Created by Chrsitof Nordiek - Friday, April 23, 2010 8:53 AM | Last reply by Diego B Vega [MSFT] - Wednesday, April 28, 2010 7:54 PM -
0 Votes
Combobox Binding and LinqToSQL
Hi All, I have a combobox in my WPF application. In the code behind I have set it's ItemsSource property to be bound to the list of contacts simply ...Answered | 1 Replies | 3899 Views | Created by Neil Moore - Monday, November 10, 2008 11:29 AM | Last reply by SebastianKaiser - Monday, November 10, 2008 12:14 PM -
1 Votes
Associations
Using VS2008 and having some issues returning values from a many-to-many association.Answered | 2 Replies | 3329 Views | Created by JDC6156 - Monday, March 2, 2009 9:52 PM | Last reply by JDC6156 - Tuesday, March 3, 2009 2:24 PM -
1 Votes
Finding file type association and the associated application
The ex1 and No Application Error, maybe should be changed to "No Associated Application Found", there are advantages to using try catch, but I ain't got no time left today to ...Answered | 6 Replies | 3853 Views | Created by JammersHammer - Wednesday, October 15, 2008 1:10 PM | Last reply by Tony Smith-Brewster - Wednesday, October 15, 2008 4:39 PM -
0 Votes
LinqToSql - Incorrectly using DateTIme2 instead of DateTime -- Conversion failed when converting date and/or time from character string.
LinqToSql is generating the code: declare @p11 datetime set @p11='2009-11-12 21:48:55.5170000' This errors with the message..Answered | 2 Replies | 5232 Views | Created by william.hullsiek - Thursday, November 12, 2009 10:10 PM | Last reply by Michael Sun [MSFT] - Thursday, November 19, 2009 12:27 AM -
0 Votes
file association
>> You can associate file type using >>>1.Answered | 4 Replies | 3058 Views | Created by msdn_2009 - Tuesday, May 19, 2009 10:50 AM | Last reply by msdn_2009 - Tuesday, May 19, 2009 12:12 PM -
0 Votes
Association rules
Hi Franck, From my understanding there is no inbuilt Azure ML module to implement association rules, but you can bring in your R script into the 'Execute R Script' ...Answered | 1 Replies | 976 Views | Created by Franck Gaillard - Wednesday, August 3, 2016 2:46 PM | Last reply by Jaya Mathew - Sunday, August 7, 2016 11:15 PM - Items 1 to 20 of 121292 Next ›
No announcements