Tagged Questions
4
votes
1answer
200 views
Using heavyweight ORM implementation for light based games
I'm just about to engulf myself in an MVC-based/Component architecture in C#, using MySQL's connector/Net for the data storage, and probably some NHibernate/FluentNHibernate Object-relational-mapping ...
10
votes
4answers
2k views
How to choose how to store data?
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
- Chinese Proverb
I could ask what kind of data storage I should use for my actual project, ...
16
votes
6answers
2k views
Would it be better to use XML/JSON/Text or a database to store game content?
I'm considering how to implement a component-based game, as that seems to be the hot thing and I like the idea of such a flexible design. One of the features of such a design is that adding new ...