samples icon indicating copy to clipboard operation
samples copied to clipboard

Samples for ASP.NET Core

Results 73 samples issues
Sort by recently updated
recently updated
newest added

This adds a server-side Blazor sample based on a [larger learning project](https://github.com/mjrousos/ChessTrainer) I worked on recently. The sample presents users with chess tactics puzzles and demonstrates: 1. Blazor components for...

Updates the Blazor Flight Finder sample to use the current 3.2.1 release version of Blazor WASM.

List is more efficient than Array !

when i run your sample on docker , the page fails to load with security warning. Secure Connection Failed An error occurred during a connection to parveen.local:7081. PR_END_OF_FILE_ERROR The page...

I am trying to get the renderviewtostring sample working in DotNet Core 3.1 in a console application i.e. running Razor standalone. The first statement in Main gives 'HostBuilder' does not...

------ Rebuild All started: Project: FlightFinder.Client, Configuration: Debug Any CPU ------ microsoft.aspnetcore.blazor.build\0.6.0\targets\RazorCompilation.targets(184,5): error : rzc generate exited with code 1. On VS2019

please, if possible, integrate with "Secure an ASP.NET Core Blazor WebAssembly hosted app with Identity Server" and roles

Is it a standalone client-side app or full-stack ASP.NET Core app? If trying to learn/build a specific one of the above, I have no idea (at all never having seen...

This sample will probably be ported to Razor Components in the near future. You should change service lifetime to `scoped`. Otherwise state will be shared between all users which is...