manchakow, please clarify what your goal is so you can narrow down your options and help your peers here at forums.asp.net help you.
g.
B-) Please help me by completing my school survey about computer programmers on my website. Thank you!!! Gerry Lowry +1 705-429-7550 wasaga beach, ontario, canada
manchakow
Member
14 Points
37 Posts
Creating a Class Service
Nov 16, 2012 08:30 PM|LINK
Hi,
I'm trying to create a service for my class. Is there a way to do this automatically? It seems like visual studio would have this functionality....
Any help appreciated!
Thanks!
Paul Linton
Star
13431 Points
2535 Posts
Re: Creating a Class Service
Nov 16, 2012 09:44 PM|LINK
What sort of service? A factory service, wcf service, asmx service, repository service, or something elase?
gerrylowry
All-Star
20525 Points
5713 Posts
Re: Creating a Class Service
Nov 16, 2012 11:45 PM|LINK
@ manchakow
http://lmgtfy.com/?q=.net+walkthrough+c%23+create+service
examples:
http://www.asp.net/web-api
"ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices.
ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework."
http://www.c-sharpcorner.com/UploadFile/1d42da/web-service-basics/
http://msdn.microsoft.com/en-us/library/aa290754(v=vs.71).aspx
"Walkthrough: Creating an XML Web Service Using Visual Basic or Visual C#"
Visual Studio .NET 2003
http://msdn.microsoft.com/en-us/library/zt39148a.aspx
"Walkthrough: Creating a Windows Service Application in the Component Designer"
http://www.switchonthecode.com/tutorials/creating-a-simple-windows-service-in-csharp
manchakow, please clarify what your goal is so you can narrow down your options and help your peers here at forums.asp.net help you.
g.
ToughMan
Participant
1490 Points
635 Posts
Re: Creating a Class Service
Nov 18, 2012 08:29 AM|LINK
For windows Service, plz see:
http://msdn.microsoft.com/en-us/library/d56de412(v=VS.80).aspx
http://www.codeproject.com/Articles/3990/Simple-Windows-Service-Sample
For Web Service, plz see:
http://www.codeproject.com/Articles/2183/Webcam-Web-Service
For WCF, plz see:
http://www.codeproject.com/Articles/42643/Creating-and-Consuming-Your-First-WCF-Service