WCF

The book review: Developing Microsoft SharePoint Applications Using Windows Azure

Posted on by osmirnov Posted in .NET, Clouds, Life, SharePoint, WCF | Leave a comment

In the O’Reilly Blogger Review program I decided to write a review of Developing Microsoft® SharePoint® Applications Using Windows Azure™ by Steve Fox. As the title hints, the book introduces the basics of the development of SharePoint solutions for Windows Azure operating system. Generally, I liked this book even though it has some drawbacks. Let’s talk about it in more detail.
Read more

Using Protocol Buffers on .Net platform (Part II)

Posted on by osmirnov Posted in .NET, WCF | Leave a comment

The last time we familiarized ourselves with Protocol Buffers and tried to use them in .Net application. Today, we continue to discuss and answer remaining questions. Specifically let’s talk again about portability and using of protobuf-net in WCF.

Read more

Foreach for outer services

Posted on by osmirnov Posted in .NET, SharePoint, WCF | Leave a comment

Foreach one of the most frequently used statements in C#.  But sometimes this simple cycle leads to problems in performance.  Of course, an issue  in an Enumerator and cost of its call, but foreach multiply this value as many times as elements are contained at destination collection. In this post we will discuss why it is happening and how to avoid it.
Read more