Can you draw and explain the .NET Farmework?
Answers were Sorted based on User's Feedback
Answer / sivasubramanian.k
It consist of Web applications,Web services,console
applications in the top layer....
In second layer .NET features from base class library such
as Consistency,Data
integrity,transaction,IO,Synchronisation,Multiple
Threading,Data,XML,etc
Third Layer consist of CLR which includes Code Access
Security,Code Type Checking,Portability etc...
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sameer meher
The .Net framework is the environment where we can develope
the web application,web services,console application,device
applivation and some of component.so that we can reuse it
oin the other application.it actually supports 26 languages.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is filters in web api?
What is the necessity for singning an assembly with a strong name?
Why is entity framework used?
If I have multiple filters implemented, what is the order in which these filters get executed?
What you mean by routing in mvc?
What is the difference between ViewData, ViewBag and TempData?
What is asp net framework?
unit test done by tetser on development team?
Explain Bundle.Config in ASP.Net MVC4?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Is there built-in support for tracing/logging
What are Model Binders in ASP.Net MVC?