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

.NET (Core and Framework)

 
GeneralRe: Top Web Designing Trends In 2018 Pin
Gerry Schmitz31-Jan-18 6:10
mveGerry Schmitz31-Jan-18 6:10 
GeneralRe: Top Web Designing Trends In 2018 Pin
Nathan Minier31-Jan-18 7:08
professionalNathan Minier31-Jan-18 7:08 
GeneralRe: Top Web Designing Trends In 2018 Pin
Gerry Schmitz31-Jan-18 7:56
mveGerry Schmitz31-Jan-18 7:56 
GeneralRe: Top Web Designing Trends In 2018 Pin
Priyanka Kale31-Jan-18 21:44
Priyanka Kale31-Jan-18 21:44 
GeneralRe: Top Web Designing Trends In 2018 Pin
Gerry Schmitz1-Feb-18 6:18
mveGerry Schmitz1-Feb-18 6:18 
PraiseRe: Top Web Designing Trends In 2018 Pin
Eddy Vluggen1-Feb-18 9:30
professionalEddy Vluggen1-Feb-18 9:30 
GeneralRe: Top Web Designing Trends In 2018 Pin
Gerry Schmitz1-Feb-18 10:16
mveGerry Schmitz1-Feb-18 10:16 
GeneralRe: Top Web Designing Trends In 2018 Pin
Eddy Vluggen1-Feb-18 11:52
professionalEddy Vluggen1-Feb-18 11:52 
GeneralRe: Top Web Designing Trends In 2018 Pin
Gerry Schmitz1-Feb-18 13:03
mveGerry Schmitz1-Feb-18 13:03 
GeneralRe: Top Web Designing Trends In 2018 Pin
Eddy Vluggen1-Feb-18 13:39
professionalEddy Vluggen1-Feb-18 13:39 
GeneralRe: Top Web Designing Trends In 2018 Pin
Gerry Schmitz1-Feb-18 13:46
mveGerry Schmitz1-Feb-18 13:46 
GeneralRe: Top Web Designing Trends In 2018 Pin
Eddy Vluggen1-Feb-18 13:49
professionalEddy Vluggen1-Feb-18 13:49 
GeneralRe: Top Web Designing Trends In 2018 Pin
Bohdan Stupak13-Feb-18 21:35
professionalBohdan Stupak13-Feb-18 21:35 
QuestionHow to convert web page to Word doc ? Pin
Priyanka Kale24-Jan-18 1:02
Priyanka Kale24-Jan-18 1:02 
AnswerRe: How to convert web page to Word doc ? Pin
Gerry Schmitz24-Jan-18 16:34
mveGerry Schmitz24-Jan-18 16:34 
QuestionMessage Closed Pin
19-Jan-18 21:55
Priyu Kale19-Jan-18 21:55 
QuestionRe: Top ASP.Net Web Application Framework Pin
Thomas Daniels19-Jan-18 22:35
mentorThomas Daniels19-Jan-18 22:35 
AnswerRe: Top ASP.Net Web Application Framework Pin
Richard MacCutchan19-Jan-18 22:54
mveRichard MacCutchan19-Jan-18 22:54 
Questionchanging colours in gif image Pin
starmanmike17-Jan-18 6:36
starmanmike17-Jan-18 6:36 
GeneralRe: changing colours in gif image Pin
Richard MacCutchan17-Jan-18 21:46
mveRichard MacCutchan17-Jan-18 21:46 
GeneralRe: changing colours in gif image Pin
starmanmike19-Jan-18 3:48
starmanmike19-Jan-18 3:48 
AnswerRe: changing colours in gif image Pin
Richard Deeming18-Jan-18 5:11
mveRichard Deeming18-Jan-18 5:11 
QuestionWhy does .Net have IL code? Pin
nrnoble15-Jan-18 22:19
nrnoble15-Jan-18 22:19 
AnswerRe: Why does .Net have IL code? Pin
Pete O'Hanlon15-Jan-18 22:40
mvePete O'Hanlon15-Jan-18 22:40 
There is no transpile to C++ code. The JITter converts IL code to native directly.

As to why .NET compiles to IL; the core of .NET is a machine agnostic framework so, while historically, the most common implementation was for PCs, there was no absolute requirement that it be constrained to PC. By using IL, you can port that onto a number of different platforms and have it JIT to IL for that platform. This is a common paradigm, favoured by languages such as Java.
This space for rent

AnswerRe: Why does .Net have IL code? Pin
Gerry Schmitz17-Jan-18 9:19
mveGerry Schmitz17-Jan-18 9:19 

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.