Mike Taulty's Blog
Bits and Bytes from Microsoft UK
Sign in
|
Join
|
Help
Home
February 2005 - Mike Taulty's Blog
Blogs
Mike Taulty's Blog
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Elsewhere
UK Team
Mike Ormond
Martin Beeby
Steve Plank
Tags
.NET
ADO.NET
Blend
BlendBits
C#
DataAccess
DataServices
EntityFramework
Hardware
HTML5
JavaScript
LINQ
LiveFramework
Mesh
NETFramework4
OffTopic
Silverlight
SQLServer
UKCommunities
VisualStudio
Windows7
Windows8
WindowsLive
WindowsPhone
WPF
View more
Archives
May 2012 (1)
April 2012 (16)
March 2012 (6)
December 2011 (3)
November 2011 (2)
October 2011 (4)
September 2011 (16)
August 2011 (5)
July 2011 (4)
June 2011 (11)
May 2011 (13)
April 2011 (17)
March 2011 (5)
February 2011 (16)
January 2011 (6)
December 2010 (10)
November 2010 (18)
October 2010 (11)
September 2010 (29)
August 2010 (8)
July 2010 (13)
June 2010 (8)
May 2010 (3)
April 2010 (9)
March 2010 (13)
February 2010 (17)
January 2010 (11)
December 2009 (16)
November 2009 (37)
October 2009 (8)
September 2009 (8)
August 2009 (7)
July 2009 (10)
June 2009 (18)
May 2009 (11)
April 2009 (21)
March 2009 (35)
February 2009 (15)
January 2009 (20)
December 2008 (7)
November 2008 (19)
October 2008 (33)
September 2008 (31)
August 2008 (12)
July 2008 (22)
June 2008 (18)
May 2008 (18)
April 2008 (18)
March 2008 (23)
February 2008 (21)
January 2008 (31)
December 2007 (32)
November 2007 (27)
October 2007 (22)
September 2007 (25)
August 2007 (71)
July 2007 (22)
June 2007 (30)
May 2007 (49)
April 2007 (34)
March 2007 (33)
February 2007 (28)
January 2007 (21)
December 2006 (32)
November 2006 (35)
October 2006 (31)
September 2006 (37)
August 2006 (29)
July 2006 (15)
June 2006 (36)
May 2006 (15)
April 2006 (12)
March 2006 (28)
February 2006 (22)
January 2006 (40)
December 2005 (24)
November 2005 (22)
October 2005 (17)
September 2005 (10)
August 2005 (15)
July 2005 (16)
June 2005 (30)
May 2005 (26)
April 2005 (30)
March 2005 (43)
February 2005 (35)
January 2005 (19)
December 2004 (20)
November 2004 (27)
October 2004 (31)
September 2004 (18)
August 2004 (28)
July 2004 (32)
June 2004 (19)
May 2004 (16)
April 2004 (14)
March 2004 (28)
February 2004 (20)
January 2004 (17)
December 2003 (7)
November 2003 (11)
October 2003 (14)
September 2003 (13)
August 2003 (9)
July 2003 (12)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Office Web Components, C# and Interop Wrappers
Here's a tiny little "gotcha". I haven't really looked much at the Office Web Components before but I wanted a Chart control today that looks really nice and this has to be the easiest way of getting one :-) I found pretty quickly though that my event...
Published
Fri, Feb 25 2005 10:38 AM
by
mtaulty
SQL Server 2005 Service Broker and WSE2.0 SOAP Messaging
Following up on this previous post about SQL Server 2005 Service Broker , I've been writing a SOAP message transport for the Web Services Enhancements (WSE) 2.0 to move messages using ServiceBroker whilst still gaining advantage of the security, policy, addressing...
Published
Fri, Feb 25 2005 2:05 AM
by
mtaulty
SysInternals & Rootkits
One of the big security fears at the moment is around Rootkits. I'm a long way from being any kind of security person but the idea of a Rootkit is that you install something malicious onto your PC by mistake and the install modifies the OS in some way (possibly...
Published
Wed, Feb 23 2005 4:29 PM
by
mtaulty
Filtered Exception Handling in .NET
I saw a piece of code on a screen at DevWeek the other day and a description that went along side it that left me thinking about something that you don't see very often in .NET. The piece of code looked like something like this; public class ThrowingClass ...
Published
Wed, Feb 23 2005 4:13 PM
by
mtaulty
Human Networks
I found this on Slashdot and I think I've read something about it before but the RedTacton site and their press release about using the human body as a data network is pretty interesting. Whether you actually need this in the era of Bluetooth and WiFI I'm not...
Published
Tue, Feb 22 2005 8:49 AM
by
mtaulty
Wrapping IAsyncResult
I've been trying to write some code and struggling to find continuous blocks of time to do it in. However, something that I keep coming across is a scenario where I want to wrap up some code that already has an asynchronous nature and keep the asynchronous...
Published
Mon, Feb 21 2005 5:39 AM
by
mtaulty
In-car music bliss
I'm based a long way from the Microsoft offices in the UK (it's my fault) and so I spend quite a lot of time in my car. I also trek around the country to lots of different sites so that means more time in the car. My car's got a 6-slot CD changer and, on a...
Published
Mon, Feb 21 2005 2:36 AM
by
mtaulty
MSDN Nugget List Growing
The list of "MSDN Nugget" videos that we have published on the UK MSDN website is growing nicely. We've gone from around 4 to around 10 separate items up there right now. It'll continue to grow as there's a pipeline sitting behind it of things waiting...
Published
Thu, Feb 17 2005 8:28 AM
by
mtaulty
On Garbage Collection, Scope and Object Lifetimes
I posted this the other day and then Marcus only went and read it and spotted the glaring error I'd left in the middle of it so this is a re-post... (thanks Marcus!!) For no obvious reason I've sat through a few mentions or even full explanations of .NET Garbage...
Published
Thu, Feb 17 2005 7:48 AM
by
mtaulty
Devweek 2005
And now for another "message from our sponsors" ;-) I'm speaking at DevWeek next week down in London Village somewhere. You can find the details from their website , I'm on the SQL Server track on Day 2 There's also a whole bunch of my colleagues...
Published
Thu, Feb 17 2005 4:53 AM
by
mtaulty
Microsoft UK Technical Roadshow
The big shindig that is the UK Microsoft Technical Roadshow (for developers, IT professionals and security folks) is now publicly announced. You can go here http://www.microsoft.com/uk/resources/techroadshow/default.mspx to see the details or I've helpfully...
Published
Tue, Feb 15 2005 3:34 AM
by
mtaulty
Indigo ServiceContract's
Don Box (no less) has just posted an entry around ServiceContract's in Indigo with some detail as to how various bits fit together. Generally, I try and skim-read blog postings but, from time to time, I have to go and "Mark Post as Unread" with a...
Published
Mon, Feb 14 2005 3:26 PM
by
mtaulty
SQL Server 2005 Service Broker & WSE 2.0
I've been thinking about trying to use SQL Server 2005 Service Broker as a mechanism for transporting WSE 2.0 messages. Note that what I'm doing is highly dubious as WSE2.0 isn't supported on .NET Framework 2.0 so it's purely for "demo" purposes that...
Published
Mon, Feb 14 2005 3:15 PM
by
mtaulty
It's Magic!
I'm in the process of trying to put together a bit of code but I can't seem to find a spare 3-4 hours to sit down and sort something out. Sometimes I really miss those days where I could stick my head down for 16 hours of code and no-one complained or sent...
Published
Mon, Feb 14 2005 3:03 PM
by
mtaulty
David Chappell on Indigo
David Chappell has just written a really, really (yes, it deserves 2 "really's") excellent introductory article to Indigo over here on MSDN . I've just read the thing end to end and it's excellent - the thing that I appreciate most about the stuff...
Published
Wed, Feb 9 2005 11:53 AM
by
mtaulty
1
2
3
Next >