Fragment Routing with Blazor
A tutorial on implementing fragment routing (linking to specific page sections) in Blazor applications using JavaScript interop.
A tutorial on implementing fragment routing (linking to specific page sections) in Blazor applications using JavaScript interop.
A speaker's recap of the .NET Conf: Focus on Blazor virtual event, covering talks on routing, UX, state management, and other Blazor topics.
A technical guide on implementing multiple independent instances of a NgRx store slice in Angular using the Router, Effects, and meta-reducers.
A tutorial on creating a custom, convention-based router for Blazor to replace the default router, handling nested routes and query parameters.
A technical deep dive into the routing system in Blazor, covering JavaScript event interception and C# navigation handling.
Explains how routing and navigation work in Blazor, comparing traditional web apps to Single Page Applications (SPAs).
Explains how to pass multiple parameters in an Angular route using the routerLink directive, including a key syntax tip.
Explains how to override hostname, port, and path when generating URLs in ASP.NET Core MVC, beyond the standard scheme.
Livewire feature allows building Laravel apps without traditional controllers, using components and implicit route model binding.
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.
Explores using simulated annealing to solve the traveling salesman problem, using the London Underground Tube Challenge as an example.