Click here to Skip to main content
15,910,277 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: Choosing a new language for web development. Pin
Dimitrios Kalemis12-Sep-16 3:26
Dimitrios Kalemis12-Sep-16 3:26 
GeneralRe: Choosing a new language for web development. Pin
rhyous12-Sep-16 5:01
rhyous12-Sep-16 5:01 
PraiseRe: Choosing a new language for web development. Pin
WesMcGJr12-Sep-16 5:38
WesMcGJr12-Sep-16 5:38 
GeneralRe: Choosing a new language for web development. Pin
Chris Maunder11-Sep-16 15:41
cofounderChris Maunder11-Sep-16 15:41 
GeneralRe: Choosing a new language for web development. Pin
pkfox11-Sep-16 20:35
professionalpkfox11-Sep-16 20:35 
GeneralRe: Choosing a new language for web development. Pin
Chris Maunder12-Sep-16 5:36
cofounderChris Maunder12-Sep-16 5:36 
NewsRe: Choosing a new language for web development. Pin
Brisingr Aerowing11-Sep-16 16:32
professionalBrisingr Aerowing11-Sep-16 16:32 
GeneralRe: Choosing a new language for web development. Pin
Kornfeld Eliyahu Peter11-Sep-16 21:06
professionalKornfeld Eliyahu Peter11-Sep-16 21:06 
First let me swipe a mystery for you: .NET does not force the use of MS SQL!!!
Every decent SQL/NoSQL has connectors for every decent framework including .NET. And even in has no a native .NET connector, you can use ODBC or OLEDB too... So choosing database and framework are not related really...

I'm an old Microsoft web developer (not old in age but old in experience of almost 20 years)... Used to write web pages in Notepad...
The first step you have to do in becoming a language agnostic web developer is to embrace the idea of the separation. Do not think of your solution as a monolithic one, but pick the best solution for the DAL, the server and the client separately...
After all these years my basic solution for every size of web application is creating a DAL using C# (it has nothing to do with web development and this part of the code is reused almost for every one of my applications), creating a web service (I mostly use C# for this too, but also PHP had it chances) along some standard like REST (I mostly used the MVC pattern here and today I explore the ASP.NET Core to gain multi-platform), the last thing is the UI where the limit is the sky... There are endless libraries with their strength and weakness - you only have to pick your favorite... (I use jQuery for DOM, pure JS for code and a home made variant of bootstrap to visual)...
Skipper: We'll fix it.
Alex: Fix it? How you gonna fix this?
Skipper: Grit, spit and a whole lotta duct tape.

GeneralRe: Choosing a new language for web development. Pin
ashok bakthavathsalam11-Sep-16 22:32
ashok bakthavathsalam11-Sep-16 22:32 
GeneralRe: Choosing a new language for web development. Pin
JMTMartins12-Sep-16 0:00
JMTMartins12-Sep-16 0:00 
GeneralRe: Choosing a new language for web development. Pin
James_Parsons12-Sep-16 4:39
James_Parsons12-Sep-16 4:39 
GeneralRe: Choosing a new language for web development. Pin
JMTMartins12-Sep-16 4:50
JMTMartins12-Sep-16 4:50 
GeneralRe: Choosing a new language for web development. Pin
Member 987309312-Sep-16 1:05
Member 987309312-Sep-16 1:05 
GeneralRe: Choosing a new language for web development. Pin
Julian Hall15-Sep-16 23:18
Julian Hall15-Sep-16 23:18 
GeneralRe: Choosing a new language for web development. Pin
Member 987309329-Sep-16 22:07
Member 987309329-Sep-16 22:07 
GeneralRe: Choosing a new language for web development. Pin
Member 987309312-Sep-16 1:05
Member 987309312-Sep-16 1:05 
GeneralRe: Choosing a new language for web development. Pin
Member 987309312-Sep-16 1:05
Member 987309312-Sep-16 1:05 
GeneralRe: Choosing a new language for web development. Pin
Member 987309312-Sep-16 1:05
Member 987309312-Sep-16 1:05 
GeneralRe: Choosing a new language for web development. Pin
Member 987309312-Sep-16 1:05
Member 987309312-Sep-16 1:05 
GeneralRe: Choosing a new language for web development. Pin
jeremfg12-Sep-16 3:01
jeremfg12-Sep-16 3:01 
GeneralRe: Choosing a new language for web development. Pin
DerekT-P12-Sep-16 4:37
professionalDerekT-P12-Sep-16 4:37 
GeneralRe: Choosing a new language for web development. Pin
Kirk 1038982112-Sep-16 5:17
Kirk 1038982112-Sep-16 5:17 
GeneralRe: Choosing a new language for web development. Pin
DarkChuky CR12-Sep-16 5:20
DarkChuky CR12-Sep-16 5:20 
GeneralRe: Choosing a new language for web development. Pin
pkulek12-Sep-16 7:34
pkulek12-Sep-16 7:34 
GeneralRe: Choosing a new language for web development. Pin
Jeremy Falcon12-Sep-16 10:36
professionalJeremy Falcon12-Sep-16 10:36 

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.