Live from Visual Studio Live!

Blog archive

WebMatrix 3 Release Coming April 4

At the Visual Studio Live! 2013 Las Vegas conference today, Microsoft announced the release to Web (RTW) date for WebMatrix 3, the company's free tool for creating and deploying Web sites.

In an interview before his presentation, "From 0 to Web Site in 60 Minutes with WebMatrix," Mark Rosenberg, an instructor with Microsoft certified training partner New Horizons, revealed that the new version of WebMatrix will debut on April 4, 2013. Rosenberg noted that the WebMatrix 3 CTP was released in mid-March, and is currently available for download.

Using WebMatrix, Web developers can build, deploy and maintain Web sites using a variety of languages and platforms, including PHP, Node.js and HTML5. Rosenberg described WebMatrix as "Visual Studio simplified." It provides the Visual Studio HTML editor and Web site-creation experience, along with other Visual Studio tools like IntelliSense, yet still gives developers from various platforms the power and simplicity of "one-click" Web site creation and deployment.

"The idea is to get a Web site up and running as simply as possible," Rosenberg said. "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."

The most notable improvement in WebMatrix 3, according to Rosenberg, is the tool's strengthened integration with Windows Azure. (He noted that the Microsoft ASP.NET team -- a team from the Windows Azure side of Microsoft -- is behind WebMatrix, perhaps driving some of the interoperability.) He described the WebMatrix/Window Azure experience as "smooth, easy [and] simple," and noted that, "essentially, you can develop a Web site and, with a click, put it up in Azure if you have an Azure account." Rosenberg mentioned the 10 free Web sites that come with the 90-day free trial of Azure, noting that Microsoft is "not charging you to put them up there -- so without even an MSDN account, you can put a lot of stuff up there, get a Web site going, put it up in the cloud, have it running."

Another important piece of the WebMatrix 3 update is the addition of source control support for Git and Team Foundation Server (TFS). TypeScript support has also been added to the tool, along with improved remote editing and provisioning capabilities.

Asked who the target dev audience is for WebMatrix, Rosenberg replied: "If you're using Visual Studio and you really, really like it, you don't have to use [WebMatrix]. But if you have people that don't know how to use Visual Studio, or if you need to set up Web sites that someone else is going to maintain, this is a great tool for them."

He noted that WebMatrix is "open to anyone," and stressed the product's interoperability aims, saying that though it is not an open source product, it "cooperates with open source."

"[Even people who] work with Visual Studio a lot have trouble sometimes getting all the little parts to work correctly. With WebMatrix you don't have that problem...Everything in WebMatrix just works --it's all designed to just work," Rosenberg said. "Whatever kind of Web site you want to make, it's easy to do in WebMatrix."

Posted by Katrina Carrasco on 03/27/2013


comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube