
Q. What are all the technology areas that Microsoft.Net contains?
Ans:
1. .NET Frame Work
2. . Net Enterprise Servers
3. . Net Languages and Languages Tools.
Q. What are all the parts of .Net Framework?
Ans:
1. Common Language Runtime
2. Net FrameWork Class Library
Q. What is CLR?
Ans: The Common Language Runntime provides a runtime environment for the execution of code written in .Net Languages.
Q. What is CLS?
Ans: The Common Language Specification describes a subset of the data types supported by the runtime that are common to all of the languages used in .Net.
Q. What is IL or MSIL?
Ans: The low level language compiled by the CLR is known as Intermediate Language or Microsoft Intermediate Language. The individual language compiler compile the code written by developers into an Intermediate Language called Microsoft Intermediate Language. This IL is then compiled to native code by the runtime at install or compiled time by Just-In--Time (JIT) at first execution.
Q. Define Managed Code.
Ans: Code that is compiled to IL and managed by the runtime is reffered to as Managed Code.
Q. Define Assemblies.
Ans: Component written in managed code and executed by the runtime are reffered to .Net managed assemblies or assemblies.
Q. What is the different between the COM and Assembly?
Ans: COM component contains an associated type library to describe how clients should interact with it. An assembly contains manifest, which is the set of metadata that describes the contents of assembly.
Q. Define Manifest.
Ans: Manifest is the set of metadata that describes the contents of the assembly.
Q. Define Metadata.
Ans: Metadata describes the dependencies an version information associated with an assembly.
Q. Define DLL.Hell.
Ans: Version conflicts of the COM components are referred to as DLL.Hell.
Q. Define Namspace.
Ans: The namspaces are know as containers which will be used to organize the hierachical set of .NET Classes.
Q. Define Page Class.
Ans: Page class is the part od system.Web.UI namespace from which all ASP.NET pages are derived.
Q. Define Inheritance.
Ans: Inheritance is deriving the new class from already existing one.
Q. What are all the .Net Enterprise Servers included in the .Net Framework?
Ans:
1. SQL Server 2000
2. Exchange 2000 Server
3. Commerce Server 2000
4. Host Intergation Server 2000
5. BizTalk Server 2000
6. ISA Server or Internet Security and Acceleration Server 2000
7. Application Center 2000
Q. List all of the features of SQL Server 2000.
Ans:
1. Input and output of data of XML.
2. Side-by-side operation with SQL Server 7.0
3. Multiple SQL Server instances on a single machine
4. Intergrated OLAP engine.
5. World Class scalability.
Q. List of the features of Exchange 2000 Server.
Ans:
1. XML Web store.
2. Intergrated with the Active Dictionary.
3. Out-of-the-box functionality.
Q. List the features of Commerce 2000 Server.
Ans:
1. Business Internet Analytics.
2. Improved catalog Management.
3. Powerful user registration and profiling system.
4. Very useful to develope B2Z e-commerce site.
Q. Tell me about the Host Intergration Server 2000.
Ans: It allows COM Based access to programmatic functionality on legacy systems.
Q. List the features of Biztalk Server 2000.
Ans:
1. XML Based document transformation
2. Document routing and tracking
3. Business process orchestration
Please see ASP.NET Questions and Answers part2, and don't forget check out my personal website: http://m.aatechsources.com Article and Forum