I am using asp.net and c #
I have some classes. I have to insert, update and delete the same methods in some classes.
Each combination will insert different data into different tables. (To update and delete). What kind of pattern can be applied to this type of class.
Please suggest
Patterns are those things that you use in your code Should recognize. Selecting a design pattern and then applying it, maybe a classic mistake.
Use a pattern, where a pattern is required.
Comments
Post a Comment