2004年2月27日

Accessing .NET Components from SQL Server

摘要: From: http://www.sqljunkies.com/Tutorial/C5A500EB-B8BE-42C0-B23B-258A342CAAAB.scukIn the articles titled Using COM Objects in SQL Server and Extending SQL Server with COM Objects, we saw the basics of... 阅读全文

posted @ 2004-02-27 09:23 coollzh 阅读(465) 评论(0) 推荐(0) 编辑

2004年2月14日

FMStock7 中的COM+ 组件

摘要: 今天想研究一下vs.net2003自带的两个sample,打开其中一个FMStock7,发现里面的COM+组建时用C++写的,我就奇怪,为何要用C++写呢,难道他们不知道Managed 和UnManaged代码交互会有性能损失吗?难道用c#开发com+比C++差很多?可有高人给个解释? 阅读全文

posted @ 2004-02-14 22:54 coollzh 阅读(521) 评论(0) 推荐(0) 编辑

情人节辞职

摘要: 2004年辞职,心情颇不太好,偏又赶上没人情人的情人节,新工作在浦东,很远,又要找房子了,哎,每次换工作都要换地方住,想我们这些程序员四海为家,是不是很悲壮! 阅读全文

posted @ 2004-02-14 19:09 coollzh 阅读(488) 评论(1) 推荐(0) 编辑

程序员的工具箱[转]

摘要: 程序员的工具箱 CLR Profiler: 观察托管应用程序的内存分配。Source Insight: 主要用于阅读和理解程序,也可以编辑程序。FxCop: 检查程序集是否遵守托管代码设计规范。 阅读全文

posted @ 2004-02-14 19:03 coollzh 阅读(486) 评论(0) 推荐(0) 编辑

2004年2月13日

Easy Asynchronous "NET SEND" Messaging

摘要: Easy Asynchronous "NET SEND" Messaging Often when you have a number of people on a network who are logical "subscribers" to certain events, changes or other business - related happenings, you wa... 阅读全文

posted @ 2004-02-13 23:14 coollzh 阅读(1344) 评论(0) 推荐(0) 编辑

Synchronizing the ASP.NET Cache across AppDomains and Web Farms

摘要: 我一直在思考如何在Web Farms下使用asp.net Cache的强大功能,今天我在搜算关于Cache vs. Static变量的时候,无意中发现这篇文章,他提供一种可以解决Web Farm下同步Cache的方法。 但是存在大量Cache的Web Farm这种节约办法是否好呢?是不是会造成Performance的overhead呢?有待验证。如果这个方法可行,微软为何不再asp.net1.1或... 阅读全文

posted @ 2004-02-13 02:28 coollzh 阅读(660) 评论(0) 推荐(0) 编辑

2004年2月12日

Asp.net:c#的一些字符串的经验

摘要: --------------------------------------------------------------------------------//获得汉字的区位码byte[] array = new byte[2];array = System.Text.Encoding.Default.GetBytes("啊");int i1 = (short)(array[0] - '\0'... 阅读全文

posted @ 2004-02-12 21:52 coollzh 阅读(1463) 评论(0) 推荐(0) 编辑

2004年2月11日

分布式计算所面临的挑战

摘要: 分布式体系结构的核心是能够调用对象上的方法或者与驻留在不同进程中甚至有可能在不同计算机上的服务进行通信。看起来这似乎不难,但是您必须解决非常多的问题:l 如何实例化远程对象?l 如果您希望调用现有对象上的方法,那么如何获取对该对象的引用?l 网络协议仅传输字节流,而不传输对象。如何才能通过字节流调用方法?l 安全性如何?是否每个人都能够调用远程对象上的方法?l 大多数网络在本质上都不可靠。如果无法... 阅读全文

posted @ 2004-02-11 22:37 coollzh 阅读(864) 评论(0) 推荐(1) 编辑

Writing ASP.NET Web Forms with C#

摘要: Writing ASP.NET Web Forms with C# Web Forms are a programming model in ASP.NET, the next generation of Web programming technology from Microsoft.This article discusses Web Forms by first comparing ASP... 阅读全文

posted @ 2004-02-11 00:33 coollzh 阅读(505) 评论(0) 推荐(0) 编辑

2004年2月6日

MSMQ

摘要: http://www.codeproject.com/w2k/msmq.asp Windows 2000 (NT 4.0 with its service packs) provides you with MTS, IIS, MSMQ. Microsoft Transaction Server (MTS) provides you with the ability to write service... 阅读全文

posted @ 2004-02-06 17:11 coollzh 阅读(866) 评论(1) 推荐(0) 编辑

导航