--> .NET,General - 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...
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...
09 March 2007
.NET CF for S60 CTP
On Tuesday we reached a key milestone in the development of our product at Red Five Labs. It was the announcement of our first public downloabable release of our .NET CF for S60 implementation which is available in CTP form from the new and improved Red Five Labs site**. Basically it means you can now... Read More...
19 February 2007
Hooked on LINQ
Troy Magennis's LINQ Wiki " Hooked on LINQ " is up to a 100 pages now. If you're looking for any info on LINQ his Wiki should be the first place to start. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Filed under: , , ,
27 January 2007
.NET Framework Cost Metrics
Rico Mariani included a very interesting file in his latest performance quiz post which shows all the members of the .NET Framework and their estimated performance signatures. These performance metrics are based on the number of allocations in the call tree of each method. (More info on this metric here... Read More...
28 November 2006
Free Copies of Windows Vista and Office 2007
Complete three Vista Webcasts on Microsoft's Power Together site and you receive a free full license copy of Windows Vista Business. The same goes for Office Professional 2007, complete three Webcasts or vLabs in the Office series and receive a free fully licensed copy. [Update] Unfortunately looking... Read More...
28 November 2006
Certification Motivation
Looking to get Microsoft Certified , need some motivation? If a 10 year old kid can pass her Microsoft Certified Application Developer for C# exam it must be child's play ;-) Afra Karim Randhawa is the youngest person known to pass this certification. Most other kids still battle with multiplication... 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...
24 November 2006
del.icio.us - Automatic Blog Post
[ Update : I've updated this post with tag support here ] http://del.icio.us has a very useful feature, the daily blog posting, which creates a daily blog post with all the links you tagged during the previous 24 hours. So instead of trying to memorise links and then post when you get a chance, whenever... Read More...
17 November 2006
Formatted Code Snippets
In past posts I've used Jean-Claude Manoli's CSharpFormat to insert formatted code into blog posts. I see that Omar Shahine wrote a very useful add-in to Windows Live Writer to allow you to post formatted code directly from WLW using CSharpFormat. The add-in can be downloaded from the Windows... Read More...
Filed under: , , ,
17 November 2006
Friday .NET Trivia 1
Stumbled across an interesting piece of code yesterday. Considering what we know about .NET reference and value types two questions regarding the snippet below : Would the snippet below compile? If it compiles how would it work and what would the result be? Venture a guess before compiling :-) 1: using... Read More...
19 September 2006
Visual Studio 2005 SP1
Microsoft will be shipping the beta of Visual Studio 2005 SP1 on the 25th of September (2006 :p). Interested parties can sign-up for the beta program on Microsoft's Connect site. More info on this much awaited release available here :-) Share this post: email it! | bookmark it! | digg it! | reddit... Read More...
Filed under: ,
26 July 2006
C# Compiler 1.1 vs 2.0
We ran into an interesting bug a couple of days back where some code would work on a developers machine but the exact same code would cause unit tests to fail on a test engineer's machine. The code in question were our implementation of Enum.GetHashCode. The bug caused by a small change in the way... Read More...
Filed under: , , , ,
18 July 2006
NetFx 3.0 July CTP
The .NET Fx 3.0 July CTP is available for download . Unfortunately it's not working with Vista Beta 2 and only available for Windows XP and Server 2003. I suspect people using Beta 2 of Vista will be stuck with .NET Framework 3.0 Beta 2 until more recent updates to Vista becomes publicly available. This... Read More...
Filed under: , ,
05 July 2006
Visual Studio and the CLR
At the office we're doing a lot of development in Visual Studio 2005 which targets version 1.1 of the .NET Framework. We're doing this with templates in a way similar to the C# 1.1 Project Templates I posted to my blog a while back. However a colleague of mine were experiencing some strange behavior... Read More...
Filed under: ,
More Posts Next page »