All Questions
2 questions
2
votes
2
answers
1k
views
WCF service with methods to fetch data
I'm planning on building a WCF service that will fetch data entities from a Sql Server database. And I'm currently struggling with best practices issues.
The thing is that there's a few different ...
2
votes
1
answer
2k
views
Events in WCF Service Architecture (Server Side)
Problem:
Now, I have some events that will take place when the client submits a request to the server. These events will arise on the server and they will be subscribed by the services themselves (...