Create your first Razor web site using WebMatrix.
What is Razor?
- Razor is a new syntax for writing ASP.NET pages
- Razor is powerful and very easy to use
- Razor is a server side markup language like ASP and PHP
- Razor uses C# or Visual Basic programming languages
- Razor is developed by Microsoft
- Razor is free
What is WebMatrix?
WebMatrix is a free web development tool from Microsoft.WebMatrix provides the easiest way to build ASP.NET websites.
WebMatrix contains:
- A web server (IIS Express)
- A database server (SQL Server Compact)
- A web server markup language (Razor)
- A full web development framework (ASP.NET)
The skills and code you develop with WebMatrix can seamlessly be transformed to fully professional Visual Studio and SQL Server applications.
How to Install WebMatrix
Download Microsoft’s Web Platform Installer to install WebMatrix:http://www.microsoft.com/web/downloads/platform.aspx
Run the installer, and install WebMatrix with 3 clicks:
Select Spotlight, click WebMatrix, and click Install:
What is The Platform Installer?
Microsoft Web Platform Installer (Web PI) is a tool to install free components of the Microsoft Web Platform, including Internet Information Services (IIS), SQL Server Express, .NET Framework and Visual Web Developer.The Web PI also makes it easy to install popular free web applications for blogging, content management and more with a built-in Windows Web Application Gallery
No comments:
Post a Comment