--> ASP.NET,.NET - Impersonation Failure

Browse by Tags

08 October 2007
ASP.NET MVC Framework
This would be very heartening news for anyone dreading the prospect of having to back to ASP.NET Webforms after working with RoR or MonoRail. Scott Guthrie 's team is working on a proper MVC Framework for ASP.NET. Some of the goals of the framework (lifted straight from Jeffrey Palermo's blog... Read More...
26 June 2007
Feature Complete ASP.NET CardSpace Control
In more Information Card related news Dominick Baier released a feature complete update to his ASP.NET CardSpace control. His control is probably the cleanest way of enabling your ASP.NET site as a Relying Party in the Indentity Metasystem. Key features includes: Clean markup and independence of the... Read More...
14 June 2007
Morning Wrap 2007/06/14
In the past I've relied on del.icio.us to post a wrap up of some interesting links to my blog. While this was a very quick and easy way to do it it you are restricted by the social bookmarking service's limit on the description field length. So until I find a new service that allows arbitary... Read More...
01 May 2007
Silverlight, DLR and other MIX07 Announcements
While yesterday was a pretty quiet day at the MEDC, next door at MIX07 things were certainly happening. The more interesting announcements included Silverlight 1.0 Beta, Silverlight 1.1 Alpha and the Dynamic Language Runtime but there were also several other announcements including the release of Expression... Read More...
25 November 2006
del.icio.us - Automatic Blog Post (Tagging Update)
I've updated the HttpHandler for Community Server del.icio.us daily blog post support I posted yesterday to include post tagging. The updated del.icio.us.ashx can be downloaded from here and the code is also included at the bottom of the post. Despite the fact that the metaweblog.newPost API used... Read More...
06 October 2005
VS 2005 RTM
If this post on Channel9 is anything to go by MSDN subscribers will be getting the VS2005 RTM bits on the 14th of October! Quite a bit sooner than the 7 November launch date. [via Miha Markic ] [Update. OK Ernst beat me to it :P] Share this post: email it! | bookmark it! | digg it! | reddit! | kick it... Read More...
Filed under: , ,
28 January 2005
DateTimeFormatInfo - Month Names Tip
A useful class to remember for localized date and time settings is DateTimeFormatInfo in the System.Globalization namespace. I needed to get some localized month names for use in an application today and felt pretty sure that there must be a framework class that provides this service, so poking around... Read More...