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

.NET (Core and Framework)

 
GeneralRe: vb.net,trusting appliction Pin
tgkkishore1-Mar-14 22:27
tgkkishore1-Mar-14 22:27 
GeneralRe: vb.net,trusting appliction Pin
Richard MacCutchan2-Mar-14 1:34
mveRichard MacCutchan2-Mar-14 1:34 
AnswerRe: vb.net,trusting appliction Pin
Nini23-Mar-14 4:22
Nini23-Mar-14 4:22 
Questionsuper newbie, why is get before set? Pin
Member 106357661-Mar-14 9:56
Member 106357661-Mar-14 9:56 
AnswerRe: super newbie, why is get before set? Pin
Pete O'Hanlon1-Mar-14 11:16
mvePete O'Hanlon1-Mar-14 11:16 
AnswerRe: super newbie, why is get before set? Pin
Shameel4-Mar-14 3:31
professionalShameel4-Mar-14 3:31 
Question.net framework Pin
Member 1063376128-Feb-14 8:22
Member 1063376128-Feb-14 8:22 
AnswerRe: .net framework Pin
Dave Kreskowiak28-Feb-14 8:42
mveDave Kreskowiak28-Feb-14 8:42 
MSIL Is Microsoft Intermediate Language. It's what the .NET compilers compiler your code into. This is code that is processor agnostic and cannot be executed by an actual CPU.

JIT is a Just-In-Time compiler which translate MSIL into the native code the CPU is going to run.


This could have been easily found if you just Googled for "What is MSIL in .NET" and "What is JIT in .NET".

QuestionMessage Removed Pin
28-Feb-14 5:44
professionalN_tro_P28-Feb-14 5:44 
AnswerRe: XSD and DateTime Pin
Richard MacCutchan28-Feb-14 21:56
mveRichard MacCutchan28-Feb-14 21:56 
GeneralRe: XSD and DateTime Pin
Richard Deeming3-Mar-14 0:17
mveRichard Deeming3-Mar-14 0:17 
GeneralRe: XSD and DateTime Pin
Richard MacCutchan3-Mar-14 1:58
mveRichard MacCutchan3-Mar-14 1:58 
Questionwebcam tablet windows 8 Pin
brouchlag28-Feb-14 4:29
brouchlag28-Feb-14 4:29 
AnswerRe: webcam tablet windows 8 Pin
Member 106254952-Apr-14 16:12
Member 106254952-Apr-14 16:12 
Questionneed help please vb.net 2010 Pin
hovnoa27-Feb-14 8:35
hovnoa27-Feb-14 8:35 
AnswerRe: need help please vb.net 2010 Pin
ZurdoDev27-Feb-14 10:55
professionalZurdoDev27-Feb-14 10:55 
GeneralRe: need help please vb.net 2010 Pin
hovnoa27-Feb-14 11:03
hovnoa27-Feb-14 11:03 
AnswerRe: need help please vb.net 2010 Pin
ZurdoDev27-Feb-14 11:25
professionalZurdoDev27-Feb-14 11:25 
QuestionCode correction Pin
Member 1040670625-Feb-14 10:07
Member 1040670625-Feb-14 10:07 
AnswerRe: Code correction Pin
Bernhard Hiller25-Feb-14 21:33
Bernhard Hiller25-Feb-14 21:33 
SuggestionRe: Code correction Pin
ZurdoDev27-Feb-14 10:55
professionalZurdoDev27-Feb-14 10:55 
Questionincorrect syntax near the keyword select. Pin
Member 1050621524-Feb-14 23:30
Member 1050621524-Feb-14 23:30 
AnswerRe: incorrect syntax near the keyword select. Pin
thatraja24-Feb-14 23:46
professionalthatraja24-Feb-14 23:46 
AnswerRe: incorrect syntax near the keyword select. Pin
Nicholas Marty24-Feb-14 23:49
professionalNicholas Marty24-Feb-14 23:49 
AnswerRe: incorrect syntax near the keyword select. Pin
Dave Kreskowiak25-Feb-14 1:32
mveDave Kreskowiak25-Feb-14 1:32 

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.