Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Advice
0 votes
0 replies
49 views

I recently had to add some makeshift API endpoints to a Razor Pages app that I could call from any other page on the site using client-side JS. I found an article that achieved this by adding a new ...
vpreborn's user avatar
Best practices
0 votes
5 replies
94 views

My apologies if the title is not good. I am on a group project making a DND map that will let the player move around pieces on the board. It utilizes Jquery-UI for its draggable functions. Currently I ...
CsharpEvan's user avatar
-3 votes
0 answers
94 views

’m building a basic SQL database application in C# using ASP.NET Core, Entity Framework Core, SQLite, and Identity. Below are my notes and steps exactly as I’ve written them. I want to know if this ...
Code_Goblin's user avatar
-1 votes
2 answers
80 views

I have a view model that packages together a Genome model and a MatchString model: public class GenomeMatchingViewModel { public Genome MatchBase { get; set; } public MatchString ...
Christian Ortolf's user avatar
0 votes
0 answers
19 views

I am blind and use a screen reader with Visual Studio. The ASP.NET MVC convention dictates the existence of multiple view files named index. When I switch to an Index file in the editor, the screen ...
PermanentNovice's user avatar
0 votes
3 answers
76 views

I am using jquery.validation in an ASP.NET MVC form and would like to disable the submit button when jquery.validation passes and form actually submits. The validation triggers in the background (I am ...
tshunter105's user avatar
Advice
1 vote
7 replies
104 views

I need advice or an idea how this can be improved - what is the correct (or better) way to passing a large object? I have a page called Tracker.razor. This page was specifically only for grabbing data ...
ShockedCat's user avatar
0 votes
1 answer
77 views

I'm trying to implement an endpoint that bypasses the standard NTLM authentication in an ASP.NET MVC application running on .NET 4.8. I've tried to go down the route of just adding the [AllowAnonymous]...
user31939286's user avatar
1 vote
0 answers
29 views

I have an ASP.NET MVC 5 (running on .NET 4.8) application. Initially the app failed to start with: Could not find a part of the path '...\roslyn\csc.exe' This was caused by the Roslyn CodeDom ...
Atakan D.'s user avatar
0 votes
0 answers
53 views

I have an ASP.NET MVC 5 application (.NET Framework 4.7.2) running on IIS Express. I am getting the following exception when posting a form: System.Web.Mvc.HttpAntiForgeryException: the anti-forgery ...
Atakan D.'s user avatar
1 vote
1 answer
485 views

My ASP.NET MVC app is building fine still, but since moving to VS 2026 the intellisense is broken. When I hover over the "red squiggles", I get an error CS0103 message: the name 'model' ...
cavillac's user avatar
  • 1,321
0 votes
1 answer
57 views

I have a web application implementing Azure Search. It is also using interception to build filters for the search prior to execution. The path of execution is: controller calls search provider ...
Matt's user avatar
  • 1,196
0 votes
1 answer
85 views

I'm new to ASP.NET MVC and want to create a web-based recipe app. In this app, I want to read XML files from my computer or mobile. For that reason, I want to copy the file location into a text file ...
Kees Dapperens's user avatar
0 votes
1 answer
119 views

I have an ASP.NET MVC web application on .NET 4.6 that works just fine in one environment, but fails in the second, when all configurations are the same. Doing a bit of debugging showed that the ...
Sallew's user avatar
  • 3
0 votes
0 answers
59 views

I’m using ASP.NET (.NET Framework) and trying to display an equirectangular tiled panorama using Photo Sphere Viewer v5.14.1 with EquirectangularTilesAdapter. The page loads without syntax errors, but ...
Adi's user avatar
  • 27

15 30 50 per page
1
2 3 4 5
13376