.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

ASP.NET MVC 1.0 Release Candidate now available in Web Platform Installer

ASP.NET MVC 1.0 RC can now be installed with Web Platform Installer: http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx Here is a quick description of Web Platform Installer from the Web Platform Installer website: “The Web Platform Installer (Web PI) is a simple tool that installs Microsoft's entire Web Platform, ...

Understanding the Binder – Part 1

 This is an introductory post on the internals of CLR Binder.     What does the Binder do? CLR's Binder is a piece of code that, when given an assembly name, determines where the assembly is and binds to it. So how does the Binder locate assemblies? Let's assume that you are loading an assembly (let’s ...
Comments are closed.0 0
.NET

What’s New For MVC Tools in the ASP.NET MVC 1.0 Release Candidate

The ASP.NET MVC 1.0 Release Candidate (RC) is finally out, and we wanted to give returning MVC users as well as new MVC users an overview of what the tooling in Visual Studio provides. The MVC 1.0 RC can be downloaded right now here (Release Notes).  Please note that this release will work with both Visual Studio 2008 and Visual Web ...

Go to MIX09

(image) MIX Is just around the corner and if you haven’t already registered I highly recommend you do! This is one event I look forward to the most each year. I attended last year and I had the most incredible experience learning about Silverlight and meeting so many intelligent people (OK, and I had a ton of fun playing Poker too). If...

CLR Inside Out

(image) The CLR team has a column in the MSDN magazine called 'CLR Inside Out' where we go in-depth into various aspects of the CLR. The magazine is published monthly, and you can find the list of 'CLR Inside Out' articles over here. If you have topics you'd like to see covered in the article, please let us know! This month, we have an ...
Comments are closed.0 0
.NET

Silverlight Tips of the Day – Week 10

This link provides a complete Tips of the Day Summary Outline - http://silverlight.net/blogs/msnow/archive/2009/01/02/silverlight-tips-of-the-day-summary-outline.aspx. This page will be kept updated with any changes or additions to the Tip of the Day blog for Silverlight.Most Recent Posts:Tip #78 - Animating Objects with ...

Hotfix for Visual Studio 2005 crash when saving pages with linked stylesheets

If you are using Visual Studio 2005 and are experiencing random crashes when saving ASPX or HTML files with linked stylesheets, try this hotfix that we published recenty: Crash in vswebdesign.dll!CStyleSheet::LoadFromURL using Visual Studio 2005 SP1: https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=15541&...

Welcome to the CLR Team Blog!

 Hello from all of us in the Common Language Runtime (CLR) team. This year, we decided to start a blog to share and to hear from you. From the sharing perspective, we have quite a lot of things to cover - everything from best practices, tips and tricks, what we are working on and all the new features, conferences that we are attending/...
Comments are closed.0 0
.NET