Registering
Everything on SkillVeris tagged Registering — collected across the glossary, study notes, blog, and cheat sheets.
8 resources across 1 library
Study Notes(8)
Areas in MVC
Understand how ASP.NET MVC Areas partition large applications into independently organized functional modules with their own controllers, views, and routes.
Shell Navigation
Learn how .NET MAUI Shell provides a unified, URI-based navigation system with flyouts, tabs, and route registration.
Middleware in Socket.IO
Learn how Socket.IO middleware intercepts connections and packets, enabling authentication, logging, and rate limiting before your event handlers ever run.
Flask Blueprints
Organize a growing Flask application into modular, reusable components using Blueprints.
Django Apps Explained
Why Django separates a project into reusable 'apps', how to create one with startapp, and how to register it so Django picks up its models and views.
The Django Admin Site
How Django's automatically generated admin interface lets developers and staff manage data through a browser, and how to customize it with ModelAdmin classes.
Defining and Registering Components
Covers how to author Single-File Components in Vue 3 and the difference between local and global component registration, with guidance on when to use each.
Dependency Injection Basics
Understand how dependency injection decouples classes from their collaborators, and how the built-in .NET DI container manages object lifetimes.