practical-aspnetcore icon indicating copy to clipboard operation
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.

Results 122 practical-aspnetcore issues
Sort by recently updated
recently updated
newest added

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-6.0

https://github.com/dotnet/aspnetcore/issues/42158

https://github.com/scripting/reallysimple

* https://container-1.practicalasp.com/ is now active. It's still empty at the moment.

Looking at https://github.com/dodyg/practical-aspnetcore/blob/net6.0/projects/dependency-injection/dependency-injection-3/Program.cs - as far as I know this code ``` var types = System.AppDomain.CurrentDomain.GetAssemblies() .SelectMany(x => x.GetTypes()) .Where(p => type.IsAssignableFrom(p) && p.IsClass); ``` will find only types in...

* https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-3/

dotnet7

https://github.com/aspnet/AspLabs/tree/main/src/GrpcHttpApi

dotnet7

I'm investigating the idea of using Blazor WASM to build a retail application that would run on an office Intranet. The application would be installed on a given machine, to...

https://gist.github.com/davidfowl/ff1addd02d239d2d26f4648a06158727

minimal API