What’s coming for DotNetOpenId and DotNetOAuth
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…
Read up on .NET news, tips, cautions... and other areas of technological interest.
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…
OpenID is still largely unknown to most Internet users. Those who already know something about it are mostly very tech savvy and have a strong opinion either for or against…
I have yet to find an OpenID Provider that offers all that OpenID has to offer. Though some come awfully close, myopenid.com most notably. Multiple personas Attribute Exchange support (using…
DotNetOpenId may be feature complete per the OpenID spec, but it’s far from stagnant. The next version will be packed with new enhanced security features that can be optionally turned…
Do you have a custom ASP.NET control that you want to allow your users to attach the standard ASP.NET validation controls to? A quick web search turns up a lot…
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…
In my last post, I discussed how I made http://blog.nerdbank.net my one OpenID URL that allows me to link my several accounts with various OpenID Providers into a single URL…
First I obtained an OpenID account with www.myopenid.com. I actually have several other accounts with other OpenID Providers, such as pip.verisignlabs.com and yahoo.com because some relying parties allow only white-listed…