Good overview of 2014 Build conference

April 15, 2014 at 1:25 AMalex

Read on

http://blogs.technet.com/b/keithmayer/archive/2014/04/08/best-of-build-2014-what-s-new-in-microsoft-azure.aspx

Posted in:

Tags:

OWIN review

April 8, 2014 at 9:16 AMalex

In Internet apps, OWIN now plays a major role. Read on the best practices behind Katana http://www.asp.net/aspnet/overview/owin-and-katana/an-overview-of-project-katana

Posted in:

Tags:

ChannelFactory caching behavior

April 8, 2014 at 8:53 AMalex

I've came across a few places where WCF ChannelFactory was recreated each time a new method was called. This arguably a bad practice and should be avoided. Instead, an instance of ChannelFactory should be cached and reused when a call needs to be made thus avoiding expensive reinitialization of the factory. Read on more on MSDN related to this topic:

http://msdn.microsoft.com/en-us/library/hh314046(v=vs.110).aspx

Posted in:

Tags:

If you’re not in the cloud, you’re last

April 4, 2014 at 9:44 AMalex

Posted in:

Tags: