Welcome
This is my dumping ground for all things related to web development.
Primarily this will centre on Microsoft's .NET development platform and as such will cover ASP.NET web forms and MVC. However I also hope to cover more generic web subjects such as CSS, Javascript, jQuery and HTML with a little T-SQL thrown in for good measure.
I hope you find something that is of use to you.
Latest post
How to backup a SQL Express database in Visual Studio 2010
08 Feb 2011
The easiest way to backup your SQL Express database is use a SQL Management Studio but if you don’t have it installed it is possible to do it from within Visual Studio itself.
- Open up the Server Explorer, right click on the database you wish to backup and select the New Query option to open up a query panel.
- Enter the following T-SQL command in the query panel section (typically the third panel down).
BACKUP DATABAS
@cyberian