摘要: WinForms UI Thread Invokes: An In-Depth Review of Invoke/BeginInvoke/InvokeRequred 阅读全文
posted @ 2006-12-05 00:09 活力豆 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Redirecting Console Output to a Windows Control Redirect console output 阅读全文
posted @ 2006-11-29 21:51 活力豆 阅读(481) 评论(0) 推荐(0) 编辑
摘要: Retrieving HTTP content in .NET Creating Multi-threaded .NET components for COM Interop with Visual FoxPro 阅读全文
posted @ 2006-11-26 23:38 活力豆 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 本例演示在SQL Server中,当用户添加一条字段信息数据到一个表中,通过触发器相应在另一个表中自动增加一个对应的字段。 1 首先建立一个字段信息表Fields CREATE TABLE [dbo].[Fields] ( [FieldID] [int] IDENTITY (1, 1) NOT NULL , [Name] [varchar] (50) COLLATE Chinese_PRC_C... 阅读全文
posted @ 2006-11-06 10:03 活力豆 阅读(3227) 评论(1) 推荐(0) 编辑
摘要: Creating a CSS Layout from scratch, 是一篇非常棒的教程。 阅读全文
posted @ 2006-10-26 12:21 活力豆 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 是使用 ASP.NET Web 服务还是使用 .NET Remoting了解 .NET 中的企业服务 (COM+)在电子商务环境中通过使用对象池获得可伸缩性 如何在具有企业服务的 ASP.NET 中使用 DPAPI(用户存储) 服务组件概述 C# 泛型简介 ASP.NET Web 服务、企业服务和 .NET Remoting 的性能 熟悉队列组件(COM+ 技术文章) 阅读全文
posted @ 2006-10-18 17:11 活力豆 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 你的.net 2.0 真的能与1.1 安全正确地运行在同一台电脑上吗? 小心Server Application Unavailable 错误 这篇文章很有用,免得那一天碰上此类问题,不知道该如何解决! 阅读全文
posted @ 2006-10-12 12:20 活力豆 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 收集了一些关于.net 2.0中配置方面的文章:Updating Config Files in ASP.NET 2.0 Creating an Object Configuration Section in .Net 2.0 结合 FileSystemWatcher更好的使用配置文件 阅读全文
posted @ 2006-10-12 12:18 活力豆 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Web Development Tools for the Power Developer这篇文章介绍了web开发有用的工具 Validators HTML/XHTML Validator CSS Validator Feed Validator (RSS and Atom) Javascript Prototype Javascript Framework... 阅读全文
posted @ 2006-09-14 11:19 活力豆 阅读(469) 评论(0) 推荐(0) 编辑
摘要: ASP.Net 2.0 中的System.Configuration下有n多个对象,读取ConnectionStrings在System.Configuration.ConfigurationManager之下,下面的方法可以获取到数据连结信息 string connectionString;System.Configuration.ConnectionStringSettings connStr... 阅读全文
posted @ 2006-08-23 13:53 活力豆 阅读(1791) 评论(0) 推荐(0) 编辑