Click here to Skip to main content
15,894,124 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.

 
AnswerRe: Refreshing my web dev skills PinPopular
DerekT-P24-Sep-18 0:33
professionalDerekT-P24-Sep-18 0:33 
GeneralRe: Refreshing my web dev skills Pin
F-ES Sitecore24-Sep-18 0:52
professionalF-ES Sitecore24-Sep-18 0:52 
GeneralRe: Refreshing my web dev skills Pin
DerekT-P24-Sep-18 8:32
professionalDerekT-P24-Sep-18 8:32 
GeneralRe: Refreshing my web dev skills Pin
TNCaver25-Sep-18 10:11
TNCaver25-Sep-18 10:11 
AnswerRe: Refreshing my web dev skills PinPopular
Marc Clifton24-Sep-18 1:58
mvaMarc Clifton24-Sep-18 1:58 
GeneralRe: Refreshing my web dev skills Pin
Jacquers24-Sep-18 23:53
Jacquers24-Sep-18 23:53 
QuestionRe: Refreshing my web dev skills Pin
Member 1189383725-Sep-18 4:49
Member 1189383725-Sep-18 4:49 
AnswerRe: Refreshing my web dev skills Pin
raddevus24-Sep-18 2:39
mvaraddevus24-Sep-18 2:39 
My answer will make me sound like a Microsoft FanBoy but I will go ahead and offer it and attempt to back it up.
Learn ASP.NET Core (.NET Core).
Here's why.
1. Visual Studio Community is (basically and almost entirely) free.
2. The .NET Core includes everything you need to create true Enterprise Apps
a.) VSTudio dev environment - wraps up build, minifying JS,
b.) There's an entire plan for developing web apps but it is still open.
c.) You can build ReactJS or AngularJS later on top of your ASP.NET MVC site anyways (if you decide to go that way later
d.) Microsoft wraps up the basics you will most certainly use : C# (for backend), HTML created via generator (Razor), Asynchronous support (AJAX but better), jQuery is there, Bootstrap is there
e.) It is very modular -- only add what you need for your web app (everything is added via Dependency Injection of services)
f.) You get the package management (Nuget) to add custom things you need.

It's all wrapped up nicely and will get you there with solid patterns.
To get more detail read Dino Esposito's book, Programming ASP.NET Core, Programming ASP.NET Core[^]
or start with my intro article here on CP which will provide an intro and overview of more details why I think Microsoft is going to win in this area:
ASP.NET Core : Building Enterprise Solutions (Intro & Chpt 1 of N)[^]
AnswerRe: Refreshing my web dev skills Pin
kmoorevs24-Sep-18 3:56
kmoorevs24-Sep-18 3:56 
AnswerRe: Refreshing my web dev skills Pin
Bruce Patin25-Sep-18 5:04
Bruce Patin25-Sep-18 5:04 
AnswerRe: Refreshing my web dev skills Pin
Gerry Schmitz25-Sep-18 6:30
mveGerry Schmitz25-Sep-18 6:30 
AnswerRe: Refreshing my web dev skills Pin
MSBassSinger25-Sep-18 7:30
professionalMSBassSinger25-Sep-18 7:30 
AnswerRe: Refreshing my web dev skills Pin
Steve Naidamast25-Sep-18 8:23
professionalSteve Naidamast25-Sep-18 8:23 
RantBad Ideas In Security: Paste Frustration PinPopular
raddevus23-Sep-18 12:18
mvaraddevus23-Sep-18 12:18 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
Mycroft Holmes23-Sep-18 12:36
professionalMycroft Holmes23-Sep-18 12:36 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
raddevus23-Sep-18 12:56
mvaraddevus23-Sep-18 12:56 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
Mycroft Holmes23-Sep-18 15:49
professionalMycroft Holmes23-Sep-18 15:49 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
raddevus23-Sep-18 18:00
mvaraddevus23-Sep-18 18:00 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
Dave Kreskowiak23-Sep-18 13:45
mveDave Kreskowiak23-Sep-18 13:45 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
raddevus23-Sep-18 17:53
mvaraddevus23-Sep-18 17:53 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
Nelek23-Sep-18 23:57
protectorNelek23-Sep-18 23:57 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
raddevus24-Sep-18 1:49
mvaraddevus24-Sep-18 1:49 
GeneralRe: Bad Ideas In Security: Paste Frustration PinPopular
Rajesh R Subramanian23-Sep-18 19:23
professionalRajesh R Subramanian23-Sep-18 19:23 
GeneralRe: Bad Ideas In Security: Paste Frustration Pin
dan!sh 23-Sep-18 19:49
professional dan!sh 23-Sep-18 19:49 
GeneralOnly because you asked Pin
Rajesh R Subramanian23-Sep-18 20:28
professionalRajesh R Subramanian23-Sep-18 20:28 

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.