Click here to Skip to main content
15,888,733 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: The Dreaded Stackoverflow Exception Pin
Abhinav S26-Jan-11 2:19
Abhinav S26-Jan-11 2:19 
AnswerRe: The Dreaded Stackoverflow Exception Pin
Robert Tanenbaum28-Jan-11 3:20
Robert Tanenbaum28-Jan-11 3:20 
QuestionLinq to SQL - yes or no...? Pin
Pravin Patil, Mumbai25-Jan-11 21:20
Pravin Patil, Mumbai25-Jan-11 21:20 
AnswerRe: Linq to SQL - yes or no...? Pin
L Viljoen25-Jan-11 22:07
professionalL Viljoen25-Jan-11 22:07 
AnswerRe: Linq to SQL - yes or no...? Pin
Not Active26-Jan-11 2:16
mentorNot Active26-Jan-11 2:16 
AnswerRe: Linq to SQL - yes or no...? Pin
dasblinkenlight26-Jan-11 3:58
dasblinkenlight26-Jan-11 3:58 
AnswerRe: Linq to SQL - yes or no...? Pin
Steve Maier26-Jan-11 5:51
professionalSteve Maier26-Jan-11 5:51 
AnswerRe: Linq to SQL - yes or no...? Pin
Robert Tanenbaum28-Jan-11 3:30
Robert Tanenbaum28-Jan-11 3:30 
I love Linq to SQL for the queries, but it is an absolute dog when doing inserts or updates of very large transaction sets. For example, my application requires doing about 60,000 inserts as a single transaction. Using SqlCommand it takes 20 seconds. Using Linq to SQL it takes 200 seconds. I believe that because of all the checking for Foreign Key integrity it actually grows exponentially as new items are added to the transaction.

As for Entity Framework, I am also using VS 2008 and would not want to use Entity Framework until VS 2010 which has a more stable and mature product than the one with VS 2008. Also since ADO gives me so much better performance for my very large transaction set, I don't think the time taken to set up an experiment with Entity Framework is worth the effort.

Robert Tanenbaum
QuestionRunning a .Net EXE from a network server Pin
Richard Jones25-Jan-11 9:29
Richard Jones25-Jan-11 9:29 
AnswerRe: Running a .Net EXE from a network server Pin
Pete O'Hanlon25-Jan-11 11:01
mvePete O'Hanlon25-Jan-11 11:01 
GeneralRe: Running a .Net EXE from a network server Pin
Richard Jones26-Jan-11 2:55
Richard Jones26-Jan-11 2:55 
GeneralRe: Running a .Net EXE from a network server Pin
Pete O'Hanlon26-Jan-11 12:09
mvePete O'Hanlon26-Jan-11 12:09 
AnswerRe: Running a .Net EXE from a network server Pin
Not Active25-Jan-11 15:22
mentorNot Active25-Jan-11 15:22 
AnswerRe: Running a .Net EXE from a network server Pin
L Viljoen26-Jan-11 1:13
professionalL Viljoen26-Jan-11 1:13 
QuestionReflection for IBM 5250 Pin
Herboren25-Jan-11 6:17
Herboren25-Jan-11 6:17 
AnswerRe: Reflection for IBM 5250 Pin
Dave Kreskowiak25-Jan-11 6:55
mveDave Kreskowiak25-Jan-11 6:55 
GeneralWebbrowser control using IE8 Pin
manowj22-Jan-11 3:31
manowj22-Jan-11 3:31 
GeneralRe: Webbrowser control using IE8 Pin
DaveAuld22-Jan-11 4:45
professionalDaveAuld22-Jan-11 4:45 
GeneralRe: Webbrowser control using IE8 Pin
Abhinav S23-Jan-11 17:54
Abhinav S23-Jan-11 17:54 
QuestionVisual Studio 2008 Sp1 Pin
εїзεїзεїз21-Jan-11 19:14
εїзεїзεїз21-Jan-11 19:14 
AnswerRe: Visual Studio 2008 Sp1 Pin
Richard MacCutchan21-Jan-11 22:24
mveRichard MacCutchan21-Jan-11 22:24 
AnswerRe: Visual Studio 2008 Sp1 Pin
T210222-Jan-11 13:18
T210222-Jan-11 13:18 
AnswerRe: Visual Studio 2008 Sp1 Pin
Yusuf25-Jan-11 1:19
Yusuf25-Jan-11 1:19 
QuestionA General Question About DataGrid Controls Pin
Roger Wright20-Jan-11 18:08
professionalRoger Wright20-Jan-11 18:08 
AnswerRe: A General Question About DataGrid Controls Pin
Henry Minute21-Jan-11 5:49
Henry Minute21-Jan-11 5:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.