Explain the .NET architecture.

Answers were Sorted based on User's Feedback



Explain the .NET architecture...

Answer / gaurav shenolikar

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 ?    96 Yes 15 No

Explain the .NET architecture...

Answer / rengarajiyer

The .Net framework consists of
1)The .Net framework class library
2)CLR which is Common Language Runtime
3)Languages and
4)Web Technology(ASP.NET)

Is This Answer Correct ?    50 Yes 14 No

Explain the .NET architecture...

Answer / aarti ashar

The architecture of any application depends upon the
sequence of execution
of the program. Since ASP.Net is a web application, the
execution starts from the web server
and follows the entire life cycle of the aspx page.

Is This Answer Correct ?    78 Yes 44 No

Explain the .NET architecture...

Answer / preeti

.NET Architecture is based on CLR(common language run time).
Following is layered architecture of .NET

Layer 1---> .net Languages(Like c#,vb.net,j#)
Layer 2---> Common Language Specification(CLS)
layer 3---> Window forms and web applications
Layer 4--->Database Connection(XML,ADO.NET)
Layer 5--->Commomn Language Runtime(CLR)
Layer 6---> Operating System.

Is This Answer Correct ?    8 Yes 3 No

Explain the .NET architecture...

Answer / pramod rai

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 ?    9 Yes 6 No

Explain the .NET architecture...

Answer / evangaline

Re: Explain the .NET architecture.
Answer
# 1 The architecture of any application depends upon the
sequence of execution
of the program. Since ASP.Net is a web application, the
execution starts from the web server
and follows the entire life cycle of the aspx page.

Thanks for Marking this Answer 3 Aarti Ashar


Re: Explain the .NET architecture.
Answer
# 2 All Web clients communicate with ASP.NET applications
through IIS. IIS deciphers and optionally authenticates the
request. If Allow Anonymous is turned on, no authentication
occurs. IIS also finds the requested resource ( such as an
ASP.NET application ), and, if the client is authorized,
returns the appropriate resource.

In addition to the built-in ASP.NET security features, an
ASP.NET application can use the low-level security features
of the .NET Framework.

Thanks for Marking this Answer 1 Aarti Ashar






Re: Explain the .NET architecture.
Answer
# 3 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.

Thanks for Marking this Answer 1 Gaurav Shenolikar


Re: Explain the .NET architecture.
Answer
# 4 The .Net framework consists of
1)The .Net framework class library
2)CLR which is Common Language Runtime
3)Languages and
4)Web Technology(ASP.NET)

Is This Answer Correct ? 17 Yes 2 No
0


Re: Explain the .NET architecture.
Answer
# 5 The architecture of any application depends upon the
sequence of execution
of the program. Since ASP.Net is a web application, the
execution starts from the web server
and follows the entire life cycle of the aspx page

Thanks for Marking this Answer 0 Davamani

Is This Answer Correct ?    5 Yes 9 No

Explain the .NET architecture...

Answer / murugan

.net frame work is a multilanguage environment

Is This Answer Correct ?    5 Yes 10 No

Explain the .NET architecture...

Answer / aarti ashar

All Web clients communicate with ASP.NET applications
through IIS. IIS deciphers and optionally authenticates the
request. If Allow Anonymous is turned on, no authentication
occurs. IIS also finds the requested resource ( such as an
ASP.NET application ), and, if the client is authorized,
returns the appropriate resource.

In addition to the built-in ASP.NET security features, an
ASP.NET application can use the low-level security features
of the .NET Framework.

Is This Answer Correct ?    34 Yes 41 No

Explain the .NET architecture...

Answer / davamani

The architecture of any application depends upon the
sequence of execution
of the program. Since ASP.Net is a web application, the
execution starts from the web server
and follows the entire life cycle of the aspx page

Is This Answer Correct ?    13 Yes 24 No

Post New Answer

More Dot Net General Interview Questions

How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?

0 Answers  


differance between checkbox and rediobutton in vb.net?

2 Answers  


Explain what is immutability, what is it for and how is it codified?

0 Answers  


What is different between webusercontrol and in webcustomcontrol?

0 Answers  


What is a serviced component?

0 Answers  






Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

0 Answers  


Explain what are possible implementations of distributed applications in .net?

0 Answers  


What is "common language specification" (cls) in .net?

0 Answers  


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


Explain acid properties?

1 Answers  


Different levels of priority provided by .net.

0 Answers  


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

0 Answers  


Categories