Sign In
BCL Team Blog
Base types, Collections, Diagnostics, IO, RegEx...
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework 3.5
.NET Framework 4
.NET Framework 4.5
API
BCL Refresher
CodeDom
compress
Contracts
datatype
Generics
Globalization
managed
MEF
News
parsing
RegEx
Service
Silverlight
System.Collections
System.Diagnostics
System.IO
System.Resources
System.Threading
Win32
ZIP
Quick Links
About
RSS for posts
Atom
RSS for comments
OK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Archive
Archives
May 2012
(2)
April 2012
(2)
March 2012
(1)
December 2011
(2)
November 2011
(4)
October 2011
(2)
June 2011
(1)
May 2011
(2)
April 2011
(2)
March 2011
(1)
January 2011
(1)
November 2010
(1)
October 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(2)
May 2010
(1)
April 2010
(1)
March 2010
(1)
January 2010
(1)
November 2009
(1)
October 2009
(1)
August 2009
(1)
July 2009
(2)
June 2009
(1)
May 2009
(1)
February 2009
(3)
January 2009
(1)
November 2008
(2)
October 2008
(2)
July 2008
(1)
June 2008
(3)
May 2008
(1)
April 2008
(1)
January 2008
(1)
November 2007
(4)
October 2007
(2)
August 2007
(3)
July 2007
(3)
June 2007
(7)
May 2007
(5)
April 2007
(4)
March 2007
(2)
February 2007
(1)
January 2007
(2)
December 2006
(1)
November 2006
(2)
October 2006
(8)
September 2006
(2)
August 2006
(3)
July 2006
(7)
June 2006
(5)
May 2006
(11)
April 2006
(16)
March 2006
(1)
January 2006
(1)
October 2005
(6)
September 2005
(5)
August 2005
(3)
July 2005
(2)
June 2005
(5)
April 2005
(3)
March 2005
(41)
February 2005
(7)
January 2005
(4)
December 2004
(8)
November 2004
(14)
October 2004
(9)
September 2004
(6)
August 2004
(6)
July 2004
(1)
June 2004
(2)
May 2004
(3)
March 2004
(2)
January 2004
(15)
December 2003
(3)
November 2003
(9)
October 2003
(5)
January, 2004
MSDN Blogs
>
BCL Team Blog
>
January, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
BCL Team Blog
Other DateTime Stuff
Posted
over 8 years ago
by
BCL Team
4
Comments
The DateTime FAQ is also a good source of information on this. I hope to add a lot more to this over time: http://www.gotdotnet.com/team/clr/bcl/TechArticles/techarticles/DateTimeFAQ/FAQ.aspx This has been on the site for a while.
BCL Team Blog
New DateTime Best Practices Article
Posted
over 8 years ago
by
BCL Team
2
Comments
[Anthony Moore] A colleage of mine from another team, Dan Rogers, has written an excellent article on the best way to use the DateTime class, and to deal with problems like time zones and Daylight Savings Time. He has let us post it on our site: ...
BCL Team Blog
Time is Critical, as I Idle by ... [Kit George]
Posted
over 8 years ago
by
BCL Team
0
Comments
Through the BCL Website, Gheorghe Marius enquired: Why can't we set a thread priority to TIME_CRITICAL. from managed code ? We don't allow TIME_CRITICAL, or IDLE. The CLR will use the current thread to perform an assembly load, a type load, JIT...
BCL Team Blog
lock vs. MethodImplOptions.Synchronized [Kit George]
Posted
over 8 years ago
by
BCL Team
9
Comments
A BCL Website customer (Michael) recently asked: Is there any difference in the jitted code between using the Attribute System.Runtime.CompilerServices.MethodImplAttribute( MethodImplOptions.Synchronized ) and using a lock(this) {...} in the method...
BCL Team Blog
Debugging properties [Kit George]
Posted
over 8 years ago
by
BCL Team
4
Comments
Ilya Ryzhenkov Enquired: Is there any method to detect (not switch off) if property getter is being called by debugger and not user code? This would help to debug delay-loaded properties and many other stuff. For future versions, something like...
BCL Team Blog
A new look BCL Web Page... [Kit George]
Posted
over 8 years ago
by
BCL Team
0
Comments
Sorry to all those who had asked questions via the bcl webpage and the answeres have been long in the coming: they got lost but fortunately I was able to retrieve them, it's simply now a matter of getting to all your great suggestions, and queries. ...
BCL Team Blog
Give me the Short Path/File/Directory names, baby! [Kit George]
Posted
over 8 years ago
by
BCL Team
2
Comments
Keith Hill inquired recently: There are times when displaying long paths (like as a menu item) that you would like to display a shortened path. Since the Win32 API already has a CompactPath API, it would be nice to expose this via the Path class...
BCL Team Blog
Parsing: Why not get as far as you can, and give me the result? [Kit George]
Posted
over 8 years ago
by
BCL Team
0
Comments
Dmitriy Zaslavskiy asked recently: Can you add an overload that parses as much as it can and returns number of parsed characters. I'm interpreting this as something which would go on our basetypes Dmitry, and it is an interesting idea: a nice...
BCL Team Blog
Any chance of an IReadOnlyList collection interface? [Kit George]
Posted
over 8 years ago
by
BCL Team
8
Comments
Joe White asked for this specific feature: For the most part, I like the way you designed collections in .NET -- especially interfaces like IEnumerable, ICollection, and IList. The problem is, you jump straight from a read-only, non-random-access...
BCL Team Blog
Directory.Move, but not Directory.Copy? [Kit George]
Posted
over 8 years ago
by
BCL Team
2
Comments
Blane Nelson enquired about Directory.Copy: Why does the directory object have a static method to move a directory but not one to copy a directory. Was this an oversite? I wouldn't call it an oversight necessarily Blane: we explicitly didn't...
BCL Team Blog
Math Functions: more please! [Kit George]
Posted
over 8 years ago
by
BCL Team
7
Comments
Jacek Blaszczynski asked this request about some of our Math functionality: I would greatly appreciate improvements in available set of functions and their behaviour getting them closer to C++ experience. One of misbehaviours is explicit cast of...
BCL Team Blog
Memory Mapped Files: are we doing it? [Kit George]
Posted
over 8 years ago
by
BCL Team
3
Comments
Gheorghe Marius asked this question: Question: Are there any plans to add support for memory mapped files in Whidbey ? If no...why ? The answer is no Gheorghe. The why comes down to priorities, there simply wasn't enough interest in the feature...
BCL Team Blog
Consistency of returned Strings [Kit George]
Posted
over 8 years ago
by
BCL Team
3
Comments
Atif Aziz asked this very interesting (and difficult) question regarding the behavior of strings: It would be nice to see a single and consistent policy across the framework with respect to returning strings. Presently, one has to constantly look...
BCL Team Blog
A poetic BCL tribute, from Julia Lerman [Kit George]
Posted
over 8 years ago
by
BCL Team
0
Comments
Julia Lerman wrote this short verse (let's call it 'Ode to BCL') in the mould of “The Elements”, by Tom Lehrer : System, data, SQL Client, Text and XML Reflection and Collections, Port and Diagnostic hell Windows Forms and Drawing, Web...
BCL Team Blog
Throttling, Bandwidth, and Send/Recieves [Kit George]
Posted
over 8 years ago
by
BCL Team
0
Comments
A question was asked recently on the BCL website (by at least a couple of people, 'Andy' among others): Why wasnt the ability to retreive a sockets send/receive speed added to the .net framework? Also, unless I have missed it, you cannot throttle the...
Page 1 of 1 (15 items)