From: John on 27 Feb 2010 01:38 Hi Is it possible to develop sql server db winform apps using visual basic express? Thanks Regards
From: Cor Ligthert[MVP] on 27 Feb 2010 02:41 Yes, The easiest way, have a look to SQL to Linq success Cor "John" <info(a)nospam.infovis.co.uk> wrote in message news:OV8Ezd3tKHA.4908(a)TK2MSFTNGP06.phx.gbl... > Hi > > Is it possible to develop sql server db winform apps using visual basic > express? > > Thanks > > Regards >
From: John on 27 Feb 2010 17:12 Thanks. Isn't Linq to SQL killed by MS? http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx "Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> wrote in message news:e9LoGB4tKHA.732(a)TK2MSFTNGP06.phx.gbl... > Yes, > > The easiest way, have a look to SQL to Linq > > success > > Cor > > "John" <info(a)nospam.infovis.co.uk> wrote in message > news:OV8Ezd3tKHA.4908(a)TK2MSFTNGP06.phx.gbl... >> Hi >> >> Is it possible to develop sql server db winform apps using visual basic >> express? >> >> Thanks >> >> Regards >>
From: Cor Ligthert[MVP] on 28 Feb 2010 02:53 Linq to SQL is one of the main features in Visual Studio 2008 and will be in 2010. For Visual Basic it has even now the powerful lambda expressions as well which are very useful with databases where relations are correct used. Success "John" <info(a)nospam.infovis.co.uk> wrote in message news:OCtwmn$tKHA.5936(a)TK2MSFTNGP04.phx.gbl... > Thanks. > > Isn't Linq to SQL killed by MS? > http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx > > "Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> wrote in message > news:e9LoGB4tKHA.732(a)TK2MSFTNGP06.phx.gbl... >> Yes, >> >> The easiest way, have a look to SQL to Linq >> >> success >> >> Cor >> >> "John" <info(a)nospam.infovis.co.uk> wrote in message >> news:OV8Ezd3tKHA.4908(a)TK2MSFTNGP06.phx.gbl... >>> Hi >>> >>> Is it possible to develop sql server db winform apps using visual basic >>> express? >>> >>> Thanks >>> >>> Regards >>> > >
From: Göran Andersson on 2 Mar 2010 03:38 John wrote: > Isn't Linq to SQL killed by MS? > http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx Well, not really killed, but not well fed either. Most of the energy will go into the Entity Framework, so even if LINQ to SQL lives on in it's current form there will not be much further development. -- G�ran Andersson _____ http://www.guffa.com
|
Pages: 1 Prev: What is the best way to approach this? Next: User defined events |