Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to start in backend programming, i'll aprecciate books and languages that a could use to start, maybe some ideas of how this work, what is the common outline of a project

What I have tried:

Some articles with many languages, the structure made with sql, how do you structure code?
Posted
Updated 9-Jul-22 20:03pm
Comments
Richard MacCutchan 30-Jun-22 3:42am    
This question is impossible to answer. You need to find some introductory sources on databases and languages like C #, VB.Net etc.
Member 15627495 30-Jun-22 5:29am    
you need to write features only processed in back-end.
Xml
data storage
Db use
Hard Drive management
Bulk
MVC

Those are few words you'll meet in every back-end resources.
Read about them.

The choice of languages to code, and system you handle is up to you. It's crowd and wide !

1 solution

It is much simpler to start with the procedural language of the DB rather than (first) trying to connect through C/Java/Php etc. and pass SQL statements to the DB.

I will recommend PostgreSql and its procedural language plpgsql.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900