Showing results for March 2009 - .NET Blog

Mar 26, 2009
0
0

MIX09 talk on Core CLR

CLR Team
CLR Team

 For everyone who attended MIX this year, we hope it was a lot of fun. Brandon from our team, gave a talk on "Going Inside Microsoft Silverlight: Exploring the Core CLR" at MIX09 last week. The talk covers how the desktop CLR was slimmed down to be used for Silverlight, and in the process, covers Core CLR's architecture (...

.NET
Mar 23, 2009
0
0

Exceptions out of Fault/Finally

CLR Team
CLR Team

 Assumption: This write-up assumes that you are familiar with the managed exception handling constructs (e.g. catch, filter, fault, finally). If not, you may want to read this and also refer to the CLI specification. Managed exception handling exposes constructs to handle an exception (e.g. catch and filter blocks) and also to perform any...

.NET
Mar 23, 2009
0
0

Hotfix for “Design view does not update HTML” and to “Designer inserts a lot of  “

Web Development Tools Microsoft
Web Development Tools Microsoft

A hotfix is now available for issues most commonly described as "I make changes in Design view but Source does not get updated" and "After certain actions designer inserts a lot of   in the page". This hotfix can be downloaded from: http://code.msdn.microsoft.com/KB967253/Release/ProjectReleases.aspx?ReleaseId=2845 http://...

ASP.NET
Mar 19, 2009
0
0

New TlbImp Release on CodePlex – Full Customization of Interop Assemblies

CLR Team
CLR Team

It has been a few months since our last release of TlbImp on CodePlex. We recently released a new version of TlbImp – please visit the Codeplex page for this tool to find out more. In this release, we’ve introduced two major features: 1. Ruled-based customization of interop assemblies 2. TlbImp regression test tool Ruled-based customization of...

.NET
Mar 19, 2009
0
0

Creating Silverlight 3 applications for PHP

Web Development Tools Microsoft
Web Development Tools Microsoft

Juan Rivera from JCX Software and the developer of VS.PHP has added support for Silverlight 3.  If you’re a PHP developer this is very cool news.VS.PHP is a plug-in for Visual Studio that brings the rich development environment of Visual Studio to PHP.  In addition to the great intellisense Visual Studio provides for JScript, CSS, ...

ASP.NET
Mar 18, 2009
0
0

ASP.NET MVC 1.0 now Live!

Web Development Tools Microsoft
Web Development Tools Microsoft

ASP.NET MVC 1.0 is now Live.  You can download it right now here.  Also check out Phil Haack’s post on the release.  If you are new to MVC, please check out our previous posts for more information and links to many useful blogs and resources.  Alternatively, check out the official site for tutorials, videos, and more.MSDN ...

ASP.NET
Mar 18, 2009
0
0

Silverlight 3 Tools Beta Released!

Web Development Tools Microsoft
Web Development Tools Microsoft

Silverlight 3 Tools Beta for Visual Studio 2008 SP1 is now available for download. This installer includes: XAP Compression Improvements The Silverlight 3 SDK creates XAPs compressed up to 40% better than the Silverlight 2 SDK. Support for Cached Transparent Platform Extensions Reduce the size of your Silverlight ...

ASP.NET
Mar 16, 2009
0
0

Web Packaging: Installing Web Packages using Command Line

Web Development Tools Microsoft
Web Development Tools Microsoft

Today I want to advance our discussions around Web Deployment in Visual Studio 10…  To catch up on the previous discussions in this series check out: VS 10 will create Web Packages for you based on your settings in the “Publish” tab of the Web Application Projects (WAPs) property pages.  In the ...

ASP.NET
Mar 13, 2009
0
0

ASP.NET Web Development Server Stops Working

Web Development Tools Microsoft
Web Development Tools Microsoft

A Windows Defender and Microsoft Forefront Client Security signature file (1.53.256.0) was released at 8:45 PM (PST) on March 9, 2009 to address a Win32/PossibleHostFileHijack issue.  This update modified the hosts file to prevent malicious redirection of websites.  As a result, the entry for localhost may have been removed from the hosts...

ASP.NET
Mar 10, 2009
0
0

How does Web Deployment with VS10 and MSDeploy Work?

Web Development Tools Microsoft
Web Development Tools Microsoft

Web Deployment has taken a huge stride in Visual Studio 2010.   I have started a blog series where I have written about web deployment, you can read more about them below: Destination Well the concepts of source and destination are pretty simple but the reason why they are so interesting ...

ASP.NET