Attention: We are retiring the ASP.NET Community Blogs. Learn more >

How to turn simplicity in programming Line-Of- Business AJAX into productivity ,and now, the demo

Here it is. Follow the 4 simple steps and you are going to build an AJAX explorer in 10 minutes. Yes 10 minutes, without all the web designing hassle and complexities.

image 

You are going to use WinForms API and methodologies, debug with standard tools, and magic, compile and your application will be running on web, from a single layer source code. (8 minutes video is available here)

This is how it goes:

1. Create a new application ( you need Visual Studiou, and Visual WebGui installed, you can download free from here)

 image

2. Design a form

image

3. Implement event handlers

image

image

image

4. Run and test the application

image

And now you had also exprienced what  ASP MVP Goodyear described  in his blog as : "Simplicity at last...All I can say is, wow!..."

 

No Comments