... absolutely nothing?
What part of the puzzle does it fill for ASP.NET WebForms and ASP.NET MVC respectively?
Can you somehow create a ASP.NET * base-application which uses System.Web.Abstractions so it can be used in both kinds of ASP.NET-web applications?
In that case, how did they retro-fit the classes in System.Web.Abstractions back into ASP.NET WebForms?
You can't new up objects from the namespace, so it can't be used for mocking, can it?
Update: Sorry for not being clear on that I know the problem with testing of HttpContext and other build-it ASP.NET-objects. But thanks for good explanations anyway.
See Question&Answers more detail:os