Saturday, 15 June 2013

visual studio 2012 - Is it possible to make aspnet ModelBinding work in .Net Framework 4.0 Web Forms? -



visual studio 2012 - Is it possible to make aspnet ModelBinding work in .Net Framework 4.0 Web Forms? -

we have couple of relatively big web forms web application projects, limited on using .net 4.0 because of our clients still using windows server 2003, , .net4.5 not compatible os.

would somehow possible create model binding framework created on .net4.5 work .net4.0 webforms? maybe along lines of extension methods on .net2.0 (although 100% compile time stuff) or linqbridge.

if possible extent, think take time it. maybe if code can extracted original sources (i'm downloading them right see how works) , plugged extension or inheritance of sorts in our current page life cycle.

does mechanism have external dependency create prohibitive?

the webforms-based feature required changes available in 4.5.

that said, if require model binding in form, seek using asp.net mvc or webapi frameworks particular part of site in require model binding, leaving rest webforms. both require .net 4.0. , benefit both of supported products.

.net-4.0 visual-studio-2012 webforms .net-4.5 asp.net-4.5

No comments:

Post a Comment