I am just starting to model the data for a new C# project, which must be persistable. Looks like the most natural OO model will have lots of nested .Net generics. Lists of objects, and these objects
We are attempting to built the Document Library (File Management) as apart of our core 开发者_如何学运维apps. It starts with simple one obviously.
Here\'s my problem: I\'m about to design and implement quite a big sales module on top of an existing business (web) application. What I need is basically this - a complete e-commerce layer without th
I want to come up with a generic schema (if possible) to use for a number of different events that I am managing.These events can be weddings, birthday parties, etc.
Getting data into and out of SQL tables with C# I built a C# app that puts data into a SQL table. I am currently using the SqlConnection class in .net.
I am trying to decide whether to create a global view table or 1 for each section. for example, Lets say I have products, categories and pages.
I\'ve a problem which i开发者_StackOverflow中文版s giving me some hard time trying to figure it out the ideal solution and, to better explain it, I\'m going to expose my scenario here.
I\'m creating a forum app in php and have a question regarding database design: I can get all the posts for a specific topic.All the posts have an auto_increment identity column as well as a timestam
Here\'s another one I\'ve been thinking about lately. We have concluded in earlier discussions : \'natural primary keys are bad, artificial p开发者_开发百科rimary keys are good.\'
Should dates for a temporal database stored in one开发者_StackOverflow or 2 tables ? If one doesn\'t this violate normalisation ?