Home
Blogs
Files
Reader
Roller
RSS 2.0
Atom 1.0
Mike Taulty's Blog
Bits and Bytes
Go
Welcome to Mike Taulty's Weblog
Sign in
|
Join
|
Help
<
February 2005
>
Su
Mo
Tu
We
Th
Fr
Sa
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
This Blog
Home
About
Email
Links
Post Categories
.NET (52)
ADO.NET (48)
C# (4)
C++ (1)
CardSpace (0)
Data Access (18)
Data Services (11)
Entity Framework (52)
Hardware (4)
LINQ (22)
Networking (0)
Off Topic (7)
Office (1)
Security (2)
Silverlight (32)
SQL Server (16)
UK Communities (4)
VB (0)
WCF (0)
Web Services (1)
WF (0)
Windows Live (3)
Windows Vista (5)
WPF (1)
XML (5)
Technorati
Archives
May 2008 (10)
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)
February 2005 - Posts
posted
Friday, February 25, 2005 10:38 AM
by
Mike Taulty
::
0 Comments
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
Read More
posted
Friday, February 25, 2005 2:05 AM
by
Mike Taulty
::
3 Comments
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
Read More
posted
Wednesday, February 23, 2005 4:29 PM
by
Mike Taulty
::
0 Comments
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
Read More
posted
Wednesday, February 23, 2005 4:13 PM
by
Mike Taulty
::
0 Comments
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;
Read More
posted
Tuesday, February 22, 2005 8:49 AM
by
Mike Taulty
::
0 Comments
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
Read More
posted
Monday, February 21, 2005 5:39 AM
by
Mike Taulty
::
5 Comments
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
Read More
posted
Monday, February 21, 2005 2:36 AM
by
Mike Taulty
::
3 Comments
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
Read More
posted
Thursday, February 17, 2005 8:28 AM
by
Mike Taulty
::
0 Comments
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
Read More
posted
Thursday, February 17, 2005 7:48 AM
by
Mike Taulty
::
1 Comments
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
Read More
posted
Thursday, February 17, 2005 4:53 AM
by
Mike Taulty
::
0 Comments
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
Read More
posted
Tuesday, February 15, 2005 3:34 AM
by
Mike Taulty
::
0 Comments
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
Read More
posted
Monday, February 14, 2005 3:26 PM
by
Mike Taulty
::
0 Comments
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
Read More
posted
Monday, February 14, 2005 3:15 PM
by
Mike Taulty
::
2 Comments
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
Read More
posted
Monday, February 14, 2005 3:03 PM
by
Mike Taulty
::
1 Comments
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
Read More
posted
Wednesday, February 09, 2005 11:53 AM
by
Mike Taulty
::
0 Comments
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
Read More
posted
Wednesday, February 09, 2005 10:51 AM
by
Mike Taulty
::
0 Comments
Clemens Vasters posting on Indigo
Clemens Vasters has started to post some bits and pieces around Indigo starting with a hello world sample and also this interesting post which suggests that his expectation (and I think I agree) is that people will increasingly
Read More
posted
Tuesday, February 08, 2005 4:40 PM
by
Mike Taulty
::
0 Comments
Indigo/Avalon CTP's coming?
According to this story over at CNET News, VSLive had an announcement that a CTP preview of Indigo would ship in March along with an updated Avalon CTP. Sounds like a lot of stuff to play with in the Spring.
Read More
posted
Tuesday, February 08, 2005 2:33 AM
by
Mike Taulty
::
0 Comments
Smart Client - FAQ, FAQ, FAQ
Some new resources for Windows Forms developers have gone up at the MSDN Smart Client centre. These take the form of 3 different FAQ pages being; Smart Client FAQ Windows Forms FAQ .NET Compact Framework
Read More
posted
Monday, February 07, 2005 5:06 AM
by
Mike Taulty
::
6 Comments
I want to buy your product, please let me!
Seagate has a 100GB portable USB 2.0 hard drive that powers itself off the USB ports. It's exactly what I want. Here it is; http://www.seagate.com/products/retail/portable/ Unfortunately, I can't find anywhere to buy it in
Read More
posted
Sunday, February 06, 2005 9:43 AM
by
Mike Taulty
::
1 Comments
Notifiable Queries with SQL Server 2005 Query Notifications
I've been around this loop a few times and I'm not learning from it! If you work with SQL Server 2005 Query Notifications through ADO.NET 2.0 then you'll more than likely be working with a class called SqlDependency. A few times
Read More
posted
Friday, February 04, 2005 4:28 AM
by
Mike Taulty
::
2 Comments
WebCast: Connected Systems and the Microsoft Office System
I was just flicking through some mail when I noticed this; http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032268546&Culture=en-US It's a webcast. It's on Connected Systems and the
Read More
posted
Friday, February 04, 2005 3:53 AM
by
Mike Taulty
::
0 Comments
Understanding SmartTags
There's a clear, concise article over on MSDN about what an Office 2003 SmartTag actually is and how you'd build one.
Read More
posted
Friday, February 04, 2005 3:47 AM
by
Mike Taulty
::
1 Comments
.NET Framework 2.0 Source Code?
One of the things I remember around the timeline between the .NET announcement in 2000 and the first real ship date in 2002 was that there were rumours of a plan to ship the source code to the framework (much like you got in
Read More
posted
Friday, February 04, 2005 2:49 AM
by
Mike Taulty
::
0 Comments
ChangeThis
Late in the game no doubt, I've discovered ChangeThis.Com. A truly fascinating web site - it probably needs a warning slapped on it because I could see it sapping a lot of your time :-) So far I've had a read of "The Six
Read More
posted
Thursday, February 03, 2005 7:03 AM
by
Mike Taulty
::
0 Comments
Y!Q and searching
It seems like Searching is hotting up. First there was www.a9.com and then along game Google with Google Suggest and then comes MSN Search and now Yahoo arrives with Y!Q. It's good to see competition in this area as it's
Read More
posted
Thursday, February 03, 2005 3:09 AM
by
Mike Taulty
::
0 Comments
Microsoft Webcasts
The Webcasts that Microsoft puts out tend to be scattered in lots of different locations around both the Corporate site and the regional (e.g. UK) sites. Someone's noticed this and created a new one-stop page which links you off
Read More
posted
Wednesday, February 02, 2005 8:42 AM
by
Mike Taulty
::
0 Comments
Authorizing WSE web service access with X509SecurityTokens
When you read the WSE 2.0 help about authorising access to web services you'll spot that under the UsernameToken and KerberosToken sections there are links to a couple of topics; How to authorize the message
Read More
posted
Wednesday, February 02, 2005 4:44 AM
by
Mike Taulty
::
0 Comments
PatternShare.Org
Following up on that last post, I noticed that there's a new community site called PatternShare which is providing a Wiki around a whole tonne of patterns spanning across; Business Architecture Integration Architecture
Read More
posted
Wednesday, February 02, 2005 4:29 AM
by
Mike Taulty
::
0 Comments
Plug for MSDN Patterns and Practices
I wrote this little article for the UK MSDN Flash Newsletter the other day so I thought I'd publish it here as well. Let’s go back in time to around three or four years ago, when the majority of people were
Read More
posted
Wednesday, February 02, 2005 1:07 AM
by
Mike Taulty
::
0 Comments
Still making chips from transistors?
Blimey - it looks like the days of the transistor could be numbered (no, I don't pretend to understand this stuff ;-)).
Read More
posted
Tuesday, February 01, 2005 3:25 PM
by
Mike Taulty
::
3 Comments
3D Desktops?
Wow, this 3D desktop for XP looks interesting - haven't tried it yet but wouldn't mind putting it into a VPC image and seeing how it works out.
Read More
posted
Tuesday, February 01, 2005 8:11 AM
by
Mike Taulty
::
0 Comments
Keith Brown on UsernameToken security for WSE 2.0
Keith Brown has got a great article over at MSDN around how you can secure web services with WSE 2.0 UsernameTokens. I often fall back on using UsernameTokens for demos of WSE functionality because they're easy to understand
Read More
posted
Tuesday, February 01, 2005 6:50 AM
by
Mike Taulty
::
6 Comments
MSDN .NET Nuggets
The UK MSDN site has a new section today where we are posting what we've called .NET Nuggets (!) The idea is to put up a piece of video which looks a little like a 10 minute web cast on a .NET topic (we've widened it out a little
Read More
posted
Tuesday, February 01, 2005 1:36 AM
by
Mike Taulty
::
0 Comments
Endpoint References and XML Canonicalisation
Interesting post from Martin Gudgin over here on the work that's going on at the W3C around WS-Addressing and how this leads to a need to be able to compare endpoint references which then leads to a great description of the
Read More
posted
Tuesday, February 01, 2005 1:02 AM
by
Mike Taulty
::
0 Comments
.NET and "Mid Life Crises"
Interesting post over here about "mid-life crises" in .NET applications. To summarise (badly, no doubt)... The post is about a .NET server side application honouring a large number of requests and, as part of serving
Read More