Explain the .NET architecture.
Answer Posted / 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 |
Post New Answer View All Answers
Do you know what is garbage collector?
Show different types of collection in .NET?
Explain code access security.
Explain what is the difference between response.redirect & server.transfer?
What is cyclomatic complexity and why is it important?
Do you know what is .net standard?
What relationship is between a process, application domain, and application?
What is alias ? Is it used in .Net ?
State the differences between the dispose() and finalize().
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Please explain when should you use .net web forms over asp.net mvc?
What are an object and a class?
What is machine.config in .net?
Explain the procedure to add assemly to gac to make it shared one?
How viewstate is being formed and how it is stored on client in .net?