Abhijeet Patel
8 posts.
- Adding CORS support for ASP.NET / WebAPI: The no hassle wayIf you are working with WebAPIs, you inevitably will have to deal with CORS. This is a good read for the uninitiated.
- Mutexes, Semaphores, Monitors, ReaderWriterLocks, AutoResetEvents & ManualResets oh my!Mutexes, Semaphores, Monitors, ReaderWriterLocks, AutoResetEvents & ManualResets oh my! Up until a few years ago, mainstream programming for the most part…
- MEF 101 - Part2This is part 2 of a 2 part series exploring the MEF.We covered some of the basics in Part 1 In this part we'll cover the following:
- MEF 101 - Part1The Managed Extensibility framework or MEF is a framework released as part of .NET 4 and Silverlight that provides a mechanism to dynamically compose an…
- A simple Dynamic ProxyFrameworks such as EF4 and MOQ do what most developers consider "dark magic". For instance in EF4, when you use a POCO for an entity you can opt-in to get…
- Covariance and Contravariance in C# 4.0C# 4.0 introduces the notion of Covariance and Contravariance of generic type parameters for interfaces and delegate types. Eric Lippert has put together…
- T4 template consuming a WCF serviceIt’s been a while since I’ve blogged since things have been crazy busy. I finally decided to kick myself and do a post so without further ado, the problem…
- Dynamic Attributes in C#Things have been busy and it's been a while since my last post, so I decided to write up a post today related to something I have been working on recently…
