Design, Solutions and .NET Framework by Dejan Dimitrovski

Browse by Tags

All Tags » SOA (RSS)
Hello Cloud – Exploring .NET Service Bus
After submitting request before few weeks to allow me an access to the Windows Azure Services , Microsoft sends me an email with all necessary details on how to explore this new platform for developers. First thoughts on Azure were that this is another...
WCF Service Behaviors - Instance and Concurrency Management

When we design our enterprise application, we need to provide a great scalability, performance, throughput, transactions, reliability etc. Sincerely there is no one-fit solution to solve all our needs, but WCF can help us solving all those architectural requirements using different techniques. One of those technique is Instance and Concurrency Management, available through WCF service behaviors, discussed in this article.

...
Posted: Tue, Apr 29 2008 16:17 by dejan | with 4 comment(s)
Filed under: ,
WCF Binding Decision
Bindings in WCF are used to specify the transport, encoding, and protocol details required for clients and services to communicate with each other. It uses bindings to generate the underlying wire representation of the endpoint, so most of the binding...
Posted: Mon, Mar 31 2008 23:17 by dejan | with no comments
Filed under: ,
Key concepts of the WCF - Create your first service
Starting with this post I'm beginning a series of posts related with the Windows Communication Foundation (WCF) and integration with different Microsoft technologies such as Windows Workflow, Message Queue, Enterprise Services, Silverlight, Microsoft...
Posted: Sat, Mar 22 2008 16:47 by dejan | with 1 comment(s)
Filed under: ,