Skip to main content

Questions tagged [dynamic-data]

0 votes
1 answer
1k views

I have to create a reporting system based on hundreds of different tables in a database (which means a huge volume) and I'd like to know the best practices and/or your wild ideas about it. Here are ...
Angi Balazs's user avatar
14 votes
4 answers
20k views

I'm a self-taught, novice-ish coder, so I apologize if I don't nail the programmer lingo. I'm working on a project in which I am providing data, which will be continually updated, to developers who ...
Tom's user avatar
  • 291
0 votes
1 answer
2k views

We've a project that has some tables are defined and some will be generated runtime, means dynamic and no pre-defined structure. We generally use Entity Framework to communicate to the database(in ...
Ruchir Shah's user avatar
1 vote
2 answers
2k views

I know that there are plenty answers to this question on stackoverflow, but I can´t find one that give me an answer that can help me to solve a question that came out after read a lot of Javascript, ...
dgnF's user avatar
  • 13
1 vote
1 answer
4k views

Context: I am making a learning project in XNA. What I would like to be able to do is allow the game to be moddable by allowing the users to place arbitrary values into a JSON data file which is read ...
Kyle Baran's user avatar
1 vote
1 answer
3k views

I did my homework, and it says that dynamic data structures are "data structures that change in size as a program needs it to by allocating and de-allocating memory from the heap". So I was wondering,...
Zerium's user avatar
  • 433
1 vote
1 answer
574 views

I have an embedded device running a slimmed down version of a HTTP server. Currently, it can display static HTML pages. Here is an example of how it displays a static HTML page: char *text="HTTP/1.0 ...
alexb's user avatar
  • 153
3 votes
4 answers
1k views

Yesterday, I came across Nextag which is a website for comparing prices of various products from different retailers. Is this site automated? Can the process of data pulling from various sites can ...
Pankaj Upadhyay's user avatar