Click here to Skip to main content
15,914,419 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
#realJSOP6-Dec-16 5:12
professional#realJSOP6-Dec-16 5:12 
GeneralRe: VB 2015 or C# 6 Pin
Marc Clifton5-Dec-16 14:22
mvaMarc Clifton5-Dec-16 14:22 
GeneralRe: VB 2015 or C# 6 Pin
#realJSOP6-Dec-16 5:12
professional#realJSOP6-Dec-16 5:12 
GeneralRe: VB 2015 or C# 6 Pin
PauloJuanShirt5-Dec-16 3:54
PauloJuanShirt5-Dec-16 3:54 
GeneralRe: VB 2015 or C# 6 Pin
User 101325465-Dec-16 3:57
User 101325465-Dec-16 3:57 
GeneralRe: VB 2015 or C# 6 Pin
W Balboos, GHB5-Dec-16 4:08
W Balboos, GHB5-Dec-16 4:08 
GeneralRe: VB 2015 or C# 6 Pin
den2k885-Dec-16 4:11
professionalden2k885-Dec-16 4:11 
GeneralRe: VB 2015 or C# 6 Pin
Ryan Peden5-Dec-16 4:16
professionalRyan Peden5-Dec-16 4:16 
If you're looking to use ASP.Net Core, it's worth remembering that .NET Core doesn't yet support Visual Basic.

If you'll be running on Windows using the full CLR and .NET Framework, you could still write most of your app logic in VB if you want to - your ASP.NET web app would be in C#, but you could have a separate VB project that you reference from your web app.

Of course, even that isn't so simple right now. In VS2015, if you add a regular .NET class library project to a solution that already contains an ASP.NET core application, you can't just add a reference to the class library project from the ASP.NET Core project. You'll have to build the class library first and reference the .dll.

That restriction will probably be gone in VS2017. .NET Core projects will be switching back to using .csproj instead of project.json. The VS2015 .NET Core tooling doesn't currently support that, but VS2017 RC does.
GeneralRe: VB 2015 or C# 6 Pin
xiecsuk5-Dec-16 4:47
xiecsuk5-Dec-16 4:47 
GeneralRe: VB 2015 or C# 6 Pin
Ryan Peden5-Dec-16 5:00
professionalRyan Peden5-Dec-16 5:00 
GeneralRe: VB 2015 or C# 6 Pin
Robert g Blair6-Dec-16 11:37
Robert g Blair6-Dec-16 11:37 
GeneralRe: VB 2015 or C# 6 Pin
PeejayAdams5-Dec-16 4:25
PeejayAdams5-Dec-16 4:25 
GeneralRe: VB 2015 or C# 6 Pin
kmoorevs5-Dec-16 4:30
kmoorevs5-Dec-16 4:30 
GeneralRe: VB 2015 or C# 6 Pin
TheGreatAndPowerfulOz5-Dec-16 5:06
TheGreatAndPowerfulOz5-Dec-16 5:06 
GeneralRe: VB 2015 or C# 6 Pin
Mark_Wallace5-Dec-16 5:24
Mark_Wallace5-Dec-16 5:24 
GeneralRe: VB 2015 or C# 6 Pin
xiecsuk5-Dec-16 5:40
xiecsuk5-Dec-16 5:40 
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 
GeneralRe: VB 2015 or C# 6 - Virtue Signalling Pin
Robert g Blair6-Dec-16 11:29
Robert g Blair6-Dec-16 11:29 

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.