| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Apr | Jul » | |||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
Will It Fly? How to Know if Your New Business Idea Has Wings...Before You Take the Leap

Posted: Tuesday, May 20th, 2008
Category: Personal, Web Development and Design, User Interface, ASP .Net
Author: Wahyudi
We’ve just delivered another application to our client, this time the finance department. This application manages the procurement process of the company and will be used by the staffs within CUNY schools. This is a huge and mission critical application. Technology and framework we use: .Net using C# for the web and win form application, additionally ASP .Net Ajax for the javascript library. This application interfaces with MS SQL and Oracle DB server.
The big challenges for this application is really focus on enhancement of the UI and the User Experience. Behind the scene we also upgraded the code from .Net 1.1 to .Net 3.5. We also rewrote all the codes using more Object Oriented approach (Inheritance, Polymorphisms, implementing some of Design Patterns). The UI use extensive Ajax features for Lazy Loading using UpdatePanel, calling Web Services or Page Method (calling C# code behind from client).
You can see some screen shots here.
You must be logged in to post a comment.
Posted: Tuesday, May 20th, 2008
Category: Personal, Web Development and Design, User Interface, ASP .Net
Author: Wahyudi
We’ve just delivered another application to our client, this time the finance department. This application manages the procurement process of the company and will be used by the staffs within CUNY schools. This is a huge and mission critical application. Technology and framework we use: .Net using C# for the web and win form application, additionally ASP .Net Ajax for the javascript library. This application interfaces with MS SQL and Oracle DB server.
The big challenges for this application is really focus on enhancement of the UI and the User Experience. Behind the scene we also upgraded the code from .Net 1.1 to .Net 3.5. We also rewrote all the codes using more Object Oriented approach (Inheritance, Polymorphisms, implementing some of Design Patterns). The UI use extensive Ajax features for Lazy Loading using UpdatePanel, calling Web Services or Page Method (calling C# code behind from client).
You can see some screen shots here.
You must be logged in to post a comment.