Click here to Skip to main content
15,892,005 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: VB 2015 or C# 6 Pin
Jon McKee5-Dec-16 7:09
professionalJon McKee5-Dec-16 7:09 
GeneralRe: VB 2015 or C# 6 Pin
Mycroft Holmes5-Dec-16 13:40
professionalMycroft Holmes5-Dec-16 13:40 
GeneralRe: VB 2015 or C# 6 Pin
Roger1656-Dec-16 4:40
Roger1656-Dec-16 4:40 
GeneralRe: VB 2015 or C# 6 Pin
DumpsterJuice6-Dec-16 4:40
DumpsterJuice6-Dec-16 4:40 
GeneralRe: VB 2015 or C# 6 Pin
KC@CahabaGBA6-Dec-16 8:02
KC@CahabaGBA6-Dec-16 8:02 
GeneralRe: VB 2015 or C# 6 Pin
Chuck O'Halloran6-Dec-16 8:10
professionalChuck O'Halloran6-Dec-16 8:10 
GeneralRe: VB 2015 or C# 6 Pin
Gerry Schmitz6-Dec-16 8:33
mveGerry Schmitz6-Dec-16 8:33 
GeneralRe: VB 2015 or C# 6 Pin
Member 118045486-Dec-16 9:56
Member 118045486-Dec-16 9:56 
As someone with almost the exact background - although I started with Basic on the BBC Micro, and my money earning language back in the day was Fortran.

Last year I also started work on building a website with an SQL db, and decided to use ASP.Net. I have done a fair bit of work in MS Access using Visual Basic, and needed to take aspects of that db online. I now have an Access db auto syncing with an online ASP.net app.

I learned by following a few tutorials in MVC VB, and started working in VB, but most of the StackOverflow examples are in C#, so changed to C# and don't regret it.

The Contoso university tutorials are a great place to start: Getting Started with Entity Framework 6 Code First using MVC 5 | The ASP.NET Site[^] . I created my first app by copying that. I still use it as a reminder to set up the start conditions for a new development.

The fact of the matter, in my experience, is that fundamentally all languages use the same building blocks of variables, loops, conditionals etc. The real issue is learning the new way of writing them.

The MVC environment was new to me, and that was where working through the tutorials had the most impact on my learning curve.

I have now developed several ASP.net MVC apps. I have to admit that mine probably isn't the prettiest code - I know this when I look back at the earlier stuff I wrote and faint - but it works.

I still have trouble writing complex Lambda expressions for accessing SQL, but C# has the option of almost SQL like expressions so use that method instead.

I also had problems with Code First getting out of step when updating a live DB, probably because I didn't really understand how it was working, but as I have a fair bit of SQL, I now create the db first and link the MVC to it. That way I don't stuff up a live client db again when I update it!

And as someone who first developed programs using a teletype and punched paper tape for I/O, and had to set switches on the front panel of an Elliot 803 to get it to load, Visual Studio is a bit of a leap forward!
GeneralRe: VB 2015 or C# 6 - Virtue Signalling Pin
Robert g Blair6-Dec-16 11:29
Robert g Blair6-Dec-16 11:29 
GeneralRe: VB 2015 or C# 6 Pin
Steve Ellwood6-Dec-16 23:09
Steve Ellwood6-Dec-16 23:09 
GeneralRe: VB 2015 or C# 6 Pin
Stuart Dootson7-Dec-16 12:14
professionalStuart Dootson7-Dec-16 12:14 
GeneralRe: VB 2015 or C# 6 Pin
xiecsuk7-Dec-16 21:38
xiecsuk7-Dec-16 21:38 
GeneralFor the Trekkies Pin
CDP18025-Dec-16 2:12
CDP18025-Dec-16 2:12 
GeneralRe: For the Trekkies Pin
dandy725-Dec-16 3:24
dandy725-Dec-16 3:24 
GeneralRe: For the Trekkies Pin
lopatir5-Dec-16 3:29
lopatir5-Dec-16 3:29 
GeneralRe: For the Trekkies Pin
dandy725-Dec-16 3:34
dandy725-Dec-16 3:34 
GeneralRe: For the Trekkies Pin
lopatir5-Dec-16 3:38
lopatir5-Dec-16 3:38 
GeneralRe: For the Trekkies Pin
Richard Deeming5-Dec-16 3:45
mveRichard Deeming5-Dec-16 3:45 
GeneralRe: For the Trekkies Pin
OriginalGriff5-Dec-16 3:55
mveOriginalGriff5-Dec-16 3:55 
PraiseRe: For the Trekkies Pin
TheGreatAndPowerfulOz5-Dec-16 5:07
TheGreatAndPowerfulOz5-Dec-16 5:07 
GeneralRe: For the Trekkies Pin
Mark_Wallace5-Dec-16 7:32
Mark_Wallace5-Dec-16 7:32 
GeneralCCC 05/12/16 Pin
PeejayAdams4-Dec-16 23:20
PeejayAdams4-Dec-16 23:20 
GeneralRe: CCC 05/12/16 Pin
OriginalGriff4-Dec-16 23:47
mveOriginalGriff4-Dec-16 23:47 
GeneralRe: CCC 05/12/16 - SOLVED Pin
PeejayAdams4-Dec-16 23:55
PeejayAdams4-Dec-16 23:55 
GeneralRe: CCC 05/12/16 - SOLVED Pin
OriginalGriff5-Dec-16 0:08
mveOriginalGriff5-Dec-16 0:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.