Hey!
What i am looking for is help on how to work with databases in c#. I have basic knowledge of C# and a pretty good working knowledge of SQL. But I have never learned how to use them together. Can someone point me to a tutorial or something similar from which i may understand how both of them work?
The reason is that I want to write a small software which records data in a small database of its own, and then issues various select statements and uses the results for various calculations. Most of the links i came up with require a SQL server, but i want my software to run regardless of a server.
Thanks for reading this long ;)