Skip to content

Commit 269ffbf

Browse files
committed
Update README.md
1 parent 6d6bdc8 commit 269ffbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# WCF based Azure cloud service without using Visual Studio
22
This is a sample WCF based azure cloud service created without using visual studio. I created this to learn the underlying mechanics of how cloud services are built without feeling lost due to magic that happens with visual studio and autogenerated code. This is a very basic example but shows how you can build a WCF service from scratch that can run in Azure worker role. It also shows how to do right abstractions for a service (such as separate of contract from implementation) so that you can avoid duplication and/or need for generation of proxy classes by visual studio.
33

4+
You can read more about this sample at: http://logicpundit.com/blog/building-azure-cloud-service-without-visual-studio/
5+
46
# key component
57
1. Service contract - This describes the interface of the service. It is implemented in WcfSmplSvcCntrct.cs
68
2. Service implementation - This implements the actual service. It is implemented in WcfSmplSvc.cs

0 commit comments

Comments
 (0)