Showing results for January 2009 - .NET Blog

Jan 30, 2009
0
0

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

Web Development Tools Microsoft
Web Development Tools Microsoft

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, including IIS...

ASP.NET
Jan 29, 2009
2
0

T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers

Web Development Tools Microsoft
Web Development Tools Microsoft

As mentioned in our recent blog post on the ASP.NET MVC Release Candidate, our code-generation features (namely, Add Controller and Add View) now use the T4 (Text Template Transformation Toolkit) templating technology behind the scenes.  Because users can customize the templates to a great extent, we wanted to make a post to bring everyone up ...

ASP.NET
Jan 29, 2009
0
0

Understanding the Binder – Part 1

CLR Team
CLR Team

 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 call it...

.NET
Jan 26, 2009
0
0

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

Web Development Tools Microsoft
Web Development Tools Microsoft

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 Developer ...

ASP.NET
Jan 16, 2009
0
0

Go to MIX09

Web Development Tools Microsoft
Web Development Tools Microsoft

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 you are not fa...

ASP.NET
Jan 11, 2009
0
0

CLR Inside Out

CLR Team
CLR Team

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 article from Je...

.NET
Jan 8, 2009
0
0

Silverlight Tips of the Day – Week 10

Web Development Tools Microsoft
Web Development Tools Microsoft

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 DoubleAnimationUsingKeyFram...

ASP.NET
Jan 7, 2009
0
0

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

Web Development Tools Microsoft
Web Development Tools Microsoft

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&wa=w...

ASP.NET
Jan 2, 2009
0
0

Welcome to the CLR Team Blog!

CLR Team
CLR Team

 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/presenti...

.NET