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

Needed this functionality for one of our own projects, and found out that the sample wasn't working. So I made an attempt at getting it functional, and thought I'd share...

These samples only seem to cover Angular and React scenarios. We have Typescript with just jQuery apps. Using/rendering Blazor components with just jQuery is not demonstrated and is not obvious....

Hi there I was checking the code sample FileUpload and just realized that the ActionResult instance type is FileResult that currently is abstract. FileResult: https://docs.microsoft.com/en-us/dotnet/api/system.web.mvc.fileresult?view=aspnet-mvc-5.2 This needs to be updated...

I am looking at the JS component generation example at: https://github.com/aspnet/samples/tree/main/samples/aspnetcore/blazor/JSComponentGeneration and would like to run the [tasks](https://github.com/aspnet/samples/blob/main/samples/aspnetcore/blazor/JSComponentGeneration/JSComponentGeneration.Build/build/netstandard2.0/JSComponentGeneration.Build.targets) for an external DLL that contains blazor components. @MackinnonBuck 1. Can you...

In the `aspnet\WebApi\BasicAuthentication` project the web.config file references a local DB `aspnet-BasicAuthentication-20131121044235.mdf` It's not in the `App_Data `folder, or anywhere I've been able to find. I didn't notice any documentation...

Would be nice to have

It appears that the Binary Submit sample for Blazor is missing the JavaScript code that would make it work. When I run it, I get the error : > Error:...

Actually initialize all class members from the default constructor instead of creating a throw-away instance.