Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
how many builtin Classes Available in .net (like form). and what are they.
Posted
Comments
Prasad Khandekar 31-Jul-13 2:49am    
Please have a look at (http://stackoverflow.com/questions/2137444/exactly-how-large-is-the-net-3-5-framework-class-library). Another way is to actually count (http://msdn.microsoft.com/en-us/library/gg145045.aspx) or (http://www.pcreview.co.uk/forums/many-namespaces-classes-there-net-framework-t1223645.html)

Regards,

Way, way too many for this to be a meaningful question, especially as it varies from version to version.
If you count structs, enums and interfaces as well (and you probably should) then V3.5SP1 had 40513.
Source: http://codebetter.com/patricksmacchia/2008/08/13/net-3-5-sp1-changes-overview/[^]
 
Share this answer
 
A plethora. Every new release of the .NET Framework adds more. MSDN provides info about 'what they are'.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900