Recent Posts

Optimizing performance of your WCF Services

15 minute read

Performance Optimization process starts when you are provided with Non-Functional Requirements such as Availability, Concurrent Users, Scalability and so on....

Using Directives and Namespace in C#

3 minute read

UsingDirectivesMustBePlacedWithinNamespace is one of the rules of StyleCop and I was trying to figure out why StyleCop recommends having using directives def...