Paul Krill
Editor at Large

Microsoft set to offer Web dev tools

news
Jan 12, 20113 mins

WebMatrix, a site-building tool for beginners, is being introduced this week along with a Model View Controller upgrade

Making multiple moves in the Web development space, Microsoft is introducing this week both a website building tool for neophytes and the third major version of its MVC (Model View Controller) technology.

Due Thursday, WebMatrix is “a new tool to make it easier for people to build Web sites,” said Microsoft’s Brian Goldfarb, director of Web platform and tools. Geared for students and new developers, WebMatrix is a text-based tool for writing code. The free tool supports ASP.Net and PHP development. Users could write applications like a Facebook Like button or a Twitter search capability, or start an application from scratch.

The tool, however, lacks more sophisticated capabilities of Microsoft’s Visual Studio IDE, such as debugging. “People get started [with] WebMatrix, and when and if they’re ready, [they can] begin using Visual Studio to take advantage of more advanced features,” Goldfarb said.

Developers can start with an open source application, such as WordPress, Joomla, or DotNetNuke, and use WebMatrix to download and configure these applications. Also, tools are provided for building a Web site, including a Web server, database, and framework. WebMatrix has been downloadable in preview form at the WebMatrix website, and Microsoft will offer an online presentation on WebMatrix on Thursday morning at 9:30am PST.

Microsoft also is releasing on Thursday ASP.Net MVC 3, which offers Web development based on MVC. “The key, simple way to think about [the tool] is MVC provides you with a solution that’s more customizable,” offering dependency injection, for example, said Goldfarb. With dependency injection, developers can plug in dependencies into an application and perform functions like switching out the database.

“It open ups ASP.Net MVC such that anything can be swapped out,” said Scott Hanselman, community architect for Web and platform tools at Microsoft.

ASP.Net MVC 3 is a free, open source technology that can work with Visual Studio or any text editor. Version 3 has been in development at Microsoft for a while, with a release candidate offered in November. Among the features of ASP.Net 3 is Razor, providing a compact view engine for ASP.Net, as well as the NuGet open source package manager. Also featured is “unobtrusive JavaScript,” providing an approach to JavaScript that avoids injecting inline JavaScript into HTML marketup and enables cleaner separation of behavior using the new HTML5 data convention.

Microsoft has offered ASP.Net MVC downloads at the ASP.Net website.

This article, “Microsoft set to offer Web dev tools,” was originally published at InfoWorld.com. Follow the latest developments in business technology news and get a digest of the key stories each day in the InfoWorld Daily newsletter.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author