Click here to Skip to main content
15,912,069 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 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 
I want to add a few things to enforce what a few already have said and add my little two cents:

UI:
1 - Yes, definitely MVC/Razor. You will learn the delight it is to work with when you get there. Separation of concerns, unit testable UI, complete control on the HTML generated.

2 - jQuery is a must, typescript is great also to do Javascript with OOP (including generics). AngularJS will be very helpful, but I think you can leave that for a later project if you feel overwhelmed.

Database:
1 - I would definitely go for entity framework. It's very mature and if used carefully will save you a lot of development time and will not be a problem performance wise. Do go for code first. Of course you should experiment with the other ways of doing EF, but I would prefer you were spared of the problems of going the other ways. I also recommend using migrations with EF CodeFirst.

Services:
1 - WCF is the way to go, but you probably know that already.

I think these are the basics to get started. Enjoy.
To alcohol! The cause of, and solution to, all of life's problems - Homer Simpson
----
Our heads are round so our thoughts can change direction - Francis Picabia

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 
GeneralRe: To all you grammar cops Pin
PIEBALDconsult22-Oct-14 5:29
mvePIEBALDconsult22-Oct-14 5:29 
GeneralRe: To all you grammar cops Pin
OriginalGriff22-Oct-14 5:44
mveOriginalGriff22-Oct-14 5:44 

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.