Uri.AbsoluteUri and Uri.ToString() are NOT the same
If you’re familiar with the System.Uri class you know that it has a couple of ways of becoming a string for purposes of communication: its AbsoluteUri property and its ToString()…
Read up on .NET news, tips, cautions... and other areas of technological interest.
If you’re familiar with the System.Uri class you know that it has a couple of ways of becoming a string for purposes of communication: its AbsoluteUri property and its ToString()…
DotNetOpenId had a double release tonight. Version 2.0.1 is a maintenance release with a few minor bug fixes. Version 2.1 adds built-in support for the Attribute Exchange extension, but introduces…
In a previous post, I present an example of how to accept OpenIDs for logins on your ASP.NET MVC site. To keep the sample simple, I left out a feature…
Lately there has been some blogging activity around C# implementations of OpenID that are "so small you can just host the source code as a single class your web site." …
The open source OpenID C# library DotNetOpenID has been released. This is a really exciting release that adds full support for OpenID 2.0 while preserving full backward compatibility for interoperating…
DotNetOpenId 1.0 RTW The culmination of a great deal of work in refactoring, bug fixing and enhancements can be found in the latest .NET implementation of the OpenId library known…
I’ve been contributing heavily to the open source DotNetOpenId project for the past few weeks. It’s been pretty stagnant for the past year or so and people were complaining. I…
Although the author of BlogEngine.NET didn’t accept a patch from me to add OpenID support to his open-source blog engine a few months ago, it’s really easy for you to…
Microsoft Visual Studio 2008 is done, and can be downloaded today to MSDN Professional subscribers. See a previous post for some of the most exciting features of this new release.
In a press release today, Microsoft announced it will ship Visual Studio 2008 and .NET Framework 3.5 this month. This is a truly remarkable landmark release. My favorite new features…