Skip to content Skip to footer

Author page: Shravan Kumar Kasagoni

aspnet

ASP.NET MVC 3

ASP.NET MVC 3 adds great features to MVC 2. View Enhancements Add View Dialog Razor View Engine Controllers Global Filters Dynamic ViewModels New ActionResults JavaScript and AJAX JSON Binding Unobtrusive JavaScript jQuery Validation Model Validation .NET 4 DataAnnotations Improved ValidationAttribute support IValidatableObject Interface support Dependency Injection Improvements Support for Controllers, Views, Action Filters, Model Binders,…

Read more

sql-server

The backup set holds a backup of a database other than the existing database (Microsoft SQL Server, Error: 3154)

Long back I took the backup of my development server, Again I am trying to restore it in my own machine or any other machine, I am getting the following error. “The backup set holds a backup of a database other than the existing ‘sample’ database. RESTORE DATABASE is terminating abnormally. (Microsoft SQL Server, Error: 3154)” I…

Read more