vb to csharp
摘要:网上找了这个vb转c#的工具,还不错,就是不知道换行。。。。http://www.developerfusion.com/tools/convert/vb-to-csharp/
阅读全文
posted @
2013-04-15 11:35
猪小娣
阅读(365)
推荐(0)
C# 扩展DataTable 转 Json 方法
摘要:namespace PadWebServices.Model{ public static class DataTableExtender { public static string ToJson(this DataTable dt,string tbName) // th...
阅读全文
posted @
2013-04-11 17:52
猪小娣
阅读(279)
推荐(0)
WebService 中操作 HttpRequest / HttpResponse (一)
摘要:REST WCF 使得我们调用Web服务时,可以通过HttpRequest的交互简单完成。那么老版的WebService能否做到呢?WebService中通过HttpContext.Current.Rquest/Response,我们一样也可以改造WebMethod。客户端: (详见注释) 1 //...
阅读全文
posted @
2013-04-07 12:12
猪小娣
阅读(666)
推荐(0)