| PB |
VB.NET |
ASP.NET |
| Window |
Win Forms |
Web Forms |
| Window Controls |
Win Form Controls |
Web Form / HTML Controls |
| DataWindow GUI |
Win Form Control |
Web Form / HTML Controls |
| DataWindow Buffer |
Dataset |
Dataset |
| Row Status maintained by DW |
Row Status maintain in Dataset
/ Data Table |
Row Status maintain in Dataset
/ Data Table |
| Data Source / Data Access Logic |
Data Adapter |
Data Adapter |
| SQLCA |
Data Connection |
Data Connection |
| Embedded Cursor |
Data Reader |
Data Reader |
| Embedded Select Statement and
Store Procedure |
Command Object |
Command Object |
| NVO |
Business Object |
Business Object |
| Distributed Application |
Web Service |
Web Service |
| Tree Control |
VB.Net Tree Control |
Extended .Net framework object
by Ewak |
| Tab Sheet Control |
VB.Net Tab Sheet Control |
Extended .Net framework object
by Ewak |
| Write Front End Validation
in Window |
Write Front End Validation
in Win Form |
Front End Validation using
Validation Control |