asp.net Basic and Advanced .Net Framework

Basic and Advanced .Net Framework: 



This is very Basic and Advanced .Net Framework for Interview Questions and Answers for Freshers, 2 - 3 years Experienced Dot Net developers and Testers on Microsoft Intermediate Language (MS-IL), Common Language Runtime (CLR), Common Type System (CTS), Common Language Specification (CLS), Garbage Collector, Assembly, Global Assembly Cache (GAC), Reflection, Delay Signing, Boxing and Unboxing.


1) What are the advantages of .Net?


  • Good Design
  • Object-Oriented Programming – Using C# and .NET which are based on object-oriented Concepts.
  • Language Independence – All the languages which are supported by .Net (VB.NET, C#, J#, and managed C++) are compiled into common Intermediate Language (IL). So IL makes sure that languages are interoperable.
  • Efficient Data Access – ADO.NET provides fast and efficient way to access RDBMS, file system etc.
  • Code Sharing – To share code between applications, a new concept called assembly is introduced. An assembly supports versioning.
  • Improved Security
  • Support Dynamic Web Pages – Using ASP.NET
  • Support for Web Services



2) What is .Net Framework?


The .NET framework is a programming framework from Microsoft. Developers can use .Net Framework to develop applications, install and run the application on Windows operating systems.

in this programming tutorial we give many important topic as like 


Comments

Popular posts from this blog