I feel comfortable making basic apps (calculators, word puzzles, info apps, etc). However, I want to be able to control content from the backend vs needing to update the app itself for new content. No C# or Windows Development books I own talk about this. Im looking for a scenario where I have a database of cars (just an example) and if Ford makes a new model I just add it to my back end database and the next time the user opens the app (with data connection) the new Ford would be under the all Ford vehicles page.