2013年2月27日

C# .Net动态调用webService

摘要: http://www.cnblogs.com/xffy1028/archive/2012/05/07/2487595.htmlC# .Net动态调用webServiceusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net;using System.IO;using System.Web.Services.Description;using System.CodeDom;using Microsoft.CSharp;using System.CodeDom 阅读全文

posted @ 2013-02-27 03:19 奈何倾城 阅读(307) 评论(0) 推荐(1)

在SQL Server中使用CLR调用.NET方法

摘要: http://www.cnblogs.com/webabcd/archive/2007/07/01/802239.html原文地址:http://www.aspnetlibrary.com/articledetails.aspx?article=Using-CLR-to-access-.NET-functions-in-SQL-Server[翻译]在SQL Server中使用CLR调用.NET方法原文发布日期:2007.05.17作者:Mark Smith翻译:webabcd介绍我们一起来做个示例,在.NET中新建一个类,并在这个类里新建一个方法,然后在SQL Server中调用这个方法。按照 阅读全文

posted @ 2013-02-27 02:57 奈何倾城 阅读(329) 评论(0) 推荐(0)

导航