Posts

Showing posts from January, 2021

DotNet Interview Questions

                                                                        .NET Questions Q #1) What is the .Net framework? Ans: It is a platform for building various applications on windows. It has a list of inbuilt functionalities in the form of class, library, and APIs which are used to build, deploy and run  web services and different applications. It supports different languages such as C#, VB .Net,  Cobol, Perl, etc. This framework supports an object-oriented programming model. Q #2) What are the important components of .Net? Ans: The components of .Net are Common language run-time, .Net Class library, Application domain, Common Type System, .Net framework, Profiling, etc. However, the  two important components are the  Class library and Common Language...