I had several projects in past using ASP.NET MVC 4 and 5 and ASP.NET Web API that reside in same project. When you want to share DI container between MVC and Web API things can [Read More…]
The facade pattern is commonly used software engineering design pattern. His purpose is to provide simplified interface to a larger body of code. It has several good uses: – Make a software library easier to [Read More…]
These days everybody are using IOC container so I tried to integrate SL 3 Beta(MIX09) Sample chat application that represent how to work with polling duplex with Unity Ioc container. That sample chat application is [Read More…]