Urlograph

less than 1 minute read

Kim Gräsman has a cool URL snipping tool for IE: Urlograph. It shortens URL’s from Amazon, Google, and MSDN so that you can paste them without the unnecessar...

Dell Power Adapter recall

less than 1 minute read

So it turns out that the power adapter that has been on pretty much 24x7 under my desk for the last couple of years is susceptible to overheating and is the ...

CopySourceAsHtml VS add-in

less than 1 minute read

This is definitely one of the easiest to use tools to turn source code into syntax colored HTML. It’s a Visual Studio plug-in. The HTML it generates uses CS...

MSN Music UK

less than 1 minute read

Richard Blewett posts about MSN Music being available in the UK. I’ve been using the UK service for the last few weeks and I’m reasonably impressed. There s...

.NET Developer Books

less than 1 minute read

Mike Taulty has a good selection of book recommendations for a .NET developer to have by their side.

Wanted: Application Development Consultants

1 minute read

I work for a team that is part of Microsoft Services in the UK. We provide consultancy and support to customers specifically related to application developme...

Blogging hiatus

less than 1 minute read

Things have been especially busy on my team over the last few weeks contributing to my lack of reading and hence lack of posting. Now that I’ve got the unrea...

WS-Security and hashed password stores

1 minute read

Scott Watermasysk asks how he should deal with password validation for UsernameTokens with WS-Security if he has stored his passwords salted and hashed. This...

.NET 1.1 SP1 available

less than 1 minute read

Microsoft .NET Framework 1.1 Service Pack 1 for Windows Server 2003 Microsoft .NET Framework 1.1 Service Pack 1 for other Windows versions

Contract First

less than 1 minute read

Drew Marsh talks about his approach to the contract first development of web services and his answers to Aaron Skonnard’s questions.

They’ve Got (Less) Mail

less than 1 minute read

Sometimes I turn off e-mail for an hour or two so that I can focus and don’t get sidetracked by incoming messages on other topics. Not sure banning e-mail f...

Still kicking

less than 1 minute read

Following in a great tradition, I joined Microsoft at the beginning of June and my blog fell silent. Given the erratic nature of my past blogging frequency, ...

Working at Microsoft

1 minute read

Brad recently blogged about all the new moves people have been making and tomorrow I start my new life.

Chasing the Quest for ASP.NET Scalability

1 minute read

In The Quest for ASP.NET Scalability, Michèle Leroux Bustamante looks at some of the architectural and design decisions that may affect ASP.NET application ...

EIF vs. log4net

less than 1 minute read

Daniel Cazzulino has written a comparison between the Enterprise Instrumentation Framework (EIF) and log4net.

Boost for Visual C++ Developers

less than 1 minute read

Boost for Visual C++ Developers: Use the C++ libraries developed by the Boost community, and get functionality beyond what’s in the C++ Standard Library.

The divergence begins

less than 1 minute read

10 months ago, I wrote about the expected divergence between C# and VB.NET. I think we’re starting to see the beginning of this:

Writing code quicker

less than 1 minute read

Today I finally got fed up with writing all those repeated properties for XML serialization and data binding. I decided that I couldn’t wait for code expansi...

Still Getting Things Done

less than 1 minute read

I mentioned a couple of weeks ago that, in common with others in the blog community, I was trying out David Allen’s GTD methodology.

SSH/Win32

less than 1 minute read

OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on....

Early Adopter has moved

less than 1 minute read

Scott and Sean have moved their Early Adopter blog away from Radio. It is now here.

The missing pieces

less than 1 minute read

Despite the work going into Whidbey and the associated growth in the .NET Framework, today we’re developing against .NET 1.1 and it doesn’t support everythin...

Spam filtering mail

1 minute read

A couple of months ago I was scouting around for a spam filtering service that would act as an SMTP relay and filter out spam into a separate mailbox. The p...

Salt with your hash?

less than 1 minute read

If you are using a hash to hide the value of a password then it is a good idea to throw in a salt so that two people with the same password will have differe...

New ActiveSync builds

less than 1 minute read

I’ve been struggling with a few connection problems trying to sync my SmartPhone to Outlook in recent weeks but since I was already running ActiveSync 3.7.1 ...

Really Getting Things Done

1 minute read

It’s been some weeks since Scoble mentioned attending a David Allen seminar. He made a few follow-up posts and I was initially sceptical. However, with his a...

VS6 Service Pack 6

less than 1 minute read

Microsoft Service Pack 6 for Visual Basic 6.0, Visual C++ 6.0 with Visual SourceSafe 6.0d addresses known issues with Visual Basic 6.0, Visual C++ 6.0 and V...

Using IDisposable - not just for disposing

less than 1 minute read

Eric Gunnerson: When we decided the using statement, we decided to name it “using” rather than something more specific to disposing objects so that it could...

A bridge too far?

less than 1 minute read

Joshua Allen has a nice post about data normalisation. He suggests that sometimes it is necessary for performance and scalability reasons that you don’t ful...

Web services for instant messaging?

less than 1 minute read

I’ve been interested in Instant Messaging and Presence for some time now. A number of protocol groups were spawned from the IMPP effort including XMPP, an XM...

Session based ViewState is hard

less than 1 minute read

In a well reasoned follow-up post, Scott Hanselman explains why storing ViewState in an ASP.NET Session isn’t as easy as it first appears. Amongst other goo...

Managed IFilter sample

less than 1 minute read

Andrew Cencini: In this article, I will not focus as much on the fairly extensive ‘baggage’ that is involved in supporting the IFilter interface (there are m...

Even the Texans wouldn’t be so bold

less than 1 minute read

Joel on Software: There’s UCS-4, which stores each code point in 4 bytes, which has the nice property that every single code point can be stored in the same ...

Individual Ownership Destroys Encapsulation

1 minute read

Keith Ray: …because everyone is afraid to modify other’s classes, their own classes become kitchen-sinks full of stuff that really belongs elsewhere – this ...

Concise VB.NET?

less than 1 minute read

Okay, VB.NET has a more concise syntax for checking reference equality without calling out to Object.ReferenceEquals:

16-bit compatability and other stuff

less than 1 minute read

Raymond Chen: Imagine if somebody took away your current editor and gave you a new one with different keybindings. “But the new one is better.”

Ah, the desktop window

less than 1 minute read

Raymond Chen slaps the wrists of developers who’ve ever used the GetDesktopWindow() call to populate the window handle parameter of some API call or other (...

Interplanetary Roadside Assistance

less than 1 minute read

Spirit fell silent, alone on the emptiness of Mars, trying and trying to reboot. And its human handlers at JPL seemed at a loss to help, unable to diagnose a...

To STAThread or not?

less than 1 minute read

Craig describes tracking back a nasty bug that turned out to be interop related and due to missing the [STAThread] attribute from his Main(). On the other h...

InfoPath SP-1 Preview

less than 1 minute read

LauraJ: Exciting news here about the InfoPath 2003 SP-1 preview that you can download here.

Architect, Developer, or Mathematician?

less than 1 minute read

Michael Platt: I have done a ton of interviewing of architects and typically look for this simulated annealing in their problem solving approach using a num...

Theory vs. Practicality

1 minute read

Mike Taulty: …when I went to University (here, starting around 15 years ago) we did some practical computing work but the emphasis was on computing theory. S...

Distributed data for security

1 minute read

Robert Hurlbut continues the thread about distributed computing with reference to data security. The thrust of the piece is about providing additional secur...

The Craftsman Series

less than 1 minute read

Craig points to The Craftsman Series. I also read and enjoyed these articles after a recent recommendation.

Life can be good with VMware

less than 1 minute read

Jon Kale talks about how, even when work sucks, life can be good with VMware and a dose of Snapshot and Revert. I think my experiment with Virtual PC 2004 ...

Xml Serialization fans step forward

less than 1 minute read

Scott Hanselman: I am a fan of XmlSerialization, and I’m a fan of anything that makes my job easier. We’re using the hell out of XmlSerialization on a proje...

Distributed security

less than 1 minute read

Robert Hurlbut follows up Sam Gentile’s post about distributed development. There’s not much I can argue with here. In my response yesterday, I mentioned se...

No runtime version of InfoPath

less than 1 minute read

Despite my initial scepticism, and what I consider to be a lack of direction from Microsoft about how best to utilise InfoPath, I’ve been bitten by the InfoP...

Where the tiers live

4 minute read

Sam Gentile writes about how he feels that developers don’t get the distributed paradigm when developing in .NET and that the documentation and literature do...

How clean is SOAP?

2 minute read

The February 2004 issue of Communications of the ACM includes an article entitled How clean is the future of SOAP? (sorry, you have to be a member or have a ...

Best FTP Tool?

less than 1 minute read

Scott Watermasysk is Looking For the Best FTP Tool:

HTML as form content

less than 1 minute read

The HTMLEditor control is a wrapper for MSHTML, the rendering portion of Internet Explorer (and IE’s largest single component). It is written in C#. Unlike t...

Developing with InfoPath

1 minute read

A couple of weeks ago, Patrick Logan made reference to one of the PDC sessions on InfoPath saying that it was “Better than previous demonstrations and white...

Just Links

less than 1 minute read

Brad points to Microsoft’s How To: Secure Your Developer Workstation document. Sam notes the Improving .NET Application Performance and Scalability p...

Publishing with FrontPage 2003

1 minute read

I’ve updated my site so that I can publish general pages (non-blog posts) using FrontPage 2003. Looking back, I guess I used to look down on FrontPage users ...

Blogging and the future of USENET

2 minute read

I’ve been making occasional posts to this blog for almost 2 years now - I started at the beginning of March 2002. At that time, I was about as enthused about...

Tools towards .NET management

1 minute read

In his post about the coming year, Tim Sneath gives his list of hurdles that he thinks must be addressed in order to achieve critical adoption of .NET: