Describe the .net base class library.



Describe the .net base class library...

Answer / Akhilesh Kumar Jaiswal

The .NET Base Class Library (BCL) is a collection of pre-written classes, interfaces, and value types that provide functionality common to many types of applications. It includes namespaces such as System, System.Collections, System.Data, System.IO, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How dataadapter.fill works?

1 Answers  


How many web.config a application can have ?

6 Answers   Keane India Ltd, Manhattan, Vertex,


Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


What is the parent class of all the web server control?

1 Answers  


I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.

4 Answers  


To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?

1 Answers   Siebel,


can any one tell about web services?

5 Answers  


How do you access individual items of an Master Page

5 Answers   TCS,


when a request is made in Life cycle of ASP.NET page .

1 Answers  


Can we store object in viewstate?

1 Answers  


What is asp.net with mvc? : Asp.Net MVC

1 Answers  


What are the advantages of Web API?

1 Answers  


Categories