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
Define the core components of an ASP.NET MVC application?
What symbol would you use to denote, the start of a code block in razor views?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What are the advantages of razor view engine?
Explain the methods used to render the views in ASP.Net MVC?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
How can I return string result from action in asp.net mvc?
What is iobjectset? : Entity framework
What is the difference between partial and renderpartial?
Explain the new features added in version 4 of mvc (mvc4)?
What is latest version of .net framework?
What filters are executed in the end?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
How can we determine action invoked from HTTP GET or HTTP POST?
What is session state management?