Archives for August, 2006

31
Aug

Resources …

I’ve started reading this list. Jisses! There’s is literally a ton of links to excellent resources here!

Validation

I’ll work my way down the list when I have some more time. However I found this, seems like it could have saved my a lot if I’d known about earlier. It’s a package with validation controls for ASP.NET for every situation. Looks really good.

Date

This seems like another usefull resource. Loads and loads of different date controls. I’ll have to remeber this site the next time I’ll nedd one.

30
Aug

My first NNUG meeting

I just came back from my first NNUG meeting (.NET user group) ever! The meeting consisted of two presentations (plus some Microsoft info about Tech Ed etc), one about the new Windows Workflow Foundation and one about the Provider model in .NET 2.0.

Neither of them were really breathtaking. Besides the fact that deleting the namespace in the web.coning in ASP.NET 2.0 actually enables the XML config code hinting!

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

Becomes

<configuration>

Apparently it’s a bug in Visual Studio 2005! It’s always irritated me as I’ve seen it working in different presentations etc. At leats it’s an easy fix.

The new Windows Workflow Foundation is basically Orchestration from Biztalk that Microsoft put into a isolated component. This makes it possible to call orchestrations like processes (called workflows) from all .NET code. 

I also got to talk to a guy with heavy Biztalk 2004 experience. It’s interesting as my new job will involve some major Biztalk development. Apparently Biztalk has some issues consering the XML mapper and the XSLT it generates (I’ve heard that before). Sounds like I got some XSLT writing a head of me …

29
Aug

The Regulator!

I had to write a few regular expression for a project today. As always I couldn’t remember the syntax. After a bit of searching I found this excellent free tool!

It saved me a lot of time. It even generates .NET code.

26
Aug

Code formater Plugin for Windows Live Writer

I use Windows Live Writer for writing and posting to my blog. However I’ve always had problems with code formating. Until now!

This little plug in to Live Writer does the job!

Thanks to Steve Dunn whos excellt blog you’ll find here