https://github.com/csharpfritz/webforms-modernjavascriptconcepts
https://github.com/csharpfritz/webforms-modernjavascriptconcepts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csharpfritz/webforms-modernjavascriptconcepts
- Owner: csharpfritz
- Created: 2016-08-13T14:42:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T19:47:24.000Z (over 9 years ago)
- Last Synced: 2025-07-14T17:58:05.670Z (6 months ago)
- Language: JavaScript
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern JavaScript Concepts for ASP.NET Web Forms
This repository contains some ideas for how ASP.NET Web Forms could be enhanced to provide significantly improved perceived performance by interacting with controls using modern JavaScript libraries.
In its current state, we are exploring Angular 1 and Knockout libraries interacting with our components. Initially, we are testing these concepts with the GridView control and will continue with the FormView control.