Explain the .NET architecture.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?

511


Explain me what is the difference between a class and an object, and how do these terms relate to each other?

492


Tell us what is the difference between struct and class?

486


  • Accomm
  • i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;

    1375


    Which file is taken by compiler when we have both file Application and Server Configuration file?

    1553






    What is singlecall activation mode used for in .net?

    555


    Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?

    500


    Who is using .net core?

    524


    what is dotnet architecture? can anyone explain that.

    3600


    What is difference between static page and dynamic page?

    519


    How do you view the methods and members of a dll?

    608


    What does cil do?

    564


    What is the purpose of enumerable class in .net?

    648


    What is operator overloading in .net?

    616


    What is the difference between a namespace and assembly name in .net?

    514