Answer Posted / aparna
we should explain the layered architecture of the .net
first layer consist of:
.net languages like c#,vb,j#
second layer like:
common lang specification
3rd layer consist of :
windows forms and web applications
4th layer is:
data base connection tat is ado.net and XML
below tat some class library which ever were included.
5th layer consist of :
Common lang run time
then lastly operating system
| Is This Answer Correct ? | 37 Yes | 4 No |
Post New Answer View All Answers
Which are the important namespaces used in ASP.Net MVC?
What is .net framework & its benefits?
Explain the types of Scaffoldings.
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Explain JSON Binding?
why DotNetFramework is included in building a software
What is domain class model?
How to bind table colum with gridview column?
Can a view be shared across multiple controllers? If yes, how we can do that?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What are ajax helpers in mvc?
How route table has been created in ASP.NET ASP.Net MVC?
What are sections?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is entityset? : Entity framework