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

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -