Welcome to MSDN Blogs
Sign in
|
Join
|
Help
BCL Team Blog
Basetypes, Collections, Diagnostics, IO, RegEx...
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
CLR Bloggers
Kathy Kam
Krzsyztof Cwalina
Shawn Steele
Michael Kaplan
CLR Add-In Team Blog
Shawn Farkas
Mike Downen
Tags
.NET Framework 3.5
api
BCL Refresher
CodeDom
compress
datatype
Design Meeting Notes
Documentation
Exceptions
Generics
Globalization
managed
News
parsing
RegEx
Service
Silverlight
String
System.Collections
System.Diagnostics
System.IO
System.Math
System.Resources
System.Threading
win32
zip
Recent Posts
Working with Signed Non-Decimal and Bitwise Values [Ron Petrusha]
Where did BigInteger go? [Melitta Andersen]
Parallel Extensions CTP and the Parallel Computing Developer Center [Judd Hall]
December 2007 Cumulative Time Zone Update is Now Available [Josh Free]
.NET Framework 3.5 Now Available! [Justin Van Patten]
Archives
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 (14)
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 (7)
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)
Browse by Tags
All Tags
»
.NET Framework 3.5
(RSS)
News
Service
System.Collections
System.Diagnostics
System.IO
Monday, November 19, 2007 4:38 PM
.NET Framework 3.5 Now Available! [Justin Van Patten]
.NET Framework 3.5 and Visual Studio 2008 have officially shipped! Soma has the announcement on his blog and the downloads are available here . There's over 250 new features in .NET 3.5 and Visual Studio 2008. Here's a list of new BCL features available
Posted by
BCLTeam
|
10 Comments
Filed under:
News
,
.NET Framework 3.5
Thursday, November 01, 2007 8:00 AM
Change in System.ServiceProcess shutdown is coming in 3.5 RTM [Inbar Gazit]
In all current versions of the Framework we do not close the actual service when we get a shutdown request from the OS. Instead we just call OnShutdown and hope that the user has overridden this method and called Stop() themselves. We found out that many
Posted by
BCLTeam
|
8 Comments
Filed under:
Service
,
.NET Framework 3.5
Monday, August 06, 2007 1:56 PM
Microsoft .NET Framework 3.5 Beta 2 is Now Available [Inbar Gazit]
In case you have not heard, we recently released the latest pre-release version of the Microsoft .NET Framework 3.5 (previously code named “Orcas”). You are encouraged to download and try it, available here: .NET Framework 3.5 Beta 2 There are no new
Posted by
BCLTeam
|
11 Comments
Filed under:
.NET Framework 3.5
Thursday, July 12, 2007 7:00 AM
A Brief History of DateTime Follow-up [Anthony Moore]
Thanks all for the feedback on A Brief History of DateTime . Thanks Justin for responding to most of this. I can elaborate on some of the issues raised: >> (3) Was there any consideration given in the design process around making DateTimeOffset
Posted by
BCLTeam
|
11 Comments
Filed under:
.NET Framework 3.5
Monday, June 18, 2007 8:00 AM
A Brief History of DateTime [Anthony Moore]
For the .NET 3.5 release, the BCL team has been trying to solve some problems related to dates, times and time zones that customers having been asking us to address for some time. We’ve invested in two significant features: TimeZoneInfo : Extended Time
Posted by
BCLTeam
|
25 Comments
Filed under:
.NET Framework 3.5
Thursday, June 14, 2007 1:48 PM
DateTimeOffset: A New DateTime Structure in .NET 3.5 [Justin Van Patten]
One thing we haven't publicized much on this blog yet is a new date time structure we've added in .NET 3.5 called DateTimeOffset (currently available as part of .NET Framework 3.5 Beta 1 ). Kathy mentioned it on her blog a while back and Daniel
Posted by
BCLTeam
|
18 Comments
Filed under:
.NET Framework 3.5
Monday, June 11, 2007 1:13 PM
System.TimeZoneInfo: Working with Ambiguous and Invalid Points in Time [Josh Free]
System.TimeZoneInfo (currently available as part of .NET Framework 3.5 Beta 1 ) contains methods for checking if a DateTime instance represents an ambiguous or invalid time in a specific time zone. These methods are particularly useful for validating
Posted by
BCLTeam
|
4 Comments
Filed under:
.NET Framework 3.5
Thursday, June 07, 2007 1:40 PM
Exploring Windows Time Zones with System.TimeZoneInfo [Josh Free]
The main feature of the System.TimeZoneInfo class (previously named System.TimeZone2 in CTPs prior to .NET Framework 3.5 Beta 1 ) is to enable .NET developers to seamlessly work with Windows time zones in their applications. This includes enabling .NET
Posted by
BCLTeam
|
21 Comments
Filed under:
.NET Framework 3.5
Friday, April 20, 2007 2:21 PM
Visual Studio Code Name "Orcas" Beta 1 Has Been Released! [Inbar Gazit]
I'm pleased to let you all know that Microsoft released the first beta version of the next version of Visual Studio, Visual Studio Team System and Visual Studio Team Foundation Server. This of course also includes the next version of the .NET Framework
Posted by
BCLTeam
|
11 Comments
Filed under:
.NET Framework 3.5
Tuesday, April 10, 2007 11:43 AM
Visual Basic "Live From Redmond" Webcast Series [Justin Van Patten]
The Visual Basic team has put together a "Live from Redmond" webcast series aimed at the next version of Visual Basic and Visual Studio code named "Orcas". The live series starts April 18th and will continue to the end of May. It looks like the focus
Posted by
BCLTeam
|
0 Comments
Filed under:
.NET Framework 3.5
Friday, March 09, 2007 5:25 PM
A new TraceListener in Orcas: EventSchemaTraceListener [Inbar Gazit]
TraceListener is an abstract class representing a listener object that is used to log event that a TraceSource is producing. In .NET 2.0 we have a few existing implementations such as ConsoleTraceListener for logging events to the standard console and
Posted by
BCLTeam
|
7 Comments
Filed under:
System.Diagnostics
,
.NET Framework 3.5
Tuesday, January 16, 2007 9:44 PM
Introducing: System.Numeric.BigInteger [Inbar Gazit]
Have you ever needed a really huge number? So big it just couldn't fit into any other base-type in the framework? Well, no problem anymore, just use the new BigInteger type. You can now have the ability to use integers of any arbitrary size, so they can
Posted by
BCLTeam
|
25 Comments
Filed under:
.NET Framework 3.5
Friday, January 12, 2007 6:43 PM
Orcas January CTP Now Available [Justin Van Patten]
The Orcas January Community Technology Preview (CTP) has been publicly released as of Wednesday evening! This CTP is available as a Virtual PC image or as a self-extracting install . We advise against installing the self-extracting install on a production
Posted by
BCLTeam
|
6 Comments
Filed under:
.NET Framework 3.5
Thursday, December 07, 2006 12:24 PM
Introducing Pipes [Justin Van Patten]
The Orcas October Community Technology Preview (CTP) includes new types that make it easy for developers to use pipes from managed code. Pipes are used for inter-process communication (IPC) between processes running on the same machine, or processes running
Posted by
BCLTeam
|
14 Comments
Filed under:
System.IO
,
.NET Framework 3.5
Thursday, November 09, 2006 10:43 AM
Introducing HashSet<T> [Kim Hamilton]
HashSet<T> is in our latest CTP, and you can find it in the System.Collections.Generic namespace. The naming discussion over the last month has motivated me to recap some naming highlights for HashSet, so hang in til the end if you’re interested.
Posted by
BCLTeam
|
31 Comments
Filed under:
System.Collections
,
.NET Framework 3.5
More Posts
Next page »