.NET 7 – Blazor WebAssembly Standalone App – Make API Calls
In previous post, we have seen there are two types of Blazor WebAssembly apps, - Hosted App and Standalone app. In this article, we are going to create a Blazor…
In previous post, we have seen there are two types of Blazor WebAssembly apps, - Hosted App and Standalone app. In this article, we are going to create a Blazor…
As discussed in one of the past articles, there are multiple types of Blazor project templates. In previous article, we have had an introduction to the Blazor Server App. We…
In previous article, we have discussed the difference between Blazor Server App vs Blazor WebAssembly project. In this article, let's try to create the Blazor Server App project. Create the…
In past few articles, I have been writing about minimal APIs using .NET 7. Starting from this article, we are going to work on creating a basic Blazor web application,…
In this article, let's try to move these configurations to the config file - appsettings.json. I expect the modifications required for this to be same as in regular .NET API…
In previous article, we have discussed about how the Serilog file sink can be configured in minimal API project. In this article, we are going to have a look at…
I have been writing about minimal APIs since past few articles. In previous article, we have used EF Core code first approach to setup the data access layer with minimal…
In previous article, I created a minimal API project and we saw what is the default code in the project template. We are going to extend on that code now.…
Minimal APIs are not new in .NET. They have been there since .NET 6 as far as I know. So, I thought this may be right time to explore them…
In this short article, we are going to create a new project, an ASP .NET Core API project. We are going to use the preview version of Visual Studio 2022…
The release candidate for .NET 7 has already been released. With .NET 7, there is going to be newer version of C# too. Since past few days, I have been…
Since past few articles, I have been trying to write about the new features introduced in C# 11 and .NET 7. We already have seen some features like raw string…