Lambda the Ultimate

inactiveTopic Introduction to the Base Class Libraries (.Net)
started 10/28/2003; 2:07:40 PM - last post 10/30/2003; 2:32:09 AM
Ehud Lamm - Introduction to the Base Class Libraries (.Net)  blueArrow
10/28/2003; 2:07:40 PM (reads: 12116, responses: 2)
Introduction to the Base Class Libraries (.Net)
The Base Class Libraries (BCL) provides the fundamental building blocks for any application you develop, be it an ASP.Net application , a Windows Forms application, or a Web Service. The BCL generally serves as your main point of interaction with the runtime.

Not very exciting, but still...

Of specific interest: System.CodeDom (all the support necessary to be able to create code, and run it, on the fly) and System.Diagnostics (event logging, performance counters, tracing, and process management APIs).


Posted to cross-language-runtimes by Ehud Lamm on 10/28/03; 2:10:22 PM

Dejan Jelovic - Re: Introduction to the Base Class Libraries (.Net)  blueArrow
10/29/2003; 4:32:17 AM (reads: 351, responses: 0)
Ehud,

Programming language enthusiasts would surely be more interested in System.Reflection.Emit and System.Diagnostics.SymbolStore.

;)

Dejan

bryan rasmussen - Re: Introduction to the Base Class Libraries (.Net)  blueArrow
10/30/2003; 2:32:09 AM (reads: 250, responses: 0)
a good resource can also be found here: http://lab.msdn.microsoft.com/logiclibrary/logiclibrary.aspx