From paul.hartland at googlemail.com Mon Jul 20 08:31:05 2020 From: paul.hartland at googlemail.com (Paul Hartland) Date: Mon, 20 Jul 2020 14:31:05 +0100 Subject: [dba-VS] ASP.net & C# Message-ID: To all, At long last I am going to give myself a kick and teach myself asp.net & c#, I have a web project in mind and will be using sql as the database, when I have it how I want it, csn I just subscribe to a webhost, throw a copy of my database on there, change the connection strings for the webhost and publish the asp.net & c# code or is it advisable to get a webhost first and create my database there then use visual studio and connect to the webhost sql server. Thanks in advance for any help on this. Paul From gustav at cactus.dk Mon Jul 20 08:37:48 2020 From: gustav at cactus.dk (Gustav Brock) Date: Mon, 20 Jul 2020 13:37:48 +0000 Subject: [dba-VS] ASP.net & C# Message-ID: Hi Paul You can use a local install. If you use Visual Studio, I believe it by default installs an instance of the tiny LocacDB edition of SQL Server especially for development purposes. /gustav -----Oprindelig meddelelse----- Fra: dba-VS P? vegne af Paul Hartland via dba-VS Sendt: 20. juli 2020 15:31 Til: Development in Visual Studio Cc: Paul Hartland Emne: [dba-VS] ASP.net & C# To all, At long last I am going to give myself a kick and teach myself asp.net & c#, I have a web project in mind and will be using sql as the database, when I have it how I want it, csn I just subscribe to a webhost, throw a copy of my database on there, change the connection strings for the webhost and publish the asp.net & c# code or is it advisable to get a webhost first and create my database there then use visual studio and connect to the webhost sql server. Thanks in advance for any help on this. Paul From paul.hartland at googlemail.com Mon Jul 20 09:11:24 2020 From: paul.hartland at googlemail.com (Paul Hartland) Date: Mon, 20 Jul 2020 15:11:24 +0100 Subject: [dba-VS] ASP.net & C# In-Reply-To: References: Message-ID: Thanks Gustav. Paul On Mon, 20 Jul 2020, 14:38 Gustav Brock via dba-VS, < dba-vs at databaseadvisors.com> wrote: > Hi Paul > > You can use a local install. If you use Visual Studio, I believe it by > default installs an instance of the tiny LocacDB edition of SQL Server > especially for development purposes. > > /gustav > > -----Oprindelig meddelelse----- > Fra: dba-VS P? vegne af Paul > Hartland via dba-VS > Sendt: 20. juli 2020 15:31 > Til: Development in Visual Studio > Cc: Paul Hartland > Emne: [dba-VS] ASP.net & C# > > To all, > > At long last I am going to give myself a kick and teach myself asp.net & > c#, I have a web project in mind and will be using sql as the database, > when I have it how I want it, csn I just subscribe to a webhost, throw a > copy of my database on there, change the connection strings for the webhost > and publish the asp.net & c# code or is it advisable to get a webhost > first and create my database there then use visual studio and connect to > the webhost sql server. > > Thanks in advance for any help on this. > > Paul > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com > From stuart at lexacorp.com.pg Mon Jul 20 09:42:47 2020 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Tue, 21 Jul 2020 00:42:47 +1000 Subject: [dba-VS] ASP.net & C# In-Reply-To: References: Message-ID: <5F15AD67.24585.BF0C56F@stuart.lexacorp.com.pg> Any reason for lerning asp.net/ c# ndSQL Server rather than PHP, Apche and mySQL? About 80% of websites with serverside programming use the latter Apche and mySQL hosting is almost invariably a lot cheaper than Windows and SQL Server hosting. Personally I found PHP/mySQL easy to pick up It's much simpler than learning c# and asp.net Whichever, I would suggest doing all of the development locally nd migrating to a web host when you areready. On 20 Jul 2020 at 14:31, Paul Hartland via dba-VS wrote: > To all, > > At long last I am going to give myself a kick and teach myself asp.net > & c#, I have a web project in mind and will be using sql as the > database, when I have it how I want it, csn I just subscribe to a > webhost, throw a copy of my database on there, change the connection > strings for the webhost and publish the asp.net & c# code or is it > advisable to get a webhost first and create my database there then use > visual studio and connect to the webhost sql server. > > Thanks in advance for any help on this. > > Paul > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com > From paul.hartland at googlemail.com Mon Jul 20 09:45:42 2020 From: paul.hartland at googlemail.com (Paul Hartland) Date: Mon, 20 Jul 2020 15:45:42 +0100 Subject: [dba-VS] ASP.net & C# In-Reply-To: <5F15AD67.24585.BF0C56F@stuart.lexacorp.com.pg> References: <5F15AD67.24585.BF0C56F@stuart.lexacorp.com.pg> Message-ID: Just the company I work for use it, so thought I would start with that, but I will be looking at php and mysql also. Paul On Mon, 20 Jul 2020, 15:44 Stuart McLachlan, wrote: > Any reason for lerning asp.net/ c# ndSQL Server rather than PHP, Apche > and mySQL? > > About 80% of websites with serverside programming use the latter > > Apche and mySQL hosting is almost invariably a lot cheaper than Windows > and SQL Server > hosting. > > Personally I found PHP/mySQL easy to pick up It's much simpler than > learning c# and > asp.net > > Whichever, I would suggest doing all of the development locally nd > migrating to a web host > when you areready. > > > On 20 Jul 2020 at 14:31, Paul Hartland via dba-VS wrote: > > > To all, > > > > At long last I am going to give myself a kick and teach myself asp.net > > & c#, I have a web project in mind and will be using sql as the > > database, when I have it how I want it, csn I just subscribe to a > > webhost, throw a copy of my database on there, change the connection > > strings for the webhost and publish the asp.net & c# code or is it > > advisable to get a webhost first and create my database there then use > > visual studio and connect to the webhost sql server. > > > > Thanks in advance for any help on this. > > > > Paul > > _______________________________________________ > > dba-VS mailing list > > dba-VS at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/dba-vs > > http://www.databaseadvisors.com > > > > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com >