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 key concepts of entity data model?
How to Create an Intranet Site Using ASP.NET MVC?
Which are the important namespaces used in mvc?
explain why t4 entity is important in entity framework?
Is razor a server side?
How can I return string result from action in asp.net mvc?
What are ajax helpers in asp.net mvc?
Explain linq to entities? : Entity framework
What is the difference between viewbag and viewdata in mvc?
Can I set the unlimited length for "maxjsonlength" property in config?
Define the core components of an ASP.NET MVC application?
What is entity framework? : Entity framework
What is web api‘s in asp.net mvc 4 ?
What is namespace of 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.