Click here to Skip to main content
15,907,493 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
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 
Marc Clifton wrote:
Found this[^], but I may be making this too complicated


We may be talking about different things. AngularJS and knockout is about databinding MVVM way, that can improve productivity and maintainability when working with data models on the client side. The twitter bootstrap works like that in with .net mvc, it is as easy as dropping the js and css. If I am not mistaken it is even part of MVC project template already. If not, you can set it up easily using the nuget package manager. If you don't know about nuget package manager, please look into it, it is a life saver.


Marc Clifton wrote:
Fabio Franco wrote:
Do go for code first.


 

Hmm, I have some moderately complex modeling issues to consider, such as supporting DPW's in different municipalities and states. I prefer to have a solid model in place, perhaps even with some "scenario tests" to vet out the design, before doing too much coding / UI development. However, when the model is obvious, yeah, I often end up prototyping the UI first.


I think we may be talking about different things again. Code First, is and Entity Framework style of mapping Object Entities to database tables. It's like having a object oriented database. You can define complex models and relationships (including inheritance) with EF Code First that will later translate to a database. It can represent your domain model, although it's not always recommended, depending on your architecture. UI Model prototyping is something else, this is MVC's M stands for. It's something else. EF Code First entities are another layer, either on the data layer, or domain layer.


Marc Clifton wrote:
Thanks for the great feedback!


Glad to help Smile | :)
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
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 
GeneralRe: To all you grammar cops Pin
Richard Deeming22-Oct-14 5:47
mveRichard Deeming22-Oct-14 5:47 
GeneralRe: To all you grammar cops Pin
OriginalGriff22-Oct-14 5:49
mveOriginalGriff22-Oct-14 5:49 

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.