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://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/
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://openbeerdb.com/
https://gist.github.com/davidfowl/ff1addd02d239d2d26f4648a06158727