A15–Building App using Angular and ASP.NET Core 2.1–Route Resolvers, Child Routes
A developer's tutorial on implementing Angular route resolvers and child routes to build a checkout wizard in an app using ASP.NET Core 2.1.
A developer's tutorial on implementing Angular route resolvers and child routes to build a checkout wizard in an app using ASP.NET Core 2.1.
Explains how routing works in Blazor, covering route templates, parameters, constraints, and navigation methods for building multi-page apps.
A tutorial on configuring Angular 4 routing within an ASP.NET MVC application using Visual Studio 2017 and TypeScript.
A technical guide on programmatically checking if a URL maps to a controller action in ASP.NET MVC Core, including code examples.
Two approaches to hide the navigation bar on the login page in an Angular application using Angular Material.
A recap of new features announced for Laravel 5.5 at the Laracon US 2017 conference, including frontend presets and routing improvements.
Explains the new routing structure in Laravel 5.3, including the move to separate 'web.php' and 'api.php' files.
A developer shares a code refactor by Laravel's creator, highlighting lesser-known features like Cache::remember.
A guide to defining optional parameters in AngularJS UI Router using query parameters, route parameters, and non-URL parameters.
A technical guide on implementing domain routing and tenant resolution for multi-tenant applications using ASP.NET MVC 6/5.
Explains the removed Route Annotations feature in Laravel 5.0, which allowed defining routes via PHP DocBlock comments in controllers.
Explains the technical difference between Laravel's Redirect::to() and Redirect::away() methods for internal vs. external URL redirection.
A technical tutorial on implementing basic routing and menu entries for a Drupal 8 module, using the Global Redirect module as an example.
Explains how to handle RavenDB's string identifiers in ASP.NET Web API routing by exposing integer IDs to clients and using type converters.
A technical guide on implementing domain and subdomain-based routing for multi-tenant APIs in ASP.NET Web API.
Explains how to implement localized, translated routes in ASP.NET MVC and WebForms for better SEO and user experience.
A technical guide to implementing custom domain and subdomain routing in ASP.NET MVC, addressing multilingual and multi-tenant scenarios.
Announces ASP.NET MVC Preview 3 release, detailing key changes like new controller action returns and routing updates.
A collection of useful links and resources for ASP.NET MVC developers, covering tools, tutorials, and lifecycle explanations.
Explains how to create custom multilingual routes in Zend Framework to map URLs like /gebruiker/bewerken to controller/action pairs.