Click here to Skip to main content
15,923,281 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: C# WCF Dead or alive? Pin
Foothill20-Apr-16 11:52
professionalFoothill20-Apr-16 11:52 
GeneralRe: C# WCF Dead or alive? Pin
Sander Rossel20-Apr-16 12:06
professionalSander Rossel20-Apr-16 12:06 
AnswerRe: C# WCF Dead or alive? Pin
harold aptroot20-Apr-16 9:45
harold aptroot20-Apr-16 9:45 
AnswerRe: C# WCF Dead or alive? Pin
Slacker00720-Apr-16 10:02
professionalSlacker00720-Apr-16 10:02 
AnswerRe: C# WCF Dead or alive? Pin
Eddy Vluggen20-Apr-16 10:10
professionalEddy Vluggen20-Apr-16 10:10 
AnswerRe: C# WCF Dead or alive? Pin
Sander Rossel20-Apr-16 11:42
professionalSander Rossel20-Apr-16 11:42 
AnswerRe: C# WCF Dead or alive? Pin
Vander Wunderbar20-Apr-16 11:54
Vander Wunderbar20-Apr-16 11:54 
AnswerRe: C# WCF Dead or alive? Pin
Eytukan20-Apr-16 19:28
Eytukan20-Apr-16 19:28 
Dead in many ways. Alive in few ways.
Dead - The world has moved away from SOA-WebServices-XML-UDDI etc. Which was like prime for WCF.

With Web-API-JSON, it's ultra quick and development ease is like amazing.
Asp.net MVC based API has brought things to super cool level. You can , so damn easily manage your URL paths based on different needs, with the "the controllers/actions" in MVC. It's just out of the box. It's highly salable, maintenance , deployment everything is so easy.

And mind you, I remember the days, I had spent hours and hours fiddling with issue in Windows Phone Client WCF Async Proxy code. It just sucked like hell. Such a simple thing goes screwed. MS tools were so stupid for the job.

Everything is out now. Web-API just made it so lightly coupled. You care a damn about where the services are hosted. No proxy generation , nothing is required. And you can switch between any stack as you want. The client just needs to get updated about the service URL changes.

We can do all these in WCF, by patching up the code, but it doesn't look so pro. And guess what, Microsoft is not going to support WCF for REST model. We just hit the wall there.

For most of the daily application needs, all we need is just Client-Server model that sends Data. Web-API-JSON combo just fits the need for most of these. So WCF would be dead here in all these.

But if you want to go for advanced Customized Network components, WCF is still there. You can fiddle with all Binding, Security, endpoints, etc etc. There are a pile of things you can configure.

Starting to think people post kid pics in their profiles because that was the last time they were cute - Jeremy.

GeneralRe: C# WCF Dead or alive? Pin
Jörgen Andersson21-Apr-16 1:06
professionalJörgen Andersson21-Apr-16 1:06 
GeneralRe: C# WCF Dead or alive? Pin
Eytukan21-Apr-16 1:45
Eytukan21-Apr-16 1:45 
GeneralRe: C# WCF Dead or alive? Pin
Jörgen Andersson21-Apr-16 2:21
professionalJörgen Andersson21-Apr-16 2:21 
AnswerRe: C# WCF Dead or alive? Pin
Johnny J.20-Apr-16 21:11
professionalJohnny J.20-Apr-16 21:11 
AnswerRe: C# WCF Dead or alive? Pin
William Boswall21-Apr-16 1:09
William Boswall21-Apr-16 1:09 
AnswerRe: C# WCF Dead or alive? Pin
Thornik21-Apr-16 2:32
Thornik21-Apr-16 2:32 
AnswerRe: C# WCF Dead or alive? Pin
Kirk Wood21-Apr-16 4:02
Kirk Wood21-Apr-16 4:02 
AnswerRe: C# WCF Dead or alive? Pin
rhyous21-Apr-16 5:55
rhyous21-Apr-16 5:55 
GeneralRe: C# WCF Dead or alive? Pin
Gabriel Sas21-Apr-16 8:31
professionalGabriel Sas21-Apr-16 8:31 
GeneralRe: C# WCF Dead or alive? Pin
rhyous25-Apr-16 4:59
rhyous25-Apr-16 4:59 
GeneralRe: C# WCF Dead or alive? Pin
pkfox21-Apr-16 10:57
professionalpkfox21-Apr-16 10:57 
AnswerRe: C# WCF Dead or alive? Pin
Gerry Schmitz21-Apr-16 6:59
mveGerry Schmitz21-Apr-16 6:59 
AnswerRe: C# WCF Dead or alive? Pin
Shopko21-Apr-16 12:50
Shopko21-Apr-16 12:50 
GeneralGreenfield Software Design Pin
kdmote20-Apr-16 8:26
kdmote20-Apr-16 8:26 
GeneralRe: Greenfield Software Design PinPopular
GuyThiebaut20-Apr-16 8:46
professionalGuyThiebaut20-Apr-16 8:46 
GeneralRe: Greenfield Software Design Pin
Maximilien20-Apr-16 9:16
Maximilien20-Apr-16 9:16 
GeneralRe: Greenfield Software Design Pin
Scott Serl20-Apr-16 9:28
Scott Serl20-Apr-16 9:28 

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.