Code rant
Life as a mort.
Tuesday, March 27, 2007
How to add a command to a custom VS project type
›
In this post I'm going to show how to add your own commands to a custom project type's context menu in Visual Studio. I've bee...
Sunday, March 25, 2007
Is LINQ the writing on the wall for C#?
›
C++ was the writing on the wall for C. C is a phenomenally successful low level systems programming language. If you want to write an operat...
2 comments:
REST is the Betamax of Web Services
›
I while ago I blogged about REST . I was pretty excited about it at the time, it seemed to blow away a lot of the lava layers that have bee...
4 comments:
Friday, March 23, 2007
Building a Visual Studio Custom Project Type
›
Recently I've been looking at Visual Studio Extensibility and specifically how to create my own custom project types. There are three fu...
16 comments:
Friday, March 02, 2007
Writing a raw web service using an HttpHandler
›
The ASP.NET web service infrastructure provides a RPC style abstraction for web serivces. You write a web method that looks like any other C...
5 comments:
Sunday, February 11, 2007
Wes Dyer talking about LINQ
›
More browsing today on MSDN lead me to an interview with Wes Dyer taking about LINQ . He's one of the guys on the C# compiler team. A v...
Friday, February 09, 2007
Creating set based filters with custom iterators
›
Well it's back to work after a very nice two week break. I wrapped up my last contract with Ace Insurance in Crawley (hi guys!) three we...
Wednesday, January 17, 2007
Writing your own XSD.exe
›
If you spend any time working with Web Services or even just XML, you'll inevitably come into contact with XSD.exe and WSDL.exe , they ...
12 comments:
Orthogonal Code
›
As Steve McConnel says in Code Complete , Managing complexity is the fundamental imperative of any software developer, but how do you do t...
Thursday, January 04, 2007
Easy impersonation
›
I've been quite pleasantly surprised recently how easy it is to do impersonation in .net. The trick is a win32 api function that's n...
4 comments:
‹
›
Home
View web version