A deep dive into the latest #OpenAPI and #Swagger improvements in #ASPNETCore10, including Minimal APIs, versioning, Native #AOT support, and UI customization.
seen from United States

seen from United States
seen from China

seen from Netherlands

seen from China
seen from Malaysia
seen from Russia
seen from Australia
seen from Netherlands

seen from Sweden
seen from Germany

seen from Norway
seen from China

seen from Indonesia
seen from China
seen from United States

seen from Malaysia
seen from United States
seen from China
seen from Canada
A deep dive into the latest #OpenAPI and #Swagger improvements in #ASPNETCore10, including Minimal APIs, versioning, Native #AOT support, and UI customization.
A deep dive into the latest #OpenAPI and #Swagger improvements in #ASPNETCore10, including Minimal APIs, versioning, Native #AOT support, and UI customization.
APIs with Entity Framework Core
I want to give a complete example of minimal #APIs in #Blazor with Entity Framework Core with #complex #objects. #efcore
In this new post, I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects. I always struggle to have a solution working when my model has dependencies with other object. Here I show my test and my code. The code is in NET9. In the Microsoft documentation, there is some example but it is not complex enough. The full source code of this post is…