Blog
Blog posts on .NET, Azure, and more.
Deploying Blazor apps to Azure Storage account
January 19, 2020 by Anuraj
Blazor azure aspnetcore
This post is about deploying Blazor apps to Azure Storage account. Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor supports two variations - Blazor Server is supported in ASP.NET Core 3.0. Blazor WebAssembly is in preview for ASP.NET Core 3.1.
Continuously audit web app performance using Google lighthouse and Azure DevOps
January 05, 2020 by Anuraj
lighthouse azure devops
This post is about how audit web applications using Google lighthouse and Azure DevOps. Lighthouse is an open-source, automated tool for improving the quality of web pages. Lighthouse can audit for performance, accessibility, progressive web apps, SEO and more. There is a LightHouse extension available in Azure DevOps. But in this post I am not using any marketplace extensions. Instead I am using some node and powershell scripts.
How to Build a CRUD Application with ASP.NET Core 3.0 and EF Core 3.0
December 01, 2019 by Anuraj
ASPNETCore EFCore CodeGeneration Scaffolding
This post is about how to build a CRUD application using ASP.NET Core MVC using EF Core database first approach. So I am not writing very minimal code and building an application from the existing database. In this post I am using the NorthWind sample database from Microsoft.
How to Use Mini Profiler in ASP.NET Core Web API
November 25, 2019 by Anuraj
ASPNETCore MiniProfiler
This post is about how to configure Mini Profiler in ASP.NET Core Web API. MiniProfiler is a library and UI for profiling your application. MiniProfiler helps you to measure perfomance of your applications. With Entity Framework extension you will be able to measure query performance.”
How to Generate Angular code from OpenAPI specifications
November 20, 2019 by Anuraj
Angular OpenAPI Swagger
This post is about how to generate Angular code from Open API specifications. Open API is a standard way to document REST APIs. It is recommended practise document Web APIs using Open API or Swagger. You can find detailed tutorials on enabling Open API in ASP.NET Core.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub