摘要:
This Class is used to handle SQL procedures, including Verify SP exist or not, Create SP into DB and Execute SP via C#.using System;using System.Data.... 阅读全文
摘要:
Code snippet about some Windows service operation methods.Install Service:public static void InstallService(string filepath, string serviceName, strin... 阅读全文