Routing to two WCF services through router [closed] - wcf

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm working in an application where a third-party has exposed two services one is a legacy service built on a different platform and another one is built on WCF. Based on the request from the client I've to redirect to either one of the service. I'm planning to create a WCF router can anyone share some good links for reference.

If you are using .NET 4 you can use the RoutingService - this supports data dependent routing. I recorded a series of screencasts about it here and there is one specifically about data dependent routing here

Related

Real life projects for ASP.NET MVC and WCF [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am new to ASP.NET MVC 4 and WCF. I know the basics and intend to give MS certification 70-486 (Developing ASP.NET MVC 4 Web Applications). I have good experience in ASP.NET, HTML, CSS, javascript and SharePoint development.
Since the best way to learn is to actually implement some projects, I was wondering if there are any ASP.NET MVC projects that a beginner can start working on. I am not talking of completed sample projects, but given the requirements, a person has to build small projects.
I want to work on similar projects for WCF too.
Any help/links/resources would be very helpful.
You can Check the Music Store App to get started with.
Other Useful Links :
From Codeproject
Beginners Guide
MVC 4 Beginners
Go through from this link from day 1.
http://www.codeproject.com/Articles/375182/Learn-MVC-Model-View-Controller-Step-by-Step-in
And for WCF you can go from
http://www.codeproject.com/Articles/708138/CRUD-Operations-using-WCF-RESTful-Service-Part1
http://www.codeproject.com/Articles/708138/CRUD-Operations-using-WCF-RESTful-Service-Part2

Framework or service like Votebox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I love the Votebox section on the support site for Dropbox. It lets users suggest features and prioritize development.
I always assumed it was powered by a third-party service (kind of like Getsatisfaction.com), but from what I can tell it's proprietary.
Does anyone know of an open-source project, SaaS service, or the like, sporting similar features and polish?

Free maps api and geocoding [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have to develop an commercial application with mapping.
I can't use Google Maps because of the 10k$/year for the premier API...
I tried Mapstraction with OpenStreetMap, nice but with some limitations.
There is no geocoding available apparently.
Is there a good free(or affordable) service available anywhere with mapping & geocoding functionnalities ?
Thanks
If this question is still valid, I think you should check Open Data Map APIs, in Open Web Services section. No limits, no signup tricks to get the API keys, everything free for real!
There is a pull in github for the feature : https://github.com/mapstraction/mxn/pull/98

Which service to embed a videochat easily on a website? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily.
Here is the list of features I need:
1-to-1 chat (a user can chat with an other one)
video
voice
chat
be able to know if somebody is currently chatting
user-friendly
working on all standard configurations (for example ooVoo doesn't work on safari 64bit)
Thank you!
Not sure if you're still looking for an answer, but http://www.tokbox.com/ looks pretty awesome for this

Are there any alternitives to the WCFTestClient [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any open source (or not) alternatives to the WCFTestClient?
The WCFTestClient has a lot of limitations that make it hard to work with (for example it does not support Entity Framework objects).
So I am looking to see if there is anything else out there that may be better (or even different).
WCF Storm or the open-source Storm
I prefer to create actual unit tests to test servers I write. The idea is that they can be rerun frequently.
You can also try soapUI.