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

 
Generalworldle 426 4/6 Pin
jmaida23-Mar-23 10:34
jmaida23-Mar-23 10:34 
QuestionPaths to learn Web Application development ? Pin
Maximilien23-Mar-23 6:50
Maximilien23-Mar-23 6:50 
AnswerRe: Paths to learn Web Application development ? Pin
raddevus23-Mar-23 7:33
mvaraddevus23-Mar-23 7:33 
AnswerRe: Paths to learn Web Application development ? Pin
Amarnath S23-Mar-23 7:47
professionalAmarnath S23-Mar-23 7:47 
AnswerRe: Paths to learn Web Application development ? Pin
Gerry Schmitz23-Mar-23 8:23
mveGerry Schmitz23-Mar-23 8:23 
AnswerRe: Paths to learn Web Application development ? Pin
megaadam23-Mar-23 9:10
professionalmegaadam23-Mar-23 9:10 
AnswerRe: Paths to learn Web Application development ? Pin
peterkmx23-Mar-23 11:22
professionalpeterkmx23-Mar-23 11:22 
AnswerRe: Paths to learn Web Application development ? Pin
Sander Rossel23-Mar-23 23:15
professionalSander Rossel23-Mar-23 23:15 
What I did, after coming from WinForms, was start a new ASP.NET Web Application, either Razor or MVC will do.
It will gave you a working basic application with some HTML and CSS and some back-end C# code.
It's fairly basic, but you can copy-paste your pages or controllers and add new pages.
It made sense to me and you'll be able to build web applications fairly quickly, even without fully understanding it.
After that I applied for a job as web developer and was up to speed in a week (or maybe I applied first and worked it out later, can't remember).
You can work out how the back-end and front-end interact from there, find tutorials, etc.
You'll be able to search for the specific questions you have and you can move to completely decoupling your back-end and front-end if you want.
Forget about front-end frameworks like React, Angular and Vue for now, you can learn those when you grasp the basics.
Database is no different for web than it is for any other application, you can still use Entity Framework, basic ADO.NET or any other ORM you like.

Starting from the bottom is boring and probably way too easy for someone who is already a programmer.
Of course we all learn differently, but starting with <p>This is a paragraph</p> didn't work for me.

AnswerRe: Paths to learn Web Application development ? Pin
Clumpco23-Mar-23 23:23
Clumpco23-Mar-23 23:23 
GeneralRe: Paths to learn Web Application development ? Pin
Maximilien25-Mar-23 1:15
Maximilien25-Mar-23 1:15 
AnswerRe: Paths to learn Web Application development ? Pin
Cpichols24-Mar-23 2:15
Cpichols24-Mar-23 2:15 
AnswerRe: The answer. Pin
Jeremy Falcon24-Mar-23 4:50
professionalJeremy Falcon24-Mar-23 4:50 
GeneralRe: The answer. Pin
Maximilien25-Mar-23 1:17
Maximilien25-Mar-23 1:17 
GeneralRe: The answer. Pin
Jeremy Falcon27-Mar-23 5:03
professionalJeremy Falcon27-Mar-23 5:03 
GeneralRe: The answer. Pin
Maximilien27-Mar-23 6:14
Maximilien27-Mar-23 6:14 
RantThis sort of thing frustrates me PinPopular
honey the codewitch23-Mar-23 5:13
mvahoney the codewitch23-Mar-23 5:13 
GeneralMessage Closed Pin
23-Mar-23 5:17
professionalSlacker00723-Mar-23 5:17 
GeneralRe: This sort of thing frustrates me PinPopular
honey the codewitch23-Mar-23 5:20
mvahoney the codewitch23-Mar-23 5:20 
GeneralRe: This sort of thing frustrates me Pin
Richard MacCutchan23-Mar-23 5:37
mveRichard MacCutchan23-Mar-23 5:37 
GeneralRe: This sort of thing frustrates me Pin
honey the codewitch23-Mar-23 5:45
mvahoney the codewitch23-Mar-23 5:45 
GeneralRe: This sort of thing frustrates me Pin
Nelek23-Mar-23 8:58
protectorNelek23-Mar-23 8:58 
GeneralRe: This sort of thing frustrates me Pin
milo-xml24-Mar-23 2:22
professionalmilo-xml24-Mar-23 2:22 
GeneralRe: This sort of thing frustrates me Pin
Nelek24-Mar-23 16:04
protectorNelek24-Mar-23 16:04 
GeneralRe: This sort of thing frustrates me Pin
Jon McKee23-Mar-23 7:55
professionalJon McKee23-Mar-23 7:55 
GeneralRe: This sort of thing frustrates me Pin
rnbergren23-Mar-23 5:45
rnbergren23-Mar-23 5:45 

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.