Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
591 views

Rules Engine (Approach/Pattern/Framework) for applying filter queries to data

I've inherited a somewhat complicated data-model in a SQL Database that I'll soon have an opportunity (read: nececssity) to overhaul. The data-model represents a Product catalog. So there's a table of ...
Eoin Campbell's user avatar
1 vote
1 answer
652 views

What architecture should I use to create an "events" application in .NET?

I'm fairly new to C# and .NET as a whole and I want to create an application, I have strong experience in Java, Hibernate and using MVC frameworks like Spring. I want to create an application that ...
sham's user avatar
  • 157