Defend ASP.NET and WCF from various attacks using Nginx – how you can use Nginx as a proxy and slim application firewall to help mitigate simple DDOS attacks and other common exploits
Using SIGIL to map properties via IL without directly using ILGenerator – how to achieve the results reflection provides while executing code almost identical to direct c# invocation
Tamarack: Chain of Responsibility Framework for .NET
“Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it.” – Gang of Four
Hi Lite Me – adds styling and colors to code for display on web pages works on WordPress without the need for a CSS upgrade.
c# code format – Formats C# code for web pages, produces very nice results, will not work on WordPress without CSS upgrade sadly.
Performance Tuning in SQL Server: Top 5 Ways to Find Slow Queries
Very nice site!