Error!
Success!

By tag: BCL

showing:  of
0
kicks

What's New in the BCL (Base Class Library) in .NET 4 Beta 2  (Unpublished)

Justin Van Patten of the BCL (Base Class Library) team provides a rundown of what's new in the BCL with .NET 4 Framework Beta 2, in addition to what was included in Beta 1.


Kicked By:
Drop Kicked By:
0
kicks

DateTime.Now Causes Boxing  (Unpublished)

This post describes in detail how calling to DateTime.Now actually causes the CLR to box an integer (4 bytes) during every call. This could seriously hurt performance for applications that may attempt to reduce dynamic allocations to a minimum (in order to reduce the number of induced GC collections...


Kicked By:
Drop Kicked By:
0
kicks

AppSettingsReader and reading typed and nullable application settings  (Unpublished)

Description and extension of one of the less-known classes - AppSettingsReader to read application settings as typed and nullable values together with explaining an undocumented feauture of the class - "(None)" used as value to force to return null.


Kicked By:
Drop Kicked By:
0
kicks

Base Class library  (Unpublished)

.Net Base Class Library


Kicked By:
Drop Kicked By:
0
kicks

.NET Application Extensibility, Part 2  (Unpublished)

An msdn article about the upcoming System.Adding namespace in the Base Class Library (BCL), available in the next release of Visual Studio® (code-named "Orcas"). This is the first one. Check the first one too: http://www.dotnetkicks.com/clr/NET_Application_Extensibility_article_about...


Kicked By:
Drop Kicked By:
0
kicks

System.Internal - A Strange Class  (Unpublished)

A strange class that I have found while searching for IsNullableType method.


Kicked By:
Drop Kicked By: