Mahesh Singh
8 posts.
- Association, Aggregation, CompositionAssociation, Aggregation, Composition update - Please read updated article on When we have only one relationship between objects, that is called…
- Difference between Layers and Tiers (Layers vs Tiers)?Tiers are physically separation of tiers means in different projects, dll or exe. When we talk about Layers means logical separation of tiers.
- DataSet or DTOs (Data Transfer Objects)In three tier architecture when BL class calls DAL to retrieve data from the DB we are having two options to get these data one is DataSet/DataTable and…
- Stored Procedures or SQL Text Queries (Embedded SQL Query)?While designing DAL layer we normally stuck with one debate, Stored Procedures or Embedded SQL Query? I also faced the same problem. I searched on the…
- Difference between a Struct and a Class ?The struct type is suitable for representing lightweight objects such as Point, Rectangle, and Color. Although it is possible to represent a point as a…
- Abstract Class vs InterfaceIntroduction: There are lost of discussion on the internet about the Interface vs Abstract class. Also, as base class whether we have to use interface,…
- Abstract Class vs InterfaceIntroduction: There are lost of discussion on the internet about the Interface vs Abstract class. Also, as base class whether we have to use interface,…
- Get control name in Page_Load event which make the post backHi, Few day back i need post back control name in the Page\Load event. I did lots of search on net. I found few intersting fact about that and i am…
