practical-aspnetcore
practical-aspnetcore copied to clipboard
Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
https://www.nuget.org/packages/Apache.Arrow.Flight.AspNetCore/
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.pathstring?view=aspnetcore-5.0
e.g. ``` services.AddControllers(config => { // using Microsoft.AspNetCore.Mvc.Authorization; // using Microsoft.AspNetCore.Authorization; var policy = new AuthorizationPolicyBuilder() .RequireAuthenticatedUser() .Build(); config.Filters.Add(new AuthorizeFilter(policy)); });```
https://rainway.com/blog/2020/12/09/bebop-an-efficient-schema-based-binary-serialization-format/
https://www.reddit.com/r/dotnet/comments/jg1gcs/what_would_be_the_reasons_to_use_an_ioc_framework/g9pktys/
https://github.com/dotnet/aspnetcore/issues/19744
Write samples for this. It's not ASP.NET Core specific but I think it can be very useful in day to day web development. https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/
This is such a basic thing that is not available in Blazor out of the box https://www.nuget.org/packages/Toolbelt.Blazor.HeadElement/