Stories recently tagged with 'BCL'

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

submitted by atifazizatifaziz(1000) 2 years, 3 months ago

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. read more...

add a comment |category: |Views: 21

tags: another

DateTime.Now Causes Boxing(beyondthespec.com)

submitted by lirancliranc(190) 2 years, 5 months ago

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). read more...

add a comment |category: |Views: 28

tags: another

AppSettingsReader and reading typed and nullable application settings(ondrejsv.com)

submitted by rud.valrud.val(35) 4 years, 1 month ago

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. read more...

add a comment |category: |Views: 58

tags: another

Base Class library(msdn2.microsoft.com)

submitted by luizseluizse(175) 4 years, 11 months ago

.Net Base Class Library read more...

3 comments |category: |Views: 10

tags: another

.NET Application Extensibility, Part 2(msdn.microsoft.com)

submitted by ivaylo.bratoevivaylo.bratoev(120) 4 years, 11 months ago

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_the_upcoming_System_Addin read more...

1 comment |category: |Views: 11

tags: another

System.Internal - A Strange Class(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

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

add a comment |category: |Views: 5

tags: another