1. What is .NET Framework?
.NET Framework is a complete environment that allows developers to develop, run, and deploy the following applications:
- Console applications
 - Windows Forms applications
 - Windows Presentation Foundation (WPF) applications
 - Web applications (ASP.NET applications)
 - Web services
 - Windows services
 - Service-oriented applications using Windows Communication Foundation (WCF)
 - Workflow-enabled applications using Windows Workflow Foundation (WF)
 
2. What are the main components of .NET Framework?
- .NET Framework Class Library
 - Common Language Runtime
 - Dynamic Language Runtimes (DLR)
 - Application Domains
 - Runtime Host
 - Common Type System
 - Metadata and Self-Describing Components
 - Cross-Language Interoperability
 - .NET Framework Security
 - Profiling
 - Side-by-Side Execution
 
No comments:
Post a Comment