.NET     Console.WriteLine( "All Things .NET" );
.NET Nerd Blog Home
4.13.2006

 
The New Generation of Microsoft Certifications
MS professional certifications have been revamped for the .NET 2.0 cycle. When hunting around the certifications site, I remember coming across this picture / block diagram of the new certs available. However, it's not link from any of the top level pages, only from the "related links" section of the new generation certs.

Anyway, it shows the relationship between MCTS, MCPD / MCITP, MCA (Architect).

The New Generation of Microsoft Certifications: "The new generation of Microsoft certifications is more specific and targeted to reflect the detail of what you do and to prove your expertise"


4.12.2006

 
ClickOnce and FireFox
Tim Huckaby (our CEO) had a disucssion with the DotNetRocks guys last week about click once deployment and how it fails in Firefox.

Here's some more detailed info on why it doesn't work and what you can do about it.

Saurabh Pant's Weblog : ClickOnce and FireFox


 
WCF Beta Bug - DateTime member causes exception
Whew - I've been racking my brain most of the morning on this one. Trying to prove to myself that types such as DateTime, decimal, etc. (types whose textual representation are subject to culture/local settings) are represented using a standard/universal format in web services calls (both ASMX and WCF).

I have a couple simple test services (ASMX and WCF) and clients (.NET web reference to ASMX, WCF client using svcutil generated proxies) that pass a decimal parameter, and get back a DataContract with a decimal and a DateTime.

All is well in ASMX world, but I'm getting an exception when calling the WCF service. (The added or subtracted value results in an un-representable DateTime.) Tracked it down to the DateTime member coming back - in the service code I'm setting it to DateTime.Now. When hacking around with the code, I set it to new DateTime( 2006, 4, 12 ); all is well.

Thanks to MSDN forums, it sounds like this is a known bug in the current CTP. See post below.

how to support datetime datamember or I am on a wrong way? - MSDN Forums

Update 04/13/06
Turns out this is only a problem if the server hosting the service is set to a timezone EAST of GMT. This causes the universal time formatted in the SOAP message to end with a "+n.nn" instead of a "-n.nn".

When I change the timezone on the server to something WEST of GMT, then it works, and I see this format in the SOAP message.
2006-04-13T09:57:56.6596416-01:00


4.10.2006

 
Pwopcatcher Alpha
The dudes from DotNetRocks have created PWOPCatcher - a PodCast download and organization client. Eventually it will keep track of a "listened-to" attribute of downloaded podcasts, which is exactly what I've had to maintain a text file for :)

It's written as a .NET 2.0 (of course) WinForms app that deploys with click once technology. It's got killer alpha-blending and skinable interface. There is still a long way to go from this alpha, but something to check out.

Intellectual Hedonism - Pwopcatcher Alpha



Powered by Blogger