what is dotnet architecture? can anyone explain that.
Answer / vijay
Architecture of .Net is based on CLR. CLR is the Common
Language Runtime which runs as virtual machine on Operating
System. CLR manages execution of code right from memory
allocation to Garbage collection. CLR consists of CLS and
CTS. Every program that is written in .NET runs on CLR. We
can write code on different languages which should be
compliant with CLS. Languages like C#.net,VB.net,J#.net are
supported by CLR. All code written in such language is
knwon as Managed Code. With the help of such language,
different types application like, Console Based, Web based
and windows based can be written. Also it can uses ADO.NET
for backend connectivity.
| Is This Answer Correct ? | 5 Yes | 0 No |
How to create a key pair in .net?
What is Event - Delegate? clear syntax for writing a event delegate
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
What is reflection in microsoft .net context?
How Garbage Collector (GC) Works?
Explain me what are the deferred execution and the immediate execution in linq?
asp mean
How to spawn a thread?
Explain about managed heap?
Is .net core free?
What is an assembly? What are the different types of assemblies?
How is meant by dll in .net?