Theme-Logo
  •   .Net
    •   C Sharp(C#)
    •   Web API
    •   Micro Services
    •   ASP.Net
    • ASP.Net MVC
    • .Net Core
  •   Database
    • SQL Server
    • Oracle
    • PostgreSQL
  •   jQuery
    • jQuery Tutorials
    • jQuery Plugins
    • jQuery UI
    • More on jquery
  •   Tutorials
    • Microservices Tutorials
    • DotNet Core Tutorials
    • PostgreSql Tutorials

Views in ASP.Net MVC

A view is used to display data using the model class object. The Views folder contains all the view files in the ASP.NET MVC application.

Razor View Engine

Microsoft introduced the razor view engine to compile a view with a mix of HTML tags and server-side code. The special syntax for razor view maximizes the speed of writing code by minimizing the number of characters and keystrokes required when writing a view. The razor view uses @ character to include the server-side code instead of the traditional <% %> of ASP. You can use C# or Visual Basic syntax to write server-side code inside the razor view.

ASPX View Engine

ASPX or the Web Forms engine is the default view engine that is included in the MVC Framework since the beginning. Writing a code with this engine is similar to writing a code in ASP.NET Web Forms.

DotNet Palace : MVC Routing

Trending Post
What is Anonymous methods in C#.
Why Is It A Bad Idea To Throw Your Own Exceptions.
How's The DLL Hell Problem Solved In .net?
Interview Questions and Answers
Describe the Async method of C#?
Is it possible to serialise hashtables?
Explain the differences between “out” and “ref” parameters in C#?
How would you implement the Singleton design pattern in C#?
What Are The Ways To Deploy An Assembly?
What Are Advantages And Disadvantages Of Microsoft-provided Data Provider Classes In Ado.net?
About us

DotNet Palace is a community platform created and maintained by The articles are mainly focused on Microsoft stack technologies like C#, ASP.Net, MVC, .Net Core, SQL Server and Oracle, PostgreSQL, SQLite etc. To improve the site's content you can send your valuable suggestions at info.dotnetpalace@gmail.com

Quick links
  • SOLID Principles
  • Questions
  • OOPS Principles
  • DotNet Palace Tutorials
  • Privacy Policy
  • Terms and Condition