Monday, May 24, 2004 - Posts

Some New bits in System.Threading in the Whidbey Community Preview

  I’ve been looking around the System.Threading namespace in the Whidbey Community Preview to see if I can spot some new things that have been added there. Threading is always something that I’m interested in as it underpins Read More

WSE2.0 Released

  I've had a lot of people waiting for the release of WSE2.0. I haven't seen an official link to this news yet but Aaron Skonnard's blog has a mention that WSE2.0 was released at TechEd today.   Here's the link http://skonnard.com/archive/2004/05/24/359.aspx Read More

PINVOKE.NET Add-In for Visual Studio.NET

Adam Nathan's created an add-in for VS.NET that will let you generate PInvoke signatures without having to figure out what the parameters need to look like. You need network connectivity in order for it to work because it's pulling down the signatures Read More

Hosting ASMX in Whidbey without IIS

As I wrote about a couple of days ago, I've been playing with the Whidbey Community Preview with a view to getting ASMX web services hosted without relying on IIS. So, a Console or a Windows application using the HttpListener class and the ASP.NET runtime Read More