Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
BCL Team Blog
Server & Tools Blogs
>
Developer Tools Blogs
>
Base Class Library Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Base Class Library (BCL) Blog
Base types, Collections, Diagnostics, IO, RegEx…
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
.NET Framework 3.5
.NET Framework 4
.NET Framework 4.5
API
BCL Refresher
CodeDom
Contracts
datatype
Generics
Globalization
Immutable
managed
MEF
News
NuGet
parsing
RegEx
Service
Silverlight
System.Collections
System.Diagnostics
System.IO
System.Resources
System.Threading
Win32
More
▼
Less
▲
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
April 2013
(2)
March 2013
(2)
February 2013
(1)
January 2013
(1)
December 2012
(1)
October 2012
(1)
August 2012
(1)
June 2012
(2)
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)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
BCL Team Blog
Registry Security Basics [Mike Rousos]
Posted
over 7 years ago
by
BCL Team
5
Comments
Registry Permission Basics RegistryKey.CreateSub Key(string, RegistryKeyPermissionCheck, RegistrySecurity) RegistryKey. Open Sub Key(string, RegistryKeyPermissionCheck, RegistryRights) The fact that there are three different ‘security’...
BCL Team Blog
Timing out a request to start a process... [Fernando Vicaria]
Posted
over 8 years ago
by
BCL Team
3
Comments
This is another post to quickly cover an question that I saw recently on one of our usergroups... How do we create a process and "wait" for it begin running for a finite amount of time and if the process is not up and running until then timeout the...
BCL Team Blog
Performance tips for using resources [David Gutierrez]
Posted
over 8 years ago
by
BCL Team
4
Comments
The most expensive parts of reading resources are probing for satellite assemblies and deserializing objects. The more you can avoid having the ResourceManager do either of those two tasks, the faster your resource reads will be. In this post I'll cover...
BCL Team Blog
Job Available on the CLR Documentation Team!
Posted
over 8 years ago
by
BCL Team
1
Comments
We get a lot of suggestions on how to improve our documentation. it's certainly an area we take seriously, and plan on investing a lot of time and effort in in the upcoming releases of the .NET Framework. There's an opportunity to be a part of this...
BCL Team Blog
Pseudo-processes... [Fernando Vicaria]
Posted
over 8 years ago
by
BCL Team
1
Comments
The .NET Framework Process class let's you access various aspects (or properties) of a system process. Among these properties are things like the process id (or pid), the process name and the modules (.dll or .exe) it loads. This blog entry, my first...
BCL Team Blog
How long will it wait? [Fernando Vicaria]
Posted
over 8 years ago
by
BCL Team
2
Comments
This posting will touch once again the Process class and the WaitForInputIdle method. This method contains 2 overloads, one that takes no parameters and another one that will take an int as its single parameter. The confusion will start exactly here...
BCL Team Blog
Using CodeDom's CodeEntryPointMethod [David Gutierrez]
Posted
over 8 years ago
by
BCL Team
0
Comments
For anyone wanting to generate an entry point using CodeDom, there's a type called CodeEntryPointMethod. In VB, it generates the familiar Public Shared Sub Main() . However, CodeEntryPointMethod is limited in that most providers do not support setting...
BCL Team Blog
Whats the diff? [Ari Weinstein]
Posted
over 8 years ago
by
BCL Team
0
Comments
Over the past couple of weeks, there have been a number of questions as to the best practices in coding. A couple of question in this area were related to casting and aliases. One example of casting questions that have come in is which is better: ...
BCL Team Blog
A Tracing Primer - Part II (C) [Mike Rousos]
Posted
over 8 years ago
by
BCL Team
4
Comments
In my introduction to tracing ( http://blogs.msdn.com/bclteam/archive/2005/03/15/396431.aspx ), I outlined the basics of how to use TraceSources, TraceListeners, and SourceSwitches to trace the flow of an application. I also covered how to configure Whidbey...
BCL Team Blog
A Tracing Primer - Part II (B) [Mike Rousos]
Posted
over 8 years ago
by
BCL Team
4
Comments
In my introduction to tracing ( http://blogs.msdn.com/bclteam/archive/2005/03/15/396431.aspx ), I outlined the basics of how to use TraceSources, TraceListeners, and SourceSwitches to trace the flow of an application. I also covered how to configure Whidbey...
BCL Team Blog
A Tracing Primer - Part II (A) [Mike Rousos]
Posted
over 8 years ago
by
BCL Team
6
Comments
In my introduction to tracing ( http://blogs.msdn.com/bclteam/archive/2005/03/15/396431.aspx ), I outlined the basics of how to use TraceSources, TraceListeners, and SourceSwitches to trace the flow of an application. I also covered how to configure Whidbey...
BCL Team Blog
A Set<T> Class? [Ari Weinstein]
Posted
over 8 years ago
by
BCL Team
16
Comments
Recently, I have heard a number of requests for the addition of a Set<T> class to the System.Collection.Generic namespace. Basic implementation of this class that implements only ICollection<T> would cover all the etremely vital operations...
BCL Team Blog
Hello from an intern [Marek Olszewski]
Posted
over 8 years ago
by
BCL Team
4
Comments
I just thought I would say hi to the outside world. I’m an SDE intern here in the BCL working on two new features for all to enjoy: Pipe Streams and Memory Mapped Files (that’s right, I do more than just get people coffee [;)] ). The plan is to release...
BCL Team Blog
What's under the hood? [Ariel Weinstein]
Posted
over 8 years ago
by
BCL Team
7
Comments
Well, I tried to solicit email from you with any cool ideas you have for Collections, ServiceProcesses, and Diagnostics, but that front has been a bit quiet. Thats quite ok though, because there is something else I would like to touch on today. My main...
BCL Team Blog
Hi From the New Guy [Ariel Weinstein]
Posted
over 8 years ago
by
BCL Team
3
Comments
This Friday marks the end of my first week here as a program manager on the BCL team, and the areas which I will be overseeing are System.Collections , System.ServiceProcesses , as well as part of System.Diagnostics . Soon enough I will be able to cover...
BCL Team Blog
Looking for any and all apps building on V2.0, and using Console.ReadKey/Console.KeyAvailable [Kit George]
Posted
over 8 years ago
by
BCL Team
1
Comments
All, with the upcoming release of V2.0, we're really interested to see who's using what features: in production code, in demos, in code you've written for fun, whatever it is! I'm specifically looking for feedback on the Console.ReadKey() and Console...
BCL Team Blog
Co-existing with Content Indexing Services and IO directory operations [Lakshan Fernando]
Posted
over 8 years ago
by
BCL Team
3
Comments
Just to remind you, I’m a tester on the BCL team (part of my testing responsibilities include the IO feature area). I wanted to share some pain that we’ve gone through in investigating directory modification failures with the hope that I can spare you...
BCL Team Blog
Nullable Performance [Kit George, David Gutierrez]
Posted
over 8 years ago
by
BCL Team
2
Comments
There’s been a number of questions about Nullable performance: is doing a HasValue check performant? Here's some code which we think better mimics what your old code (scenario 1 and 2) would have looked like, vs. what we suggest you do now. Assuming in...
BCL Team Blog
Using GZipStream for Compression in .NET [Brian Grunkemeyer]
Posted
over 8 years ago
by
BCL Team
8
Comments
One of the cool new features in Whidbey is a GZipStream class, which supports GNU's zip utility (gzip). For anyone with a Unix background, you've had to come across .tar.gz or .tgz files as you deal with the tedium that accompany downloading new source...
BCL Team Blog
Constrained Execution Regions and other errata [Brian Grunkemeyer]
Posted
over 8 years ago
by
BCL Team
15
Comments
A customer recently asked a good question about some of our new reliability features in Whidbey: There are calls to Thread.BeginCriticalRegion() inside the Hashtable class. Can you clarify why they are used and how this is different from RuntimeHelpers...
BCL Team Blog
ResourceReader.GetResourceData and ResourceTypeCodes [Mike Rousos]
Posted
over 8 years ago
by
BCL Team
2
Comments
Intro ResourceReader is a useful type for quickly enumerating through resources in a resources file, but it has trouble if it cannot deserialize one of the resources. This limitation is compensated for, in v2.0 of the framework, with the GetResourceData...
BCL Team Blog
Official Guidance: New Recommendations for Strings in .NET 2.0 [Dave Fetterman]
Posted
over 8 years ago
by
BCL Team
14
Comments
The BCL Team has here published new official guidance for using Strings in .NET 2.0. It is highly recommended that .NET developers use these new best practices and new Framework types when developing on the second major version of the Framework. The...
BCL Team Blog
Musical Console: Part 1 [Katy King]
Posted
over 8 years ago
by
BCL Team
8
Comments
I decided to have a little fun with one of the new Console features. I wrote a quick program that will load a text file containing a series of {freqeuency, duration} pairs and play it using Console.Beep(). The program loads the integer data into a Song...
BCL Team Blog
Hook up with the CLR team at TechEd 2005 in Orlando! [Kit George]
Posted
over 8 years ago
by
BCL Team
0
Comments
So the CLR team will have 3-4 representatives at TechEd Orlando this year, and if you're heading to teched, we would lvoe to meet you, hear about your .NET experiences, and learn about what it is your building, and where the CLR is helping, and where...
BCL Team Blog
.NET and Compatibility: Breaking Changes in a Managed World [Kit George]
Posted
over 8 years ago
by
BCL Team
1
Comments
Have you ever wondered how we define a breaking change? The document titled 'breaking changes in a managed world', available from the BCL Website formalizes the definitions worth discussion around breaking changes. Importantly, because nothing in this...
Page 7 of 13 (310 items)
«
5
6
7
8
9
»