Click here to Skip to main content
15,891,943 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: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 3:03
mvaMarc Clifton23-Oct-14 3:03 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Kornfeld Eliyahu Peter23-Oct-14 4:23
professionalKornfeld Eliyahu Peter23-Oct-14 4:23 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 4:41
mvaMarc Clifton23-Oct-14 4:41 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Judah Gabriel Himango22-Oct-14 8:35
sponsorJudah Gabriel Himango22-Oct-14 8:35 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton22-Oct-14 10:40
mvaMarc Clifton22-Oct-14 10:40 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Judah Gabriel Himango22-Oct-14 10:48
sponsorJudah Gabriel Himango22-Oct-14 10:48 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton22-Oct-14 11:39
mvaMarc Clifton22-Oct-14 11:39 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Judah Gabriel Himango22-Oct-14 12:02
sponsorJudah Gabriel Himango22-Oct-14 12:02 
Cool. I know you're a C# guy, so TypeScript will make you feel right at home. Try it out in your browser[^].

TypeScript is created by Anders Heijlsberg, the creator of C#. Built into Visual Studio these days, so you can just Add New Item->TypeScript file, then start writing things like:

JavaScript
class MyAwesomeClass {

   constructor(firstArg: string, someOtherArg: number) {
       // ...
   }

   someFunc(answer: number): string {
      return "The answer is: " + answer;
   }

}


My Messianic Jewish blog: Kineti L'Tziyon
My software blog: Debugger.Break()
Judah Himango


GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Kornfeld Eliyahu Peter23-Oct-14 1:27
professionalKornfeld Eliyahu Peter23-Oct-14 1:27 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Jeremy Falcon22-Oct-14 11:55
professionalJeremy Falcon22-Oct-14 11:55 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton22-Oct-14 12:00
mvaMarc Clifton22-Oct-14 12:00 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Judah Gabriel Himango22-Oct-14 12:05
sponsorJudah Gabriel Himango22-Oct-14 12:05 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
bwilhite24-Oct-14 10:52
bwilhite24-Oct-14 10:52 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Leo Muller Rap22-Oct-14 20:48
Leo Muller Rap22-Oct-14 20:48 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Fabio Franco23-Oct-14 1:43
professionalFabio Franco23-Oct-14 1:43 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Bajaja22-Oct-14 23:02
professionalBajaja22-Oct-14 23:02 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 3:12
mvaMarc Clifton23-Oct-14 3:12 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Fabio Franco23-Oct-14 2:00
professionalFabio Franco23-Oct-14 2:00 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 3:20
mvaMarc Clifton23-Oct-14 3:20 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Fabio Franco23-Oct-14 5:57
professionalFabio Franco23-Oct-14 5:57 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
agolddog23-Oct-14 4:18
agolddog23-Oct-14 4:18 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
charliebear2423-Oct-14 5:31
charliebear2423-Oct-14 5:31 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Gerry Schmitz23-Oct-14 10:10
mveGerry Schmitz23-Oct-14 10:10 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 11:09
mvaMarc Clifton23-Oct-14 11:09 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Gerry Schmitz23-Oct-14 11:43
mveGerry Schmitz23-Oct-14 11:43 

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.