Sign in
jaybaz [MS] WebLog
We believe in nothing.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Admin vs. Normal User
C# Edit and Continue
Development Practices
Personal
PowerShell
Refactoring
Sailing
Visual Studio
Windows Home Server
Archive
Archives
November 2007
(2)
October 2007
(3)
September 2007
(2)
June 2007
(1)
April 2007
(2)
March 2007
(2)
February 2007
(1)
January 2007
(4)
October 2006
(2)
August 2006
(1)
May 2006
(1)
October 2005
(2)
August 2005
(5)
May 2005
(2)
April 2005
(6)
January 2005
(3)
December 2004
(6)
November 2004
(4)
October 2004
(3)
September 2004
(9)
August 2004
(14)
July 2004
(28)
June 2004
(54)
May 2004
(26)
April 2004
(16)
March 2004
(23)
February 2004
(11)
January 2004
(2)
December 2003
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
jaybaz [MS] WebLog
Come work on C#
Posted
over 9 years ago
by
MSDNArchive
6
Comments
I wanted to post a short note about all the different job opportunities available today in C#. We have 3 areas of focus: C# IDE (Refactoring, intellisense, etc. - what I work on) C# Compiler (command line compiler + IDE integration) Visual Studio Debugger...
jaybaz [MS] WebLog
Safely firing an event, Part 3
Posted
over 9 years ago
by
MSDNArchive
15
Comments
Take another look at Safely firing an event . According to Grant , there’s another issue here. The JITter may optimize away locals in situations where you think want them for thread safety. So the recommendation to make a local copy is not as valuable...
jaybaz [MS] WebLog
Won't Fix or Postponed?
Posted
over 9 years ago
by
MSDNArchive
5
Comments
In our bug database, when resolving a bug, you have to select a “Resolution”. Obviously you can resolve as “Fixed”. Other options include: By Design - this isn’t a bug, we meant it to work this way. Not Repro - you were mistaken, this bug doesn’t exist...
jaybaz [MS] WebLog
Separating out unit tests
Posted
over 9 years ago
by
MSDNArchive
4
Comments
This question came up on a customer chat today. It’s probably interesting to a wider audience, so I’m posting it here. I'm currently doing TDD with NUnit. With the upcoming testing tools in Whidbey, how do you see the separation of tests from production...
jaybaz [MS] WebLog
Across the sound
Posted
over 9 years ago
by
MSDNArchive
3
Comments
In the United States , today is Labor Day . Now that I’m a manager, I don’t labor too hard, but I took the day off anyway. We’d talked before about taking the little one on a ferry ride, but hadn’t done it yet. Today seemed like the last good chance to...
jaybaz [MS] WebLog
C# Editor at a conference?
Posted
over 9 years ago
by
MSDNArchive
1
Comments
Back in da day, I used to go to VC/VS themed conferences and talk about the debugger. Even though I wasn't a very good speaker, the talks were very well received. Lots of technical content, tips for how to be more productive with the debugger. When I...
jaybaz [MS] WebLog
A Factory pattern
Posted
over 9 years ago
by
MSDNArchive
7
Comments
The idea popped in to my head, so I wrote it down. I’m not sure what it’s good for, but here it is: class C { private C() { } public static class Factory { public static C New() { return new C (); } } } class Program { static void Main ( string [] args...
jaybaz [MS] WebLog
A blog break
Posted
over 9 years ago
by
MSDNArchive
1
Comments
Earlier I talked about the challenges of shipping software . You want Whidbey, and we want to give it to you. To make that happen, we need to fix the remaining bugs & shut this product cycle down. We want to focus our attention on this work, so we...
jaybaz [MS] WebLog
A man talking sense to him self...
Posted
over 9 years ago
by
MSDNArchive
4
Comments
...is no less sane than a man talking nonsense , not to himself. The full text of the previous subtitle: It is by will alone that I set my mind in motion. It is by the juice of sapho that thoughts aquire speed. The lips aquire stain, the stain becomes...
Page 1 of 1 (9 items)