由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - question: Any benefits for C#程序中写CLR存储过程Writing CLR Stored Procedures in C# ?
相关主题
How to Call Stored Procedure in C# .Net?from C++ to C#
如何从一个Stored Procedure中实时返回运行信息有谁来谈谈yukon么?
nhibernate, ado.net比stored procedure执行数据库操作快吗?.NET前景的障碍
这个有performane区别吗?用DLL会快些吗?
C# on JVM?ASP.Net比ASP倒底好多少?
.NET 入门系列(1)--什么是.NETmemory leak
Managed Code vs. Unmanaged Codetemplate?
c#有没有第三方地免费解释器?C# to C/C++
相关话题的讨论汇总
话题: clr话题: c#话题: stored话题: writing话题: procedures
进入DotNet版参与讨论
1 (共1页)
w********i
发帖数: 244
1
All,
I wonder if there is benefits for performance for Writing CLR Stored
Procedures in C# ? Thank you!
hai
c**t
发帖数: 2744
2
you can handle very complex business logic with 1st class programming
language. SQL sometime limited.

【在 w********i 的大作中提到】
: All,
: I wonder if there is benefits for performance for Writing CLR Stored
: Procedures in C# ? Thank you!
: hai

k**n
发帖数: 3989
3
1st class programming language?
难道不是只能用vb.net
w********i
发帖数: 244
4
More details or examples? I thought it is not useful and sometimes it brings
troubles. Thank you!
x**n
发帖数: 461
5
No. CLR stored procedure is just the database team's effort to get more work
/bonus. It doesn't help your performance at all because the database is not
designed to do such things. The best place to place your business logic is
still your middle tier.
w********i
发帖数: 244
6
Thank you!
1 (共1页)
进入DotNet版参与讨论
相关主题
C# to C/C++C# on JVM?
Need Help: a very wierd Managed C++ interop problem.NET 入门系列(1)--什么是.NET
大家觉得 CLR via C# 这本书怎么样?Managed Code vs. Unmanaged Code
[合集] 大家觉得 CLR via C# 这本书怎么样?c#有没有第三方地免费解释器?
How to Call Stored Procedure in C# .Net?from C++ to C#
如何从一个Stored Procedure中实时返回运行信息有谁来谈谈yukon么?
nhibernate, ado.net比stored procedure执行数据库操作快吗?.NET前景的障碍
这个有performane区别吗?用DLL会快些吗?
相关话题的讨论汇总
话题: clr话题: c#话题: stored话题: writing话题: procedures