Search Results

5
votes

What is your favorite visual studio plugin?

RockScroll …
3
votes

Xml or Sqlite, When to drop Xml for a Database?

XML is best used as an interchange format when you need to move data from your application to somewhere else or share information between applications. A database should be the preferred method of …