close
Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
67 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
71 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
99 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
  • 187
Best practices
2 votes
2 replies
98 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
70 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
2 answers
104 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
153 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
113 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
  • 139
Best practices
2 votes
10 replies
178 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
  • 35
Advice
0 votes
1 replies
111 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
92 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
  • 535
1 vote
0 answers
112 views

I have a scenario where I need to return a value to the calling service before doing the actual execution. I have used HostingEnvironment.QueueBackgroundWorkItem() to keep the execution in background ...
user2164964's user avatar
0 votes
1 answer
98 views

When I display message from within a ajaxToolkit:ModalPopupExtender the ajaxToolkit:ModalPopupExtender closes after the message closes. How can I display ajaxToolkit:ModalPopupExtender and still ...
Yuppski's user avatar
  • 187
0 votes
1 answer
87 views

I have a webpage. I show a ajaxToolkit:ModalPopupExtender(MPE_Example_Panel_Like_Browser). I click a button on the ajaxToolkit:ModalPopupExtender(MPE_Example_Panel_Like_Browser) to then show another ...
Yuppski's user avatar
  • 187
1 vote
1 answer
137 views

The medication schedule: public int? UserId { get; set; } public User User { get; set; } = null!; public int? MedicationId { get; set; } public Medication Medication { get; set; } = null!; public ...
Mohamed Selmi's user avatar

15 30 50 per page
1
2 3 4 5
24867