Click here to Skip to main content
15,907,329 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: Religious question - MVC benefits vs ASP.NET? Pin
User 483504716-Oct-13 6:57
User 483504716-Oct-13 6:57 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam.Carleton16-Oct-13 7:53
Sam.Carleton16-Oct-13 7:53 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
User 483504716-Oct-13 8:12
User 483504716-Oct-13 8:12 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam.Carleton16-Oct-13 8:19
Sam.Carleton16-Oct-13 8:19 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Steve Naidamast16-Oct-13 4:17
professionalSteve Naidamast16-Oct-13 4:17 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 4:39
Christopher Duncan16-Oct-13 4:39 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Mycroft Holmes17-Nov-13 19:09
professionalMycroft Holmes17-Nov-13 19:09 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Bruce Patin16-Oct-13 6:08
Bruce Patin16-Oct-13 6:08 
I have been researching the same thing, and wrote a reference application in MVC and Razor for us to use. But before I actually got to recoding all of our applications, we noticed that Web API had gotten popular and was what was really needed to write for smart phones and implement all of the latest flashy glitzy stuff on the web in JavaScript. I had been thinking of using WCF and web services a few years ago, but Web API is so much easier and cleaner. So, my current track is to write an MVC Web API that matches the CRUD classes we have been using, then writing clients for our applications in JavaScript and AngularJS, using jQuery AJAX calls to get and put the data via a Web API. AngularJS data binding is similar to that in XAML for Silverlight and Windows Phone and is getting to be much more popular than Knockout. The main advantage is that, once you have a Web API, you can write clients for phones and desktops without changing the back end. The server part no longer needs MVC to present data to web pages, so all my work with Razor is being discarded. Silverlight, which I was going to use for SharePoint versions of the apps, has been deprecated, so that has also been discarded, although the XAML experience might come in handy, if I ever write a native front end client for Windows Phone. Of course, we long ago lost the ability to code visually, and lots of people are sad about that. However, there are more IDEs and tools springing up to make coding in JavaScript easier. I am still learning. Hopefully, I will actually be able to implement what I learn before it gets obsoleted yet again.
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 6:51
Christopher Duncan16-Oct-13 6:51 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Jay N.16-Oct-13 9:07
Jay N.16-Oct-13 9:07 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 9:10
Christopher Duncan16-Oct-13 9:10 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Kirk Wood16-Oct-13 15:55
Kirk Wood16-Oct-13 15:55 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan17-Oct-13 1:37
Christopher Duncan17-Oct-13 1:37 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam Meacham19-Oct-13 9:16
Sam Meacham19-Oct-13 9:16 
GeneralMessage Removed Pin
15-Oct-13 9:18
professionalN_tro_P15-Oct-13 9:18 
GeneralRe: Life (spoiler) Pin
Kornfeld Eliyahu Peter15-Oct-13 9:28
professionalKornfeld Eliyahu Peter15-Oct-13 9:28 
GeneralRe: Life (spoiler) PinPopular
Maximilien15-Oct-13 9:34
Maximilien15-Oct-13 9:34 
GeneralRe: Life (spoiler) Pin
chriselst15-Oct-13 9:39
chriselst15-Oct-13 9:39 
GeneralRe: Life (spoiler) Pin
Ranjan.D15-Oct-13 9:52
professionalRanjan.D15-Oct-13 9:52 
GeneralRe: Life (spoiler) Pin
Kornfeld Eliyahu Peter15-Oct-13 9:58
professionalKornfeld Eliyahu Peter15-Oct-13 9:58 
GeneralRe: Life (spoiler) Pin
Ranjan.D15-Oct-13 10:23
professionalRanjan.D15-Oct-13 10:23 
GeneralMessage Removed Pin
15-Oct-13 10:38
professionalN_tro_P15-Oct-13 10:38 
GeneralRe: Life (spoiler) Pin
Ranjan.D15-Oct-13 11:16
professionalRanjan.D15-Oct-13 11:16 
QuestionRe: Life (spoiler) Pin
Captain Price15-Oct-13 18:16
professionalCaptain Price15-Oct-13 18:16 
AnswerRe: Life (spoiler) Pin
Ranjan.D16-Oct-13 0:17
professionalRanjan.D16-Oct-13 0:17 

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.