Click here to Skip to main content
15,908,111 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
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 
Hi Marc,

as it has been mentioned here most probably ASP.NET MVC seems a way to go.
The ASP.NET webpages is slightly lighter and not that structured as MVC (which could be good if you want to ship something quickly that is pretty simple).
ASP.NET webforms are still there but it is MVC that is catching a big momentum (if talking about Microsoft). Other non MS frameworks I heard of (but never touch them), your lovely ruby on rails and maybe java spring...

Some people here are mentioning WebAPIs with rich client side javascript frameworks (AngularJS, typescript, coffeescript, etc.). I would use these if planning to do some apps on mobile devices. I would not bother if targeting purely website interface. Well, I think javascript is unavoidable today, but WebAPIs are not always needed I think. But then again, if you want to play with the techno, this can be good opportunity to lay the hands on Poke tongue | ;-P

Last thing - the database. ASP.NET MVC seems to be working fine with multiple db systems (MySql, MongoDB) but if you are Microsoft guy, I think there is no reason to go further then one of MS SQL mutations.
However if you are planning to use some ORM frameworks (Entity Framework, NHibernate, etc.) one thing to decide first would be the famous discussion Code First - Model First - Database First approach. Recently it seems that trend is Code First approach. The other two seem to me slightly less popular on discussion boards nowadays.

Just my 20p to discussion Wink | ;-)
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 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 12:02
mvaMarc Clifton23-Oct-14 12:02 
GeneralOneDrive empties replaced files into my Recycle bin Pin
B. Clay Shannon22-Oct-14 5:55
professionalB. Clay Shannon22-Oct-14 5:55 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
Mark_Wallace22-Oct-14 8:20
Mark_Wallace22-Oct-14 8:20 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
Vark11122-Oct-14 8:56
Vark11122-Oct-14 8:56 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
B. Clay Shannon22-Oct-14 8:58
professionalB. Clay Shannon22-Oct-14 8:58 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
Vark11122-Oct-14 8:59
Vark11122-Oct-14 8:59 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
Vark11122-Oct-14 9:05
Vark11122-Oct-14 9:05 
JokeTo all you grammar cops Pin
Mike Hankey22-Oct-14 5:25
mveMike Hankey22-Oct-14 5:25 

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.