Fabio Cozzolino
Around WCF ...
-
Beginning ASP.NET MVC 1.0 available on Amazon!!!
I’m happy to announce that Beginning ASP.NET MVC 1.0, written by my friend Simone and Keyvan Nayyeri, is now available on Amazon US and Amazon UK. Details about ToC and free chapters here.
-
Inversion of Control with WCF and Unity (Part II)
This post is based on the first Inversion of Control with WCF and Unity.
-
Inversion of Control with WCF and Unity
Lately, I often talks with friends and colleagues about Inversion of Control (IOC) and WCF. Then, I’ve decided to publish this post and explain the necessary steps to get IoC in WCF. For this example, let’s get to use Unity ad framework for IoC.
-
Net.Tcp, MEX Endpoints and PortSharing in WCF
PortSharing allow to share same port on different services. In my scenario I need to expose my service metadata on a second endpoint. First, I define a baseAddress like net.tcp://localhost:9999/MyService. This allows to define an address used as root to build a dynamic URI. In our endpoints, the resulting address is: <rootAddress> + <endpointAddress>. We can start to see this sample service's configuration:
-
Joined!!!
Hi all. This post open my new blog ... in English! Yes, I'm an italian developer and I already have a blog on my user group, but all posts are written in italian. This is really my first english post. Then...Hello, World! :)