Tagged Questions
2
votes
1answer
148 views
ASP.NET System.Web.Abstractions why were they created as an abstract Base class?
As above really, I'm wondering why Microsoft released the abstractions as abstract classes instead of interfaces?
I would be interested in any insights because I need to do something similar for ...
2
votes
2answers
275 views
How to use System.Web.Abstractions in a Web Forms application?
I'm working on a web forms application which intends to be ported over to MVC for its vNext +1 release. But at the moment it's a .NET 3.5 SP1 web forms application.
I'm wanting to have our own ...