Migrating to Entity Framework Core Seed Data
A guide on migrating existing databases to use Entity Framework Core's built-in data seeding feature without causing insertion conflicts.
A guide on migrating existing databases to use Entity Framework Core's built-in data seeding feature without causing insertion conflicts.
Part 14 of a series on building an app with Angular and ASP.NET Core, focusing on making the product card and shopping cart responsive.
A technical tutorial on updating shopping cart quantity and totals in an Angular and ASP.NET Core 2.1 application, including a bug note.
Part 12 of a tutorial series on building a shopping cart feature using Angular and ASP.NET Core 2.1, focusing on product grouping and order total updates.
Explores the productivity and performance benefits of upgrading to ASP.NET Core 2.1, highlighting features like HttpClientFactory.
A developer continues building an app with Angular and ASP.NET Core, focusing on shopping cart functionality, component refactoring, and VS Code extensions.
A tutorial on building a photo booth app using ASP.NET Core for the backend and Angular for the frontend, integrating Azure and Twilio.
A tutorial on building an app with Angular and ASP.NET Core, focusing on services, events, and cross-component communication for a shopping cart.
OpenIddict RC3 release introduces revamped registration APIs, specialized service builders, and a new validation handler for ASP.NET Core.
A developer's progress update on building an app with Angular and ASP.NET Core, covering pagination, Font Awesome, and layout.
Announcing the RTM release of aspnet-contrib OAuth 2.0/OpenID 2.0 social providers for ASP.NET Core 1.x and 2.x, with a list of available packages.
Upgrading to ASP.NET Core 2.1 can deliver serious performance improvements and developer productivity gains, with real-world results.
A technical guide on setting up Azure AD authentication for ASP.NET Core APIs, covering app registration, scope validation, and creating a test client.
.NET Boxed is a collection of pre-configured project templates for ASP.NET Core APIs and GraphQL, designed to accelerate development.
A tutorial on deploying and hosting an ASP.NET Core 2 web application on a Raspberry Pi, including setup and nginx reverse proxy configuration.
Explains how routing works in Blazor, covering route templates, parameters, constraints, and navigation methods for building multi-page apps.
A tutorial on building an ASP.NET Core Echo Server and creating an optimized Docker image using multi-stage builds.
Explains the key lifecycle methods in Blazor components, including OnInitialized, OnParametersSet, and OnAfterRender, with code examples.
Explains the ASP.NET Core middleware pipeline, how it processes requests and responses, and how to configure it using Use and Run methods.
A tutorial on setting up a development environment and creating a new project using Blazor, Microsoft's web framework.