webforms - Does anyone have an insight into ASP.NET WebFormsMVP? -


recently ran open source project asp.net webformsmvp.

it seems alternative asp.net mvc , quick way introduce testability existing webforms applications. (without having go through pain of rewriting bunch of code make work asp.net mvc)

of couse community support , open-source projects abandonment concern when trying new things, moving on fears, has giving serious try @ framework? if so, can share insight pros/cons , if it's worth trying it?

thanks lot!

webformsmvp included in dotnetnuke now, have started using indirectly part of custom module development within dnn.

i don't think we're utilizing framework capable of, have had no problems date. implementation clean , simple implement, , retrofitting existing webforms code straightforward. learning curve has been minimal.

we have run number of cases aren't of "right" way things, , have found pretty limited guidance online. (try might avoid it, have poke stuff viewstate.) but, being used dnn team, feel pretty confident not fade away soon, , growing number of examples should appear online.

of course encourage use, if selfish reason of wanting see community grow.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -