|
|
-
|
|
This article describes the EntitySorter class. It's a nifty little thing that allows the presentation layer to instruct the service layer how collections should be returned.About a year ago I was, just like everybody else, trying to figure out how to fit ...
|
|
-
|
|
This article describes how to extract the validation configuration to its own file and allow this to also work with unit tests.The problem that you encounter pretty quickly when defining the VAB configuration in the normal web.config or app.config is that...
|
|
-
|
|
I just watched an amazing Google Talk video on YouTube that explains how botnets work.Watch it here: How to Steal a Botnet and What Can Happen When You Do. ...
|
|
-
|
|
This article describes what Cross-site request forgery attacks are and how to mitigate them.Cross-site request forgery (CSRF) is "a type of malicious exploit of a website whereby unauthorized commands are transmitted from a user that the website trus...
|
|
-
|
|
The Microsoft Anti-Cross Site Scripting Library (Anti-XSS) is an encoding library designed to help developers protect their ASP.NET web-based applications from XSS attacks.New features in version 3.1 of the Microsoft Anti-Cross Site Scripting Library incl...
|
|
-
|
|
For over three years I've been using NDepend. In this post I'll describe my thoughts on NDepend.As a freelancer I participate in several projects each year. Their size, quality, and size differ quite a lot, but a few times a year I feel the urge of using ...
|
|
-
|
|
Just found this free ebook on the Red Gate site:This book is for busy programmers who want a succinct and yet readable guide to C# 3.0 and LINQ. C# 3.0 Pocket Reference, written by Joseph and Ben Albahari, tells you exactly what you need to know, without ...
|
|
-
|
|
Last week I published the first stable release of CuttingEdge.Conditions.Download:The CuttingEdge.Conditions library and source code can be downloaded from CodePlex.com. Visit the homepage at conditions.codeplex.com or go directly to the download tab.As y...
|
|
-
|
|
A few weeks back I read this question on Stackoverflow. The question was about applying covariance / contravariance (or variance for short) to the Autofac dependency injection container. The question triggered me to think about variance support in the Simple Injector (btw, <a rel="external" href="h......
|
|