|
|
The Demo App |
|
The demo app implements the core features necessary for any complete, secure, data-intense web application:
To get a good look at the demo application, give it a spin by logging in. A user name and password will
be provided for you. Take a test drive. The dbRender demo app includes general as well as technical
descriptive information about its features. Look for the Feature Notes accessible by the
The solution was built in Visual Studio 2019, using C#, JavaScript, JQuery/AJAX, CSS and Razor for the views. Most of the coding is custom, rather than Visual Studio built-in helper code. The validation on the Product Edit screens is all custom code that accommodates business custom validation rules. This app will render on current versions of the major browsers: Chrome, Edge, Internet Explorer, Firefox, and Opera, as well as Safari. It is not a mobile app, and JavaScript/JQuery must be enabled. The app design uses only one cookie: in the optional “Remember Me” function that stores user name and password in encrypted form. The app also auto-generates an anti-forgery token in a cookie that assures requests are coming only from the application.
|