python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Where can I find the aspnetcore Identity UI tests
I have made some minor changes to the downloaded Identity scaffolding UI razor page. I would like to include test for my changes.
Where can I find the Asp.Net Core Razor Identity UI XUnit/NUnit tests...

Phil Huhn
Votes: 0
Answers: 0
How to insert a large image into an SQL database
If I insert a small image, for example 1-2 kb, then it is successful, if I select an image of 70 kb or any other large one, then I always have an error.
I have tried both the stored procedure and dire...
Stauron
Votes: 0
Answers: 0
ParserError when returning PartialView from MVC controller route with Bound Prefix
First time posting here, but I have exhausted every google permutation I can think of.
Unfortunately, I am working with a view that needs to have multiple partial views loaded at the same time, that a...

Trenton Blackburn
Votes: 0
Answers: 0
RazorViewEngine in console app cannot find View
I have the following
dotnet core 6 console app
dotnet core 6 Razor Class Libary (with .cshtml)
I'm doing a View Engine RenderAsync() that works just fine in web api.
When running in a console app ca...

SilentTremor
Votes: 0
Answers: 1