blah blah blah is here! blah blah » Close

up0down
link

Actually lots of companies most of the time asking me this question. so what will be the actuall and correct ans. for it. help me by answering this.

last answered 2 years ago

1 answers

up0down
link

there's this company called microsoft. if they havent heard of them, maybe point them at their <a target="_new" href="http://msdn.microsoft.com/netframework/technologyinfo/overview/default.aspx">website</a> for more info on that matter.
.net is implements a language abstraction layer which allow a developer to write .NET code in many different languages (somewhere around 20 if I remember right), that all or most all compile to an intermediate language (the common runtime language). components comiled into these intermediate lanugage files are termed assemblies. these assemblies are compiled at runtime into native images and executed.
part of its archetecture is also similar to com/dcom... in that it allow for sharing across apps.
I'm sure you can probably find more of what you're looking for @ their site.

This post was imported from csharpfriends, if you have a similiar question please ask it again.

All previous members have been migrated, hope you enjoy the new platform!

Feedback