vb.net - Generic Methods to consume WCF Services -


i have bunch of wcf services referenced in desktop application.
of these services have common methods e.g. getall(), getallasync(), add(record employee), addasync(record employee).
now, while creating inheritable form, there way can make generic functions these common service functionalities in inherited form can provide service name type.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -