Desktop Application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Desktop Application

I have made a data entry form with Visual Studio 2015 through C# and MS Access 2007 database. How can I use it as desktop application. I want to distribute it to my followers who has no net or LAN connection.

29th Apr 2017, 6:19 PM
Shovan Lal Saha
Shovan Lal Saha - avatar
1 Answer
+ 2
if you are interested in using VS 2015, i personally recommend you learn LINQ.. you can install a localDB and instead of using MS Acess, you use SQL Express. Life wold be suo much easier. I am sure you ahve used oledb and a connection strings for your project. LINQ in my opinion is by far better than what you really have done
30th Apr 2017, 9:07 AM
Krishneel Nair
Krishneel Nair - avatar