development tools

  1. Windows 8 Net 3.5 and Windows 8 Consumer Preview

    Did you know that .Net 3.5 was already included with Preview and just needs enabling. Although this is due to change for later editions it's still worth noting for now... Reference and full article: Installing the .NET Framework 3.5 on Windows 8 Consumer Preview
  2. Update 4.0.3 Beta for Microsoft .NET Framework 4 - Design-Time Update for Visual Studio 2010 SP1

    Describes an update that is available for Visual Studio 2010 SP1. This update adds support for designing and developing applications that target the .NET Framework 4.0.3 Beta. This update includes update 2599651, update 2599652, and update 2599653. Link Removed
  3. Update 4.0.2 for Microsoft .NET Framework 4 - Design-Time Update for Visual Studio 2010 SP1

    Describes an update that is available for Visual Studio 2010 SP1. This update adds support for designing and developing applications that target the .NET Framework 4.0.2. This update includes update 2544514, update 2544526, and update 2495593. Link Removed
  4. Windows 7 Hanselminutes on 9 - "Glimpse" at the Mix11 Open Source Fest

    Scott Hanselman and Phil Haack visited the "Open Source Fest" at Mix 11 in Las Vegas just a few months ago. One of the projects that really stood out - amongst the dozens of great projects shown - was Glimpse. Glimpse is a server-side NuGet package that plugs into ASP.NET (and other technologies...
  5. K

    Microsoft WebMatrix : Now web development goes to next level...

    WebMatrix is a new web development tool from Microsoft. Starting from open source web apps, built-in web templates. It’s all-inclusive, simple and best of all free. With this you can creat and customise websites along with the free services like WordPress, Joomla!, DotNetNuke and Orchard...
  6. Windows 7 Mike Barnett and Daryl Zuniga: Code Contracts Editor Extensions

    Mike Barnett and Daryl Zuniga showcase the Code Contracts Editor Extensions. The extensions integrate Code Contracts into the C# intellisense, the Code Definition View and even the editor text itself. Download the Code Contracts Editor Extensions Link Removed coordinates Microsoft's...
  7. I

    Windows 7 Migration to Windows 7 Pro 64bit from XP Pro 32bit

    So after some days of playing around with Windows 7 I feel that it would be worth while building my new systems on Windows 7 rather than XP pro again. So a little advice on which way to go would be a great help please. Now I am a software developer that uses a lot of 32bit applications...
  8. Windows 7 The Great Open Source Vs. Closed Source Debate

    It's clear that there are people here that have input on this topic, so rather than derail other topics any further, I thought it would be appropriate to start a thread just for this. I'll make the first post in a pro and con format, feel free to coment no matter what side you take. Windows...
  9. D

    Windows 7 Visual Studio 2008 corrupted after Garmin USB driver 221

    Dear sirs I have installed Win 7 (x86) PR RTM And VERY happy with it. I have to use Visual Studio 2008. This gave me many troubles, until I discovered that after installation of Garmin USB driver 2.21, then VS2008 is suddenly not able to save any changes at all, in any projects. Also, if the...
  10. Windows 7 Windows 7, WPF and C#

    Hello! I'm just getting started playing with Windows 7 and would love to get into developing multi-touch applications. I've downloaded some labs from the PDC and have VS2010 beta installed along with blend to start off. Is there any way I can simulate multi-touch input to test applications...
  11. Z

    Windows Vista C++, how to temporarily gain admin rights?

    Hey guys, wondering if anyone can help. I know you can add some stuff to the manifest of an exe and it will throw up a UAC prompt as soon as the program is executed, but I was wondering is it possible to run an exe without admin rights (ie without the additions to the manifest file), but then...