C# Linq to SQL connection string (newbie)
- by Chris'o
i am a new linq to sql learner and this is my very first attempt to create a data viewer program. The idea is simple, i'd like to create a software that is able to view content of a table in a database. That's it.
I got an early problem here already and i have seen many tutes and articles online but I still cant fix the bug.
Here is my code:
…