Archives
-
Announcing The Microsoft Roslyn CTP
The Roslyn team has announced general availability of the Roslyn CTP!
-
What Is The .NET Framework 4.5?
According to the .NET Blog, .NET Framework 4.5 is an in-place update that replaces .NET Framework 4.0 (rather than a side-by-side installation). The goal is for .NET 4.5 to be fully backward compatible with applications built for .NET 4.0 (.NET 3.5 and .NET 4.5 will be side-by-side).
-
Internet Explorer 10 User Agent Strings On Windows 8 64bit
Internet Explorer 10 is the web browser Microsoft is delivering with Windows 8.
-
BUILD Keynotes | Live and Online
BUILD, the conference that everybody is expecting Microsoft to present the first news about Windows 8, for Developers, is about to begin. The good news is that the Keynotes will be available live online on the site www.buildwindows.com!
-
Cleaning HTML With Regular Expressions
While participating in a forum discussion, the need to clean up HTML from "dangerous" constructs came up.
-
The new MSDN Forums Assistant
Microsoft has launched the MSDN Forum Assistant, which allows you to access MSDN Forums and receive updates directly to your desktop. Features include Ask a Question, Latest Post, Thread Updates, Priority Support, and Forum Q&A. You can download the MSDN Forum Assistant here: http://gallery.live.com/liveItemDetail.aspx?li=822a3787-89e8-4c6d-8fc4-a413437d86e9
-
Visual Studio UserVoice Site
A Visual Studio UserVoice site has been set up to collect community feedback:
-
GUID Generator: My first Windows Phone application is available on the marketplace
In order to complete the registration as a Windows Phone developer an application needs to be submitted.
-
Extension Methods And Type Inference In Action
I make extensive use of extension methods, either to make classes small and focused or to improve readability.
-
.NET Reflector Give Away
-
.NET Reflector 7 Released
-
Visual Studio 2010 Service Pack 1 And .NET Framework 4.0 Update
As announced by Jason Zender in his blog post, Visual Studio 2010 Service Pack 1 is available for download for MSDN subscribers since March 8 and is available to the general public since March 10.
-
Creating Property Set Expression Trees In A Developer Friendly Way
In a previous post I showed how to create expression trees to set properties on an object.