Deploying ASP.Net Boilerplate Apps for Devs in a Hurry
How to create and deploy databases, bundle SPA's, and send them to an Azure App Service - and do it quickly!
How to create and deploy databases, bundle SPA's, and send them to an Azure App Service - and do it quickly!
You're starting a new project, which SPA framework should you use: Something shiny like Blazor WebAssembly or more mature like Angular?
Is it possible to manage a big, important, open source project without ever leaving GitHub? Yes it is. Our team took on this concept recently with one of our most engaging and involved projects, and it worked like a charm.
How to extend ASP.Net Boilerplate's security model to secure external API's with API Keys and Secrets.
How to expose a second Web API in Swagger with Swashbuckle and consume it in a command line app with an NSwag generated Proxy.