MVVM pattern for ASP.NET Webforms?

后端 未结 5 1851
执念已碎
执念已碎 2020-12-14 07:15

I\'m looking for an MVVM implementation for ASP.NET. How should I approach this ? Can you propose any design that solves this problem particularly for ASP.NET Webforms ?

5条回答
  •  不思量自难忘°
    2020-12-14 07:52

    https://github.com/Zhestokus/dotNet-ASP.NET.TwoWayModel little library, provides functionality for pattern like MVC/MVVM without third party JavaScript frameworks

    e.g you can bind some control property to class property

    
    

提交回复
热议问题