

ObjectInfo.Print(value) - Renders the properties and values of an object and any subobjects.FileUpload.GetHtml(initialNumberOfFiles, allowMoreFilesToBeAdded, includeFormTag, addText, uploadText) - Renders UI for uploading files.Facebook.LikeButton(url) - Lets Facebook users make a connection to pages.Chart(width, height, templatePath) - Initializes and renders a chart.Analytics.GetYahooHtml(account) - Renders the Yahoo Analytics JavaScript code for the specified account.Analytics.GetGoogleHtml(webPropertyId) - Renders the Google Analytics JavaScript code for the specified ID.Following is a selection of these helpers, not the entire list which can be found in ASP.NET Web Pages Using The Razor Syntax (PDF): WebMatrix projects can be opened with Visual Studio, and its data can be easily converted to SQL Server in case SQL Server CE is reaching its limits.ĪSP.NET Web Pages can be used with Razor, a new ASP.NET view engine recently announced by Microsoft, which includes a number of useful helpers. WebMatrix keeps all site-related information, including database data, in files, so it can be easily modified by hand or migrated. It also supports incremental file updates. WebMatrix is used to create and test websites locally, but it can also be used to publish the site to a hosting provider via FTP, SSL or MSDeploy. This tool seams together the other components. SQL Server Compact Edition – an embedded database.IIS Developer Express – a development web server.WebMatrix contains the following components: WebMatrix is a new free web development package from Microsoft containing a few basic tools useful to create simple websites.
