adspace


What are the important components of .net?

Answer Posted / Ravinder Pratap Singh

The important components of .NET include: 1) Common Language Runtime (CLR): provides services such as memory management, exception handling, and security. 2) Framework Class Library (FCL): a collection of prewritten classes that can be used for common programming tasks. 3) ASP.NET: a framework for building web applications in .NET. 4) Windows Forms and WPF (Windows Presentation Foundation): libraries for creating desktop applications.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143