Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I know I am asking about very basic thing, but trust me I couln't figure it out that's why I have to write here.

Recently I was asked about very simple question, what are the question you'll ask to your manager before start wrinting any service, for example WcF service?

I'm not much experienced in WCF service but I know how to write and host it. But I never thought about this kind of question. Whenever my manage asked me to write any service he tells me some information about it, like it'll be Web Service or WCF or REST, its return type, etc.

Anyone, any suggestion on the same?

What I have tried:

I tried to google it but what I got is technical things not the basic requirements?
Posted

HI,

Its upto the requirements , whether development of service is required .

If You are going to create one Genralized operation for multiple users then service can be created.

Others thing could be :
REST or SOAP
Authetication and Authorization
Transfer type

and many more

Firstly review your requirements
 
Share this answer
 
Comments
Karthik_Mahalingam 3-Nov-16 1:05am    
5
I would suggest studying how service works and its basic architecture. How one application would connect and get/send data.

Then go deep into the exact flow, structure and syntax.
 
Share this answer
 
You can't build anything without first finding out what to build from the users. You must have known the technical stuff of building software but not what kind of system to build, what kinds of requirements to fulfil. Start by writing down your doubts, then ask the users, who else? Ultimately, you have got to "build the right thing right".
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900