Hi can someone point me in the right direction.
I am trying to understand .NET core.
What is the reason it is used?
From what I understand is you essentially use this because of the libraries/tools provided.
I dont understand what this is? When coding, how can these libraries be used?
I understand the benefits of it having its own compiler and being able to be run on different OS. I just dont understand how I can use it for it to be beneficial.
For example,
I am trying to make a console application and connect it to a SQLite database. How would .NET core be used and help?
Please point me in the right direction. Thank you