Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
QuestionHow to copy sysDiagrams when copying a database Pin
fiaolle4-Jun-09 8:51
fiaolle4-Jun-09 8:51 
QuestionIs it possible to use VB control in C#? Pin
Seraph_summer4-Jun-09 8:49
Seraph_summer4-Jun-09 8:49 
AnswerRe: Is it possible to use VB control in C#? Pin
DaveyM694-Jun-09 8:53
professionalDaveyM694-Jun-09 8:53 
AnswerRe: Is it possible to use VB control in C#? Pin
0x3c04-Jun-09 9:36
0x3c04-Jun-09 9:36 
GeneralRe: Is it possible to use VB control in C#? Pin
Seraph_summer4-Jun-09 10:08
Seraph_summer4-Jun-09 10:08 
GeneralRe: Is it possible to use VB control in C#? Pin
Dave Kreskowiak4-Jun-09 10:16
mveDave Kreskowiak4-Jun-09 10:16 
GeneralRe: Is it possible to use VB control in C#? Pin
0x3c04-Jun-09 10:24
0x3c04-Jun-09 10:24 
GeneralRe: Is it possible to use VB control in C#? Pin
harold aptroot4-Jun-09 10:45
harold aptroot4-Jun-09 10:45 
That's just a non-common way to say it. Usually they say JIT-compiled. Which is more like what it does, since it takes the MSIL and compiles it (but at runtime, hence the "JIT")
Unless you use NGEN of course, then it's just compiled (not at runtime).

But anyway, the language itself (the syntax) doesn't mandate anything. You could take C# source and compile it straight down to native code. Several compilers which do exactly that are already available, but you usually lose something - such as the ability to use reflection or interoperability with .NET assemblies.
And that goes the other way too, one could write an interpreter for it. That's mostly useless though, why would you want to execute the program slow on purpose? It would usually be faster to compile it on the fly..



GeneralRe: Is it possible to use VB control in C#? Pin
Seraph_summer4-Jun-09 10:27
Seraph_summer4-Jun-09 10:27 
GeneralRe: Is it possible to use VB control in C#? Pin
harold aptroot4-Jun-09 10:53
harold aptroot4-Jun-09 10:53 
GeneralRe: Is it possible to use VB control in C#? Pin
Dave Kreskowiak4-Jun-09 12:58
mveDave Kreskowiak4-Jun-09 12:58 
GeneralRe: Is it possible to use VB control in C#? Pin
Christian Graus4-Jun-09 13:43
protectorChristian Graus4-Jun-09 13:43 
GeneralRe: Is it possible to use VB control in C#? Pin
Rajesh R Subramanian4-Jun-09 19:38
professionalRajesh R Subramanian4-Jun-09 19:38 
AnswerRe: Is it possible to use VB control in C#? Pin
Christian Graus4-Jun-09 11:49
protectorChristian Graus4-Jun-09 11:49 
QuestionRajdeep.net Pin
EliottA4-Jun-09 8:46
EliottA4-Jun-09 8:46 
AnswerRe: Rajdeep.net Pin
I Believe In GOD4-Jun-09 9:43
I Believe In GOD4-Jun-09 9:43 
GeneralRe: Rajdeep.net Pin
OriginalGriff4-Jun-09 9:50
mveOriginalGriff4-Jun-09 9:50 
GeneralRe: Rajdeep.net Pin
I Believe In GOD4-Jun-09 9:57
I Believe In GOD4-Jun-09 9:57 
GeneralRe: Rajdeep.net Pin
molesworth4-Jun-09 12:38
molesworth4-Jun-09 12:38 
Generalignorandus Pin
Luc Pattyn4-Jun-09 11:02
sitebuilderLuc Pattyn4-Jun-09 11:02 
GeneralRe: ignorandus Pin
OriginalGriff4-Jun-09 21:48
mveOriginalGriff4-Jun-09 21:48 
GeneralRe: ignorandus Pin
Luc Pattyn5-Jun-09 0:38
sitebuilderLuc Pattyn5-Jun-09 0:38 
GeneralRe: ignorandus Pin
OriginalGriff5-Jun-09 2:17
mveOriginalGriff5-Jun-09 2:17 
AnswerRe: Rajdeep.net Pin
fly9044-Jun-09 10:41
fly9044-Jun-09 10:41 
AnswerRe: Rajdeep.net Pin
Pete O'Hanlon4-Jun-09 11:09
mvePete O'Hanlon4-Jun-09 11:09 

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.