Need help getting started with WCF
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
While I've created a .NET Remoting solution, I'm new to Windows
Communications Foundation (WCF), the successor to .NET Remoting (as I
understand it).
I'm trying to find a very basic/simple walkthrough to create a WCF service
on my server, and then the client piece.
I found
http://msdn2.microsoft.com/en-us/library/ms735119.aspx on MSDN but
either I'm too stupid or it's not clear/basic enough.
I'm looking for something like:
Create a service
1. Open Visual Studio
2. Create a Windows Service project
3. Paste in this code...
Thanks,
Ron
.
Relevant Pages
- new to WCF - deployment not working
... I've created a WCF service which works fine locally. ... I'm deploying it on a Windows 2003 server which does have IIS 6, asp.net, and the 2.0-3.5 frameworks installed (we run Silverlight apps on it). ... System.ServiceModel.ProtocolException: The remote server returned an unexpected response: Method Not Allowed. ... (microsoft.public.dotnet.framework.webservices) - My windows service wont stop
... windows tries to do its thing and then returns to me with a message ... a windows error. ... the Windows Service template in VS, the function OnStop() was typed as ... Since my windows service "wraps" the WCF service, ... (microsoft.public.dotnet.languages.csharp) - IIS7 + WCF: Unable to retrieve metadata (Windows 7)
... I have a WCF service that was working fine on Windows XP / IIS 5.1, ... Tested different bindings ... (microsoft.public.inetserver.iis) - RE: WCF service, non-wcf client using mutual certificate authenticatio
... I have a case where we implemented a WCF service originally using Windows ... certificate authentication, which is relatively straight forward when both ... but with the WinService not being a WCF service what is ... (microsoft.public.dotnet.framework) |
|