Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 使用WCF的SQL Server数据库通知_C#_Wcf_Sql Server 2008 R2 - Fatal编程技术网

C# 使用WCF的SQL Server数据库通知

C# 使用WCF的SQL Server数据库通知,c#,wcf,sql-server-2008-r2,C#,Wcf,Sql Server 2008 R2,每当将记录插入SQL时,我需要在C#程序中执行一些操作。 我曾经处理过SqlDependency。但现在客户要求我们处理WCF服务。 与SqlDependency相比,使用WCF更好。有没有关于WCF的链接?告诉你的客户别管闲事?WCF与数据库监视有什么关系?这是一个服务框架。。。询问他们希望WCF为他们做些什么,看看你是否能做到,但WCF并不是SqlDependency的替代品。但他们要求用WCF做些什么。他们说SqlDependency不可靠他们认为SqlDependency不可靠为什么?正

每当将记录插入SQL时,我需要在C#程序中执行一些操作。
我曾经处理过
SqlDependency
。但现在客户要求我们处理
WCF
服务。

SqlDependency
相比,使用
WCF
更好。有没有关于WCF的链接?

告诉你的客户别管闲事?WCF与数据库监视有什么关系?这是一个服务框架。。。询问他们希望WCF为他们做些什么,看看你是否能做到,但WCF并不是SqlDependency的替代品。但他们要求用WCF做些什么。他们说SqlDependency不可靠他们认为SqlDependency不可靠为什么?正如@CodeCaster所说,找出他们真正想要的是什么,然后使用适当的技术来解决他们的担忧/问题。这两种技术不可比较,因为它们做的事情不同。这就像说“刀子很危险,用橘子代替”。这根本没有道理。