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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -