I am a consultant in a firm and this firm have huge amount of projects which does basic CRUD operations in every project (like Update, Select, Delete, Add) in GridView
I was thinking instead of creating for every project the same operation over n over again, why don't I create some kind of SOA based architecture design pattern? In that way, anyone can inherit the operations performed using SOA services and execute it.
Also, I maybe wrong here! How should I approach this pattern? Most of the developers here in this company are DB developers.