Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
29 views

I'm trying to refactor the authorization layer in my ASP.NET Core Web API project to remove any hard coded strings in policies. For roles, I used an enum, and for policies I used a flat static class, ...
Nandan Bhowmick's user avatar
-3 votes
0 answers
102 views

I have an issue with a site I'm building. My site uses IIS and my domain is through GoDaddy. My site features geolocation and Azure Maps to track the vehicle's positions, as well as asset location ...
melanie brand's user avatar
Advice
0 votes
4 replies
87 views

I have made a customized deployment pipeline, for a legacy ASP.net web forms app, where I utilize Web deploy + S3 and SQS Services from Amazon. I have written a script in Powershell that moves the ...
Ahmed Dolabi's user avatar
Advice
0 votes
7 replies
135 views

When creating or opening an ASP.NET Core MVC web project using .NET 6 and .NET 10, I encounter a frustrating error. In Visual Studio Community, when I click to run, the following error appears: ...
Vanderson Freitas's user avatar
2 votes
2 answers
87 views

public void VirtualEntityDeleted(object sender, VirtualEntityChangedEventArgs e) { if ((_DocumentEntity.ID > 0 && _AddedRows != null && _AddedRows.Any(a => a.Key == e....
Roshan Kadel's user avatar
Best practices
0 votes
4 replies
89 views

I've started pet-project recently and created generic RedisService to use for caching, but I found problem that redis isn't good way to storing anomyous user data, if he revisists the webapp for like ...
FoolCode's user avatar
-5 votes
0 answers
102 views

I have found some code from here that displays the confetti effect on a web page but will run on the page loads. I'd like to: Not start the confetti when the page loads. Start the confetti on a ...
Yuppski's user avatar
Best practices
2 votes
2 replies
109 views

So I’m a second year student doing IT in applications development and we were given a project of our own choosing , the issue is we’ve never used any kind of language to build a full working website(...
Athabile Banzi's user avatar
Advice
0 votes
2 replies
78 views

Is learning ASP.NET through paid courses in 2026 still beneficial? With modern web technologies growing fast, I’m confused whether investing time and money in ASP.NET development is still a smart ...
Satvik Gupta's user avatar
-2 votes
3 answers
166 views

Is there any way to tell ASP.NET Core Web API to handle a request in a separate thread? Actually multi-threading yes, per request one thread. I do have a problem with deserializing incoming requests. ...
Khamis Abuelkomboz's user avatar
Advice
1 vote
9 replies
165 views

I am developing an application using ASP.NET and I want to improve UI performance when sending and receiving API data. Which approach is best for getting faster API request and response handling in ...
Maulik Jamod's user avatar
2 votes
1 answer
115 views

I'm using inline expression builder in ASP.NET like this: <asp:Label ID="Label1" runat="server" Text="<%$ Resources: Labels, MyText %>" /> But I would like ...
Pyrus's user avatar
Best practices
2 votes
10 replies
183 views

I’m building a REST API in ASP.NET Core. Many endpoints follow the same pattern: Load a workspace Include members and users Check if current user belongs to workspace Return 404 / 403 accordingly ...
dinikai's user avatar
Advice
0 votes
1 replies
113 views

I'm looking for ways to automatically display class diagrams (display relationships between classes/program components) in a small .NET Razor Pages project with Entity Framework data access. I'm using ...
Julia Sylenok's user avatar
3 votes
0 answers
100 views

I am troubleshooting a 502 Bad Gateway issue involving Cloudflare, IIS 10, ASP.NET / Sitefinity, and a custom SSO redirect flow. The issue happens when an unauthenticated user requests protected ...
hnnnng's user avatar

15 30 50 per page
1
2 3 4 5
…
24865