DotNetOAuth source code to be released eminently
Microsoft attorneys have signed off on the open source release of the DotNetOAuth source code that I’ve been building in my spare time. It should show up in the public…
Read up on .NET news, tips, cautions... and other areas of technological interest.
Microsoft attorneys have signed off on the open source release of the DotNetOAuth source code that I’ve been building in my spare time. It should show up in the public…
If you’re using DotNetOpenId, you should consider enabling .NET to use IDN, or the International Domain Name scheme to enable users with international characters in the host name of their…
Did you even know DotNetOAuth existed? It’s alpha quality right now but that will change soon. OAuth and OpenID serve two orthogonal needs, and although Google is trying to combine…
After a period of initial bad taste, I’ve come to like StyleCop. I dislike a few of their rules, and I turn those off. But overall I like how it…
First let me lay out the problem: you’re writing a library that so far is self-contained as a single DLL. You want to add some functionality to your library that…
Whether you use System.Diagnostics.Trace, log4net, or any other logger, it’s often the case that you want to allow the logging to be turned on or off at runtime. To avoid…
Javier Román has completed his work on the new DotNetOpenId logo. I think he has done excellent work, and he did it for free in the spirit of contributing to…
Both C++ and C# offer the cast () operator. C# also offers the "as" operator syntax which does almost the same thing and is considered by some to look prettier…
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…