The main advantages of The Official Microsoft ASP.NET Site MVC are:
Enables the full control over the rendered HTML.
Provides clean separation of concerns(SoC).
Enables Test Driven Development (TDD).
Easy integration with JavaScript frameworks.
Following the design of stateless...
Showing posts with label MVC. Show all posts
Showing posts with label MVC. Show all posts
Friday, 3 June 2016
Sunday, 25 January 2015
Using Entity Framework Code First Migration Asp MVC

Code First Database Initializers
Before understanding code first migrations, let's have a look at Code
First Database Initializers provided by Entity Framework. When you
follow EF code first approach, then you have three op tions for
initializing...
Tuesday, 11 November 2014
Benefits of Html Helpers in Asp.Net MVC
So today i am going to give an overview on Html helpers in Asp.Net MVC . So first questions that stuck our mind are -
What are Html helpers ?
Why to use them instead of using simple Html coded controls
What are their benefits in Asp.Net MVC
Html helpers are very much similar to Asp.Net web controls . But Html helpers are much more lightweight as compared...
Advantage of Asp.Net MVC

Asp.net is a part of .net platform for creating,building, deploying and running web applications using C#,VB etc .we can develop a web application by using Asp.Net Web Form and Asp.Net MVC. Asp.Net MVC is advanced technology that is most widely used nowadays . MVC is a great...
Tuesday, 18 March 2014
Implementing Search Functionality in ASP.NET MVC 4

What we are Going To cover
* In this Tutrial we are going to cover how to implement search functionality in Asp.Net MVC 4 . In our web applications in MVC we often need to add the functionality to search the database objects for specific data based on some creteria like to find...
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...