#Lazy-Loading
2 notas · última:
Using lazy loading in Entity Framework Core 8
The article shows how EF Core 8 can delay loading related data until a navigation property is accessed, using ILazyLoader, Fluent API configuration, or manual Entry loading.
Angular Routing Essentials: All You Need to Know in One Post
The post walks through Angular routing from defining routes and rendering them with router-outlet to links, params, redirects, nested routes, lazy loading, guards, and resolvers.
