© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
54 replies
Bunta Fujiwara (文太)

❔ C# Database Query Optimization [Dapper & ReactJS]

I am currently working on a C# .NET app with React and I have a table of products in an overview page. I want the administrators to be able to just click and edit various entries in the table without being forced to re-use the Add Form. I want this to reduce the number of calls to the Database (because I'm obsessed with performance since I usually write C++). Now the problem with the table editing method is that I will require a State Pattern or a way to manage Session States, I've also just read that caching data is considered bad for web applications. How should I go about this?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

Not a C# question. ReactJs
C#CC# / help
2y ago
Dapper to c# decimal conversion fail
C#CC# / help
4mo ago
Delete Query Not Executing via Dapper
C#CC# / help
3y ago
❔ Dapper
C#CC# / help
3y ago