1. What do you mean by application server in .net?
An application Server is a software engine which helps to deliver applications to Client which runs using server code.
2. Does .net supports multiple inheritance ?
.net supports only single inheritance .it will not support multiple inheritances
3.What do you mean by interface in .net?
An interface is primarily used as a standard or contract which contains various events or methods
4. What is .Net Framework?
.Net Framework is an environment which develops, run and deploy various applications like Console applications,WF,WCF,WPF,Web services and applications.It also helps to create sharable components and it should be used in distributed computing architecture.
5. What are latest features that are available in .net Frame work 4
.net Framework4 has latest features like Improved application compatibility and deployment support with Dynamic Language Runtime. It has Managed Extensibility and Parallel programming Framework. Even it has Improved Security Model with Improved Core ASP.Net services and Networking improvements. It can integrate between WCF and WF with Improved entity framework (EF) and also improvements in WPF4.
6. What is Intermediate Language?
Intermediate Language often calls as MSIL(Microsoft Intermediate Language) or CIL (Common Intermediate Language) or IL in which ASP.NET source code is compiled and then it converts to machine code and then runs by a JIT Compiler.
7.How many languages .net is supporting ?
More than 44 Languages .net is supporting now.
8. What is component?
Component is nothing but a group of logically related classes and methods which implements the Icomponent interface or uses a class that implements Icomponent interface.
9.What do you mean by design patterns?
Common solutions to Common design problems are called as Design Patterns
10.What are Functional and Non Functional Requirements?
Functional Requirements defines the System’s behavior and Non Functional Requirements specify how the system should behave.
Related Interview Questions and Answers:
Advanced .NET Interview Questions
0 comments:
Post a Comment