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

.NET (Core and Framework)

 
AnswerRe: Database Security Design Pin
Jasmine250119-Apr-13 10:16
Jasmine250119-Apr-13 10:16 
QuestionWhy do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 9:40
Rob Philpott9-Apr-13 9:40 
AnswerRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 10:09
mvePete O'Hanlon9-Apr-13 10:09 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 21:44
Rob Philpott9-Apr-13 21:44 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 21:48
mvePete O'Hanlon9-Apr-13 21:48 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 21:49
Rob Philpott9-Apr-13 21:49 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 21:51
mvePete O'Hanlon9-Apr-13 21:51 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 23:48
Rob Philpott9-Apr-13 23:48 
Yes, seems I was off on one. Reading around, if you've given your assemblies a strong name then you get little performance from NGENing them unless they are in the GAC due to some validation which is done, but its absolutely not compulsory.

So I took one of my dumb console apps which does something and just tried to NGEN it and it didn't complain.

Coming back to the original point. If you're going to design a system with an intermediate language and CLR and all that, I still would have thought that building a standard way whereby the assemblies get Jitted just once would be in the list of original requirements. Computers rarely change their instruction sets, so why just keep doing it over and over again?

There are lots of whys like that in this field...
Regards,
Rob Philpott.

GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 23:54
mvePete O'Hanlon9-Apr-13 23:54 
AnswerRe: Why do we JIT compile everytime a program runs in.NET? Pin
jschell10-Apr-13 8:22
jschell10-Apr-13 8:22 
QuestionThe SELECT permission was denied on the object 'services', database 'mssqlsystemresource', schema 'sys'. Pin
Jak Anil9-Apr-13 6:44
Jak Anil9-Apr-13 6:44 
AnswerRe: The SELECT permission was denied on the object 'services', database 'mssqlsystemresource', schema 'sys'. Pin
Bernhard Hiller9-Apr-13 23:34
Bernhard Hiller9-Apr-13 23:34 
GeneralRe: The SELECT permission was denied on the object 'services', database 'mssqlsystemresource', schema 'sys'. Pin
Jak Anil9-Apr-13 23:49
Jak Anil9-Apr-13 23:49 
QuestionRegarding LdapSessionOptions.SecureSocketLayer Pin
Gaurav wpf9-Apr-13 2:27
Gaurav wpf9-Apr-13 2:27 
QuestionWPF Dialog locks all threads Pin
AeroClassics8-Apr-13 18:32
professionalAeroClassics8-Apr-13 18:32 
AnswerRe: WPF Dialog locks all threads Pin
Richard Deeming9-Apr-13 4:21
mveRichard Deeming9-Apr-13 4:21 
GeneralRe: WPF Dialog locks all threads Pin
AeroClassics9-Apr-13 12:13
professionalAeroClassics9-Apr-13 12:13 
QuestionDifference between MVC3 and MVC4 Pin
Jak Anil5-Apr-13 0:58
Jak Anil5-Apr-13 0:58 
AnswerRe: Difference between MVC3 and MVC4 Pin
Dave Kreskowiak5-Apr-13 1:55
mveDave Kreskowiak5-Apr-13 1:55 
Questionvb.net save/load from/to multiple richtextboxes Pin
Member 97065125-Apr-13 0:27
Member 97065125-Apr-13 0:27 
AnswerRe: vb.net save/load from/to multiple richtextboxes Pin
Eddy Vluggen5-Apr-13 0:32
professionalEddy Vluggen5-Apr-13 0:32 
QuestionReturning Complex Objects using Linq to Entities Pin
indian1432-Apr-13 20:59
indian1432-Apr-13 20:59 
QuestionCreating Stackbased Solutions Pin
Bram van Kampen2-Apr-13 15:08
Bram van Kampen2-Apr-13 15:08 
AnswerRe: Creating Stackbased Solutions Pin
AContractor2-Apr-13 15:31
professionalAContractor2-Apr-13 15:31 
AnswerRe: Creating Stackbased Solutions Pin
Richard MacCutchan2-Apr-13 21:55
mveRichard MacCutchan2-Apr-13 21:55 

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.