Tagged Questions
1
vote
2answers
42 views
how to link multiple comments to a request in a database?
So I am developing this request management system web app in ASP.net, C#, SQL server and am currently designing the database. My question is that, I want a request to have multiple comments from ...
1
vote
3answers
261 views
DB Schema Organization
I'm currently in the planning phase of building a scheduling web app (for volunteer staffing of events), and I've got a question for those with more experience.
Background:
There's a calendar of ...
0
votes
1answer
95 views
Database table relationships: Always also relate to specified value (Linq to SQL in .NET Framework)
I really can not describe my question better in the title. If anyone has suggestions: Please tell!
I use the Linq to SQL framework in .NET. I ran into something which could be easily solved if the ...