Onward and Upward

Blog archive

Microsoft Releases WebMatrix 3

Microsoft has released WebMatrix 3, its lightweight development tool for quickly building Web sites. The key features of the new version are Windows Azure integration, source control with Git and Team Foundation Services (TFS), and remote editing.

Microsoft's Scott Guthrie made the announcement on his blog. There was apparently some confusion on the official release date of WebMatrix 3; a speaker at the VSLive! conference in March said it would debut on April 4, and ZDNet's Mary Jo Foley reported that it was available on April 3 (she had updated that post, listing the release date as April 4 as well). But whatever the cause of the delay, it's available now.

Windows Azure integration is getting the lion's share of the publicity. When logged in to WebMatrix 3 through a Microsoft account, the user gets an option to build up to 10 sites for free, or migrate existing sites to Azure (WebMatrix itself is free as well).

Sites can be built from templates like ASP.NET, Node.js, PHP or HTML5. Another option, provided through the WebMatrix UI, is to use third-party tools like WordPress, DotNetNuke, Drupal and Joomla. Once the Web site's up, it can be edited either on Azure or locally, and with third-party tools or Microsoft tools; for example, IntelliSense support is available for certain types of code.

WebMatrix also provides multiple types of version control. A Web site can be opened from the Git repository, Microsoft's own TFS (the Web-enabled version of Team Foundation Server) or CodePlex. Guthrie said that version control was "one of the most requested features" in WebMatrix 2, and it's been extended in version 3.

In an earlier story on the forthcoming release, Instructor and WebMatrix expert Mark Rosenberg explained the value he sees in the product:

"The idea is to get a Web site up and running as simply as possible ... One of the problems that I always have in Visual Studio is … 'I don't have the prerequisites: I need to install PHP to make it work, I need to do this or that and I install PHP, and then it doesn't work. WebMatrix takes care of all those problems for you. If you don't have PHP installed, and you've picked a PHP-based Web site, it installs PHP. It actually takes care of installing everything you need on your machine."

WebMatrix 3 is available here.

Posted by Keith Ward on 05/02/2013


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube