Skip to content

unochild/webformsmvp

 
 

Repository files navigation

What is it?

Web Forms MVP is a simple Model-View-Presenter framework for ASP.NET Web Forms.

Where do I get it?

Install-Package WebFormsMvp

There are more specific packages for interfacing it with your IoC container of choice.

What do I get?

It helps you build testable and maintainable ASP.NET Web Forms-based projects.

It features support for normal server controls, data-binding and async pages.

It is additive, so you can adopt it one page at time.

Why should I trust it?

Since 2009, Web Forms MVP has served hundreds of millions of web requests across numerous production sites.

It has been downloaded over 15,000 times. (Some of those were before we went to NuGet, so you need to check a few places if you want to add that up yourself.)

What is the project status?

Done.

More detail: http://blog.tatham.oddie.com.au/2013/02/20/dead-vs-done/

Where is the documentation?

https://github.com/webformsmvp/webformsmvp/wiki

About

A simple Model-View-Presenter framework for ASP.NET Web Forms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 88.7%
  • Classic ASP 4.2%
  • JavaScript 3.7%
  • PowerShell 2.5%
  • Other 0.9%