Jun 28, 2006 #1 J Jedhi Centurion Joined Oct 2, 2003 Messages 127 I want to make an application that can put some data into a SQL server, and where I can retrieve the data again. My problem is just what kind of project to use ASP .NET Application ASP .NET Service or Windows Service ?
I want to make an application that can put some data into a SQL server, and where I can retrieve the data again. My problem is just what kind of project to use ASP .NET Application ASP .NET Service or Windows Service ?
Jun 28, 2006 #2 A Arch4ngel Senior Contributor Joined Mar 22, 2004 Messages 940 Location Montreal, QC Okay... if your "application" is a website... I say ASP.NET Application. If you want a normal window... I say Form. But after that... you can choose if you are going with VB.NET or C#. You also might want to take a look at the System.Data.SqlClient namespace. Much needed for what you want to do. But.. obviously... you didn't gave us that much info to help you and this is what we can tell you for what we had.
Okay... if your "application" is a website... I say ASP.NET Application. If you want a normal window... I say Form. But after that... you can choose if you are going with VB.NET or C#. You also might want to take a look at the System.Data.SqlClient namespace. Much needed for what you want to do. But.. obviously... you didn't gave us that much info to help you and this is what we can tell you for what we had.