I have just started learning Umbraco. I am a backend-developer (PHP) for many years now.
I am learning Umbraco and working in version 7.1.6. I work in .Net using C# syntax.
So far i feel confident about document-types, templates macro etc.
Hover i am working on a solution where i would like to add some values, to a custom table in the database.
I have no idea how to create tables, or if I even should (perhaps there is another way/method in .NET)?
In specifik, i want a database to store these values:
id (int - is it possible to auto increment this value?)
tokenID (string)
Name (string)
amount(int)
Also i need an operation/function to set and get these values from the table.
Any help to pointing me in the right direction is much appreciated.
Perhaps you can help me if you know a good tutorial to follow.
Thx.