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
$exception
Posted
over 9 years ago
by
MSDNArchive
1
Comments
Shaykat posts on $exception. It's a little debugger trick to let you see the inners of the current exception when one fires. Funny thing about the name. Often folks use 'ex' to name an instance of an exception type. So, we figured we'd call it '$ex...
jaybaz [MS] WebLog
Come join us
Posted
over 9 years ago
by
MSDNArchive
2
Comments
Hey, we're hiring. My team is trying to hire some one right now to work on the C# editor. Read the job description & apply if you're interested.
jaybaz [MS] WebLog
More info on Technology Previews
Posted
over 9 years ago
by
MSDNArchive
1
Comments
Mark Cliggett's blog seems a good source of information on our Community efforts. One of the interesting aspects of these changes is that it's not uniform. You're dealing with many different people, so each one's personality is going to shine through...
jaybaz [MS] WebLog
Technology Previews of Visual Studio "Whidbey"
Posted
over 9 years ago
by
MSDNArchive
24
Comments
Have you heard? Microsoft has decided to start publicly dropping Visual Studio Whidbey builds on a regular basis. That means we'll regularly just grab a build of the product and publish it. Cool, huh? I think this is totally awesome. (Dude!) This...
jaybaz [MS] WebLog
Annoyances in the .Net Framework
Posted
over 9 years ago
by
MSDNArchive
10
Comments
This post is 100% whine. It's where I get to complain about how parts of the .Net Framework are put together. I don't intend to be constructive. Statics Why are System.IO.File & System.IO.Directory static classes? They should be instance classes...
jaybaz [MS] WebLog
Strings Stink!
Posted
over 9 years ago
by
MSDNArchive
13
Comments
In a previous post , I talked about some ideas about how to write Object Oriented code. Today I'd like to delve a little deeper. One of my favorite Refactoring s is Replace Data Value with Object . You start with a weak type and move to a stronger...
jaybaz [MS] WebLog
What is Object Oriented Programming?
Posted
over 9 years ago
by
MSDNArchive
8
Comments
In a previous blog , I said “ This new code is about classes (FilePath) instead of being about functions (IsUncPath(string) ). ” Pearls of wisdom, for sure. But what does it mean? How do you know if you're really writing OO code?...
jaybaz [MS] WebLog
Unit test speed.
Posted
over 9 years ago
by
MSDNArchive
0
Comments
If you're thinking about doing Test-Driven Development, you may ask yourself how long it should take for your unit tests to run. Faster is always better. The time it takes to run tests has various effects. When the unit test suite slows down: ...
jaybaz [MS] WebLog
My HTPC.
Posted
over 9 years ago
by
MSDNArchive
4
Comments
I mentioned my HTPC in my previous blog entry. I'm pretty happy with it, so I thought I might describe it here. It's based on a Dell 400SC that I found a great deal on. P4 2.4GHz , 2x SATA , 6x USB , onboard sound, 10/100/ 1000 Base-T, 8x AGP , $324...
jaybaz [MS] WebLog
My home network
Posted
over 9 years ago
by
MSDNArchive
15
Comments
This has nothing to do with C#, but maybe you'll find it interesting. I'm a geek. I know this, because the definition of geek is “someone who pays someone to mow their grass but wires their own house for Ethernet.” I've pulled Cat 5...
jaybaz [MS] WebLog
How do you write Object Oriented Code?
Posted
over 10 years ago
by
MSDNArchive
6
Comments
I have a confession to make. I put “C++” on my resume when I graduated from college, but I didn’t know how to write Object Oriented Code. It’s not that I didn’t know what OO was about. I just didn’t know how to...
jaybaz [MS] WebLog
Refactoring
Posted
over 10 years ago
by
MSDNArchive
6
Comments
If you’ve seen the PDC prerelease of Visual Studio (codename Whidbey), you may have noticed the new “ Refactoring ” menu when editing C# code. There are 3 criteria we use to select refactorings to implement Whdibey: Importance...
jaybaz [MS] WebLog
Welcome to jaybaz_MS blog.
Posted
over 10 years ago
by
MSDNArchive
8
Comments
Hey, welcome to my blog. Every blogger has a first blog entry, and this is mine. Some bloggers have a second blog entry, and I hope that includes me. We'll see... I work at Microsoft, as a developer on the Visual C# IDE team. We do all kinds of cool...
Page 10 of 10 (238 items)
«
6
7
8
9
10