Jump to content

Microsoft WebMatrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Artw (talk | contribs) at 15:36, 5 June 2022 (History: merge in content). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Microsoft WebMatrix
Developer(s)Microsoft
Final release
3.0 (v7.1.1932.0) / 12 October 2013; 11 years ago (2013-10-12)
Operating systemWindows 7 SP1 and later[1]
PlatformIA-32; .NET Framework
Size17.1 MB[2]
Available inEnglish, Austrian, Belgian, Chinese, French, German, Hungarian, Japanese, Korean, Netherlands, Polish, Russian, Spanish, Turkish[2]
TypeHTML editor and website builder
LicenseFreeware[2]
Websitewww.microsoft.com/web/webmatrix/ Edit this on Wikidata

Microsoft WebMatrix is a discontinued cloud-connected website builder and HTML editor for Windows, geared towards web development.[3][4] WebMatrix enables developers to build websites using built-in templates or popular open-source applications, with full support for ASP.NET, PHP, Node.js and HTML5. Microsoft developed WebMatrix for the purpose of providing web developers with coding, customization, and publishing capabilities all in one place.

History

ASP.NET Web Matrix (2003)

ASP.NET Web Matrix, whose name was the inspiration for WebMatrix,[5] was released in 2003 and later discontinued by Microsoft in favor of Web Developer Express, a free version of Visual Studio's web development functionality; Visual Studio is Microsoft's flagship IDE for all aspects of Visual Basic and C# coding, including ASP.NET development.

The original ASP.NET Web Matrix was a free tool released by Microsoft for the rapid development of web applications intending to run on Microsoft servers supporting ASP.NET server-side technologies. It was a managed application written in C#, Microsoft's principal programming language.[6][7]

ASP.NET Web Matrix grew out of a pet project started by Nikhil Kothari. Originally conceived as a test bed for working with ASP.NET controls in a designer environment, the ASP.NET team saw a number of benefits for a tool of this type, including the creation of an Integrated Development Environment that could act as a lightweight alternative to Visual Studio. The project was developed into a product (originally code-named "Saturn") that was released in the summer of 2002 as a free download on the www.asp.net Web site, without official support (only community support) and with only word-of-mouth marketing. The original release supported only Microsoft SQL Server, which was bundled with Web Matrix in the form of MSDE, a desktop version of the database engine. A subsequent release of Web Matrix ("Web Matrix Reloaded") in June 2003 included support for Microsoft Access .mdb files, which simplified deployment.

Web Matrix included a number of features that made it an appealing alternative to Visual Studio 2003. It was a comparatively small download, fast and easy to install, and it was specific to Web applications. This set it apart from Visual Studio, avoiding many of the complexities required to support different tools, languages, and development environments in Visual Studio. It used a folder-based model, rather than the project model used in Visual Studio,[8] and did not require design-time compilation into a single deployable .dll. Instead, developers could deploy the source code for their ASP.NET pages and rely on ASP.NET to dynamically compile the pages on first request.

ASP.NET Web Matrix included a small Web-server tool ("Cassini") that ran on the local computer, enabling the developer to test ASP.NET Web pages without requiring Internet Information Services. This feature made it appealing to developers who could not run IIS due to corporate policy or because they did not have a version of Microsoft Windows that supported IIS. It also included FTP support, rather than requiring FrontPage Server Extensions (FPSE). This feature made it a practical development tool for hobbyists and students who could develop and test on their own computer, and then deploy their files to a hosted server. Best of all, it was free.

Many of these features were incorporated into Visual Studio 2005, and the Web Matrix style of web application development became the default. The success of the Web Matrix project, both in terms of features and in the appeal to the community of a free IDE with a limited feature set, persuaded the Microsoft Visual Studio team to release Visual Studio Express Editions 2005 – incorporating a slimmed-down Visual Web Developer for web development, and similar Express versions of Visual Basic, C#, and SQL Server.[9]

Visual Studio Express Editions

While ASP.NET Web Matrix provided a number of innovations, it lacked important features required by professional web developers, such as IntelliSense, integration with the debugger, an integrated compiler for developing class libraries and support for the ASP.NET code-behind page model. When the innovations made by ASP.NET Web Matrix made their way into the Visual Studio product line, and in particular the free, slimmed-down although fully functional Visual Web Developer 2005, there was no further need for ASP.NET Web Matrix.[9]

With new versions of Visual Studio released in 2008 and 2010, Microsoft continued its policy of making available to student and freelance programmers and web developers a free, slimmed-down version of Visual Studio called Visual Studio Express Editions, and in particular Visual Web Developer Express Edition.

Microsoft WebMatrix

In 2011, WebMatrix was released to support the large number of open source content management systems and to provide a lightweight web development environment for PHP and the new, simplified ASP.NET web pages. It focused on a clean, simple user interface allowing web developers to build websites from scratch or by customizing open-source web content management systems such as Orchard, DotNetNuke, Umbraco, Joomla!, Drupal and WordPress.

From 2011 to 2012, WebMatrix 2 Beta and RC releases added support for Node.js, mobile simulators, additional website templates, and support publishing to Microsoft Azure web sites. On September 6, 2012, the official release of WebMatrix 2 went public. The release of WebMatrix 3 was made available on May 1, 2013. Unlike WebMatrix 2, WebMatrix 3 requires Windows 7 or later.[1]

In 2016, Microsoft announced the discontinuation of WebMatrix in favour of Visual Studio Code with formal support ending on November 1, 2017.[10]

Features

See also

References

  1. ^ a b "WebMatrix 3 Release Notes". Microsoft /web. Microsoft. 6 March 2013. Retrieved 15 March 2014.
  2. ^ a b c "Web Matrix 3". Microsoft/web. Microsoft. Retrieved 10 February 2016.
  3. ^ Brooks, Jason (2011-01-26). "Microsoft WebMatrix Lowers Barriers to Web Development on Windows". eWEEK. Retrieved 2022-06-05.
  4. ^ Heller, Martin (2011-01-25). "Microsoft WebMatrix is a mixed bag". InfoWorld. Retrieved 2022-06-05.
  5. ^ Scott Guthrie, Microsoft, 2010. ScottGu's Blog WebMatrix beta version announcement – replies to Introducing WebMatrix, with reference to the same name being re-used: Tuesday, July 06, 2010 6:51 pm and Tuesday, July 06, 2010 6:52 pm.
  6. ^ "Microsoft ASP.NET Web Matrix Project Help". Archived from the original on 2007-06-30. Retrieved 2012-06-19.
  7. ^ "About the Microsoft ASP.NET Web Matrix Project". Archived from the original on 2007-07-07. Retrieved 2012-06-19.
  8. ^ For more information, see Scott Guthrie's blog entry VS 2005 Web Project System: What is it and why did we do it?.
  9. ^ a b "Visual Studio 2005 Express Developer Center - Frequently Asked Questions (FAQ) - questions 23 to 35, especially question 28". Archived from the original on 2008-04-06. Retrieved 2012-06-19.
  10. ^ "WebMatrix product support ends on November 1st, 2017". blogs.iis.net. Microsoft. 28 October 2016.
  11. ^ Mittal, Harsh (December 9, 2011). "Introduction to Web Deploy". iis.net. Microsoft.
  12. ^ Migrate a Database to SQL server

Further reading

  • Lydford, Steve (2011). Building ASP.NET Web Pages with Microsoft WebMatrix. Apress. ISBN 978-1-4302-4020-4.