#7 Routing Engine in Asp.net MVC || ASP.NET MVC IN TAMIL

Опубликовано: 03 Октябрь 2024
на канале: Collectiva Knowledge Academy
8,058
92

Next topic : #8 Actions:    • #8 Actions in Asp.net MVC || ASP.NET ...  
Previous topic : #6 Controller:    • #6 Controller in Asp.net MVC || ASP.N...  
Please watch all videos in the series : https://cka.collectiva.in/t/mvc
Buy Now : Diploma in .Net Web Development Course : https://cka.collectiva.in/b/DNWD


Routing Engine in Asp.net MVC ( In Tamil) – This video explains the uses and advantages of Routing Engine in Asp.net MVC . Below we have a brief explanation about Routing Engine.

Routing Engine in Asp.net MVC:

When you create a new ASP.NET MVC application, the application is already configured to use ASP.NET Routing. ASP.NET Routing is setup in two places.

First, ASP.NET Routing is enabled in your application's Web configuration file (Web.config file). There are four sections in the configuration file that are relevant to routing: the system.web.httpModules section, the system.web.httpHandlers section, the system.webserver.modules section, and the system.webserver.handlers section.

Be careful not to delete these sections because without these sections routing will no longer work.

Second, and more importantly, a route table is created in the application's Global.asax file. The Global.asax file is a special file that contains event handlers for ASP.NET application lifecycle events. The route table is created during the Application Start event.

The file in Listing 1 contains the default Global.asax file for an ASP.NET MVC application.


This Video is Part of " ASP.NET MVC IN TAMIL "
You can Watch all videos, click this link : https://goo.gl/pSLXTC

For a full list of our YouTube courses, visit our website: http://cka.collectiva.in/programming

**********************************************************************
Special Offers:
College Student's Offer: http://cka.collectiva.in/LearnersV2/C...

School Student's Offer: http://cka.collectiva.in/LearnersV2/S...

**********************************************************************

Contact Details :
Feel free to Call : (+91) 850 850 2000

By Collectiva Knowledge Acadamy http://cka.collectiva.in
#ASPDotNETMVCInTamil #PhotoshopInTamil #CollectivaKnowledgeAcademy
Related searches:
Routing Engine in Asp.net MVC ( In Tamil),ASP.NET MVC IN TAMIL , Introduction to Asp.net MVC,mvc in tamil,learn mvc in tamil