TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Routes
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shilpa Tanwar (4)
Debasis Saha (2)
Saravanan Ponnusamy (1)
Nikunj Satasiya (1)
Ziggy Rafiq (1)
Akhil Mittal (1)
Ishika Tiwari (1)
Sardar Mudassar Ali Khan (1)
Sanwar Ranwa (1)
Mudita Rathore (1)
Mahesh Alle (1)
Priyanka Jain (1)
Faisal Pathan (1)
Jesus Rodriguez (1)
Mohammad Irshad (1)
Mangesh G (1)
Gul Md Ershad (1)
Santosh Kumar Adidawarpu (1)
Jinal Shah (1)
Sachin Kalia (1)
Anupam Singh (1)
Related resources for Routes
No resource found
Protected Routes in React.js
10/27/2024 5:37:13 AM.
This approach is essential for apps with private content, ensuring unauthorized users can't view certain pages. By using React Router with authentication checks, developers can manage access dynam
Migrating from Next.js 14 to Next.js 15
8/8/2024 11:31:34 AM.
Upgrading from Next.js 14 to 15 involves updating dependencies, addressing breaking changes, and leveraging new features. Key steps include reviewing release notes, testing with new dependencies, adju
How to Implement Dynamic Routing in Next.js?
8/8/2024 6:18:39 AM.
Learn how to use dynamic routing in Next.js to build flexible and scalable applications. This guide covers setting up dynamic routes, nested routes, catch-all routes, and API routes. Discover how to l
Implementing JWT Authentication in a Next.js Application
8/7/2024 11:43:29 AM.
Learn how to implement JWT authentication in a Next.js application with this step-by-step guide. Covering project setup, installing necessary packages, creating utility functions for JWT and password
Handling Authentication and Authorization in Next.js
8/7/2024 6:17:20 AM.
Authentication and authorization are crucial for securing web applications. Next.js offers several strategies and libraries to manage user authentication and authorization effectively. This guide cove
Advanced Routing Mechanisms in Angular
7/22/2024 8:38:29 AM.
Enhance your Angular app with advanced routing features like lazy loading, route guards, and nested routes. Lazy loading defers component loading to reduce initial load times, while route guards manag
Type-Safe Routing in React with React Router and TypeScript
6/25/2024 4:54:16 AM.
This insightful guide by Ziggy Rafiq explains how React Router and TypeScript can be used to achieve type-safe routing in React applications. Set up static routes using TypeScript's robust type sy
RESTful Day #4: Custom URL Re-Writing/Routing Using Attribute Routes in MVC 4 Web APIs
5/24/2024 4:58:26 AM.
In Day #4 of your RESTful journey, delve into the power of custom URL re-writing and routing using attribute routes in MVC 4 Web APIs. Unleash the flexibility of tailored endpoints, optimizing your AP
Namespace for Authentication Routes in MVC and Its Importance
3/19/2024 1:18:38 PM.
The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and auth
Routing to Controller Actions in ASP.NET Core MVC
1/30/2024 4:15:10 AM.
In ASP.NET Core, routing to controller actions is facilitated through attributes that define route templates, mapping incoming HTTP requests to specific actions. Multiple conventional routes can be es
What Are Nested Routes in Vue.js
1/10/2024 9:00:03 AM.
Nested routes in Vue.js involve defining child routes within a parent route. This structuring simplifies complex user interfaces by organizing components hierarchically, enhancing route management in
How Routes Work in Web API
4/6/2021 5:55:44 AM.
In this article, I will define how routes work including a simple example.
How to Draw Routes and Calculate Route Time and Distance on the Fly Using Google Map API V3
4/13/2020 3:09:54 AM.
In this article you will learn how to draw and work with routes on the fly using the Google Maps API V3.
Introduction to Routing in React
11/15/2019 12:44:32 AM.
This article talks about routing in ReactJs, and how sub routing can be implemented as well.
Protecting Routes With Auth Guard In Angular 7
7/19/2019 10:05:43 AM.
We will learn about protecting our routes with Auth Guard in Angular 7.
Understanding SQL Server Yukon Service Broker
1/17/2019 3:59:45 AM.
The new version of Microsoft SQL Server Yukon comes together with a set of technologies capable of enlarging the horizon for database applications. One of the most remarkable technologies is the Servi
Overview Of Child Routes In Angular
11/28/2018 9:23:10 AM.
In this article we are going to use child routes in our navigation application. Child routes is used in such scenarios when we require some routes be render or view inside other route. So when we have
Navigation And Parameterized Routes In Angular 5
1/5/2018 11:25:40 AM.
We have seen the basics of the Routing in Angular in the last article. Now let’s see how Angular offers navigation and how we can use the parameterized routes in Angular. Let’s try to understand how t
Navigation In Angular Between Different Routes
11/17/2017 7:16:32 PM.
This article explains the navigation from one component's view to another component view with the help of router's navigation.
Dynamic Routing Using Angular 2
10/11/2017 12:05:12 PM.
In this article, we will discuss how to implement dynamic routing using Angular 2.0
Angular 2 Guards To Protect Routes
4/6/2017 4:17:03 PM.
In this article, I will show you the real uses of Angular 2 Guards to protect the routes.
AngularJS 2.0 From The Beginning - Route Part Two - Day Fourteen
3/15/2017 3:25:51 AM.
In this article, we will discuss about how to pass parameters using routes and also nested routes.
Getting Started With Firebase And Protecting Routes From Unauthorized Users in Angular
2/16/2017 10:48:00 AM.
In this article you will learn about Firebase and protecting routes from unauthorized users.
Controller to Controller Communication Using $RouteScope in AngularJS
7/22/2015 6:30:17 PM.
This article explains Controller to Controller communication using $RouteScope in AngularJS.
Working With Routes in MVC Framework
6/2/2014 3:08:28 AM.
In this article I have explained an important feature of MVC known as Routing. I have explained many of its key features.