-
ASP.NET Core on .NET 7.0 - File upload and streams using Minimal API
Jürgen Gutsch - 01 April, 2022
It seems the Minimal API that got introduced in ASP.NET Core 6.0 will now be finished in 7.0. One feature that was heavily missed in 6.0 was the File Upload, as well as the possibility to read the request body as a stream. Let's have a look how this would look alike.
-
ASP.NET Core on .NET 7.0 - Roadmap, preview 1 and file upload in minimal APIs
Jürgen Gutsch - 21 February, 2022
The first preview version of .NET 7.0 which is released just a couple of days ago. Three months after .NET 6.0 was released. This is thee chance to have the first glimpse.
-
20 years of .NET
Jürgen Gutsch - 14 February, 2022
.NET turns 20 years today and it is just kind of ... wow! 20 years of .NET also means to me to be a software engineer for more than 20 years.
-
Customizing ASP.NET Core 6.0 - The second edition
Jürgen Gutsch - 04 January, 2022
Just a couple of days ago, the second edition of my book Customizing ASP.NET Core got released by packt
-
New blog sponsor - YOO inc.
Jürgen Gutsch - 01 January, 2022
I warmly welcome the YOO Inc as a new sponsor of my blog.
Older posts
- 22 Sep 2021 Do you know the GitHub Advisory Database?
- 02 Sep 2021 ASP.NET Core in .NET 6 - Async streaming
- 17 Aug 2021 ASP.NET Core in .NET 6 - Introducing minimal APIs
- 19 Jul 2021 ASP.NET Core in .NET 6 - Shadow-copying in IIS
- 12 Jul 2021 ASP.NET Core in .NET 6 - Hot Reload
- 05 Jul 2021 ASP.NET Core in .NET 6 - HTTP/3 endpoint TLS configuration
- 15 Jun 2021 ASP.NET Core in .NET 6 - Preserve prerendered state in Blazor apps
- 01 Jun 2021 ASP.NET Core in .NET 6 - Infer component generic types from ancestor components
- 10 May 2021 ASP.NET Core in .NET 6 - CSS isolation for MVC Views and Razor Pages
- 04 May 2021 ASP.NET Core in .NET 6 - Support for custom event arguments in Blazor