Amazon.com Widgets

January 2005 - Posts

The .NET Framework brings you Super Bowl XXXIX
Well, at least the opening sequence… ;-) By using Windows® SharePoint® Services, Windows Server System and the Microsoft .NET Framework, Digital Dimension was able to push its exciting new Super Bowl sequences through the process with tremendous speed." Read More...
Posted 31 January 05 10:00 by BradA | 0 Comments   
Filed under
About Int32's DontTouchThis()
On a recent post , someone asked about the Int32.DontTouchThis() method.. I thought more folks would want to hear it... From int32.cs #if _DEBUG private void DontTouchThis() { m_value = 0; } #endif Our C# compiler has some great logic for detecting unused Read More...
Posted 31 January 05 09:54 by BradA | 3 Comments   
Filed under
Designing great frameworks training: Rich Type System
Continuing on the weekly series , today we posted the session on A Rich Type System. Thanks for watching the last week’s session on naming conventions and coming that chat… Last week we had over 90 people at the chat. If you missed it there will be a Read More...
Dallas area presenation: Effective .NET Framework based development: Exception handing and Memory Management
As part of my FrontLine trip I will be speaking at the Dallas .NET User's Group …If you are in the area, please come! BTW – I don’t know where they get these tag lines; can 7 years working on this stuff really make me a grandfather? Boy, the tech industry Read More...
Posted 28 January 05 06:05 by BradA | 3 Comments   
Filed under
The .NET Celebrity Auction on EBay...
I must say, very cool. The folks at thinktecture have put together an auction of 1 hour of consulting time from some noteworthy .NET Celebrities in order to raise money for Aceh Aid at IDEP . Check it out: The .NET Celebrity Auction for Aceh Aid at IDEP Read More...
Posted 27 January 05 06:22 by BradA | 4 Comments   
Filed under
OK, I give. Here are a set of internal coding guidelines
We had a great chat today following up from the Designing .NET Class Libraries session on Naming Conventions . I believe we did get a transcript of that chat that will be posted soon. One of the things that was asked in one way or another about 50 times Read More...
Bay Area Presenation: Effective .NET Framework based development: Exception handing and Memory Management
As part of my FrontLine trip I will be speaking at the Bay.NET User Group …If you are in the area, please come! Effective .NET Framework based development: Exception handing and Memory Management When: Tuesday, 2/15/2005 at 6:30 PM Where: Microsoft Silicon Read More...
Posted 26 January 05 03:52 by BradA | 1 Comments   
Filed under
Do all programmers speak english?
I got in a little discussion with a colleague tonight about how many non-English speaking developers are using the .NET Framework. He asserted “all programmers speak English”… The general jest behind his argument is that developers tend to pick up English Read More...
Posted 24 January 05 09:58 by BradA | 96 Comments   
Filed under
Designing great frameworks training: Naming Conventions
Continuing on the weekly series , today we posted the session on naming conventions . Thanks for watching the intro class and coming that chat. We had over 1,600 folks already watch the talk and nearly 80 folks in the chat. If you missed it you can catch Read More...
Writing a compiler for the CLR??
I wanted to extend Jim Miller ’s innovation to attend the CLR compiler’s dev lab… From: Jim Miller (.NET) Sent: Thursday, January 20, 2005 5:50 PM To: DOTNET-LANGUAGE-DEVS@DISCUSS.MICROSOFT.COM Subject: Invitation to Developer Lab I’ve been asked to forward Read More...
Posted 21 January 05 07:08 by BradA | 11 Comments   
Filed under
Its an honor just to be nominated :-)
Check out .NET Developer's Journal Interactive 2004 Readers' Choice Awards Voting Ballot ,,, Lots of great books in the list, I am honored to have the .NET Framework Standard Library Annotated Reference, Volume 1 on the list… Also, notice, they have categories Read More...
Posted 19 January 05 09:17 by BradA | 0 Comments   
Filed under
Out on the FrontLine
For most of the month of February I will be participating in what promises to be a very interesting Microsoft employee training event. The program is officially 3 weeks long and focuses getting folks in product teams to better understand our customers Read More...
Posted 19 January 05 05:38 by BradA | 11 Comments   
Filed under
Romania to get love from the CLR team
JasonZ , The PUM of the CLR team is headed to Romania for a little user group fun and some recruiting… If you are there, drop by and tell him I sent you ;-) Read More...
Posted 18 January 05 09:37 by BradA | 0 Comments   
Filed under
What's the most important feature of SQL Server 2005?
I am not sure of the official Microsoft answer, but if you know me, you know my answer ;-), And that seems to be shared by Michael Otey who’s recent article comparing the Sql Server and DB2’s CLR integration A Tale of Two CLRs starts with this line: It's Read More...
Posted 18 January 05 09:22 by BradA | 14 Comments   
Filed under
Why does IEnumerable<T> inherits from IEnumerable
In the same vein as Krzysztof’s post on the reason why IEnumerator extends IDisposable , I thought I’d post this thoughtful response from Anders Hejlsberg on why IEnumerable<T> inherits from IEnumerable. Ideally all of the generic collection interfaces Read More...
Posted 18 January 05 08:28 by BradA | 7 Comments   
Filed under
The SLAR on System.Console
More from the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 here is an annotation from the System.Console attribute. Brad Abrams : Notice the heavy use of method overloading in this class. We special-case Read More...
Posted 17 January 05 10:51 by BradA | 7 Comments   
Filed under
Designing great frameworks training: Setting the stage
As promised today we started a regular series on designing great frameworks… This material is taken directly from some recent internal training I ran. I hope you will take a look and let me know what you think and tell other folks that might be interested Read More...
Events, Delegate and Multithreading
A reader recently asked me about a this common patter, where handler is event if (Handler != null) { Handler(args); } He is right, that this is not threadsafe… to see why I clipped a recent update from the Design Guidelines document… Thoughts, comments Read More...
Trend of .NET Framework installations
Someone recently asked me for information on the trend of .NET Framework installations. Here is what I dug up… I thought you might be interested: 1. More than 120M copies of the .NET Framework were downloaded and installed (using either Microsoft downloads Read More...
Posted 14 January 05 07:39 by BradA | 18 Comments   
Filed under
The SLAR on System.Diagnostics.ConditionalAttribute
More from the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 here is an annotation and simple sample from the System.Diagnostics.ConditionalAttribute attribute. Brad Abrams : There is a common misconception Read More...
Posted 13 January 05 09:04 by BradA | 5 Comments   
Filed under
Another CLR blogger hits the streets
Rich Lander, PM for the CLR loader starts a blog… His first post talks about AppDomains and unhandled exceptions … fun stuff. Subscribed. Read More...
Posted 12 January 05 10:24 by BradA | 0 Comments   
Filed under
Is the CLR a Virtual Machine?
A reader recently asked me if the CLR is a Virtual Machine or not. An interesting question that comes up frequently enough that I think it is worth addressing here. I asked around the usual suspects on the CLR team and got some of their impressions. As Read More...
Posted 12 January 05 10:04 by BradA | 6 Comments   
Filed under
"Best" method names ever...
We had a thread recently about the oddly named SafeHandle.DangerousGetHandle()… Which raised a few other oddly named methods from platforms past: FDangerouslyCommitToDiskCacheButNotActuallyToDisk (or some approximation, from OLE) SetMetafileBitsBetter Read More...
The SLAR on System.CLSCompliantAttribute
In honor of generics getting into the CLS , I thought I’d get back to the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 here is an annotation from the System.CLSCompliantAttribute class. Brad Abrams Read More...
Posted 09 January 05 05:59 by BradA | 3 Comments   
Filed under
First blog from my new 64bit machine...
I got a new desktop machine at work… it is a 64 bit machine from running Windows XP x64 edition . It is very cool to see IntPtr.Size return 8 rather than 4! I must say, before I got it I was not convinced that the transition to 64bit would be a fast one Read More...
Posted 07 January 05 10:25 by BradA | 20 Comments   
Filed under
Rico brings us a quiz around the GC...
Memory management on the CLR is deceptively simple in some cases and in other cases developers try to outsmart the GC to their own doom… Rico gives us a little quiz that helps bring some light into how to work with the GC… I have not measured (violating Read More...
Posted 07 January 05 08:07 by BradA | 0 Comments   
Filed under
Comments on the CLI standard
Joel Marcey , Chair to the ECMA CLI standards committee started a blog recently. He is asking about your comments on the standard… What is your feeling about the standardization of the CLI within ECMA and ISO? The process has helped bring about technologies Read More...
Posted 07 January 05 07:55 by BradA | 0 Comments   
Filed under
Another managed app... GB-PVR
Someone recently sent me a link to GB-PVR … it is a managed client app that does MediaCenter like functionality. I installed it at in looks cool, but I could not test it as I don’t have a tuner card ( or even any TV reception to speak of)… Anyone else Read More...
Posted 06 January 05 09:30 by BradA | 7 Comments   
Filed under

Search

Go

This Blog

Syndication

Page view tracker