- We can have full control on the HTML
- Has benefit of Seperation of Concerns like the view and the code behind are not tightly coupled we can use the same view with many different action methods
- As we write the UI code directly in Html we can easily intergrate the CSS and javascript frameworks like Jquery and bootstrap
- It is the latest framework for developing web applications when compared with web forms in .net
- It provides Html helpers which helps use to write Html elements easily using C#
- Supports Razor syntax where the View can be developed using mix of Html code and c# code
Main benefits of using Asp.net MVC over Asp.net Webforms
The main benefits of Asp.net mvc are:
Popular Posts
-
Here is the code: // => Brute Force Solution: O(m* n) static long arrayManipulation(int n, int[][] queries) { ...
-
Whatever it is one fine day everyone on this planet who are born have to die for sure. When you are close ones are with you, you wont know ...
-
HTML: <div class="outer-container"> <div class="inner-container"> <div class="t...
No comments:
Post a Comment