Ansel's Blog

It would probably render the application more complex

博客园 首页 新随笔 联系 订阅 管理

2005年8月24日 #

摘要: 通过维持Web表单中的对象的ViewState你可能会省去不少编码工作。 维持ViewState 在传统ASP中,当一个表单被提交的时候所有表单值都被清除。假设你提交了一个有很多信息的表单并且服务器返回一个错误。你不得不返回到表单并更正信息。你点击返回按钮,但是发生了什么……。所有表单值被清除了,你将不得不从头开始!站点没有维持你的ViewState. 在ASP .NET中提交一个表单的时候,... 阅读全文
posted @ 2005-08-24 10:13 Ansel 阅读(1501) 评论(0) 推荐(0) 编辑

2005年8月23日 #

摘要: Installing a Service Programmatically Author Date Of Submission User Level Sachin Nigam 09/04/2003 Intermediate With the arrival of .Net, creation of a windows service has become a piece of cake by ... 阅读全文
posted @ 2005-08-23 23:22 Ansel 阅读(391) 评论(0) 推荐(0) 编辑

摘要: Building Dynamic Service in C# Author Date Of Submission User Level Tim Osten 10/31/2003 Intermediate This is a service that will run an application, and can be used over an over without hard coding... 阅读全文
posted @ 2005-08-23 23:18 Ansel 阅读(513) 评论(0) 推荐(0) 编辑

摘要: Windows Services Admin: Control Your Windows Services Author Date Of Submission User Level Dipal Choksi 05/20/2002 Intermediate Source Code: WinServiceAdminCode.zip 2 KB We will create an a... 阅读全文
posted @ 2005-08-23 23:10 Ansel 阅读(454) 评论(0) 推荐(0) 编辑

摘要: http://www.c-sharpcorner.com/2/window_service.asp Tutorial: Creating a Windows (NT) Services Author Date Of Submission User Level Mahesh Chand 01/19/2000 Intermediate Tools Used Visua... 阅读全文
posted @ 2005-08-23 22:42 Ansel 阅读(439) 评论(0) 推荐(0) 编辑

摘要: 利用ModelMaker实现Singleton模式 2004年11月13日03:34星期六 [专题文章] 研究ModelMaker也有一段日子了,最近对其中的模式颇感兴趣,特将一些使用体会记录下来,都是很简单的例子,以供初学者参考。因为我最近写的一个类正在使用Singleton模式,所以自然先写的就是Singleton了,不过使用的例子则是最为简单的,因为我不希望读者的视线被太多不相关的细节所... 阅读全文
posted @ 2005-08-23 08:52 Ansel 阅读(593) 评论(0) 推荐(0) 编辑

2005年8月22日 #

摘要: http://www.c-sharpcorner.com/WindowsServices.asp 阅读全文
posted @ 2005-08-22 16:01 Ansel 阅读(373) 评论(0) 推荐(0) 编辑

摘要: Factory Pattern在.Net Remoting Architecture中的实现 混合法 混合法需要使用 RecordingsFactory SAO,它提供了创建 RecordingsManager CAO 的方法。(如果您不熟悉 SAO 示例,请参阅"使用服务器激活对象通过 .NET Remoting 实现 Broker"。)下面的类图表描述了总体解决方案。 图 1... 阅读全文
posted @ 2005-08-22 15:48 Ansel 阅读(1142) 评论(2) 推荐(0) 编辑

摘要: Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication How To: Host a Remote Object in a Windows Service J.D. Meier, Alex Mackman, Michael Dunner, and Srin... 阅读全文
posted @ 2005-08-22 15:35 Ansel 阅读(660) 评论(0) 推荐(0) 编辑

摘要: 用Visual C#创建Windows服务程序 作者:王凯明 发文时间:2003.05.08 10:04:39一.Windows服务介绍: Windows服务以前被称作NT服务,是一些运行在Windows NT、Windows 2000和Windows XP等操作系统下用户环境以外的程序。在以前,编写Windows服务程序需要程序员很强的C或C++功底。然而现在在Visual St... 阅读全文
posted @ 2005-08-22 11:08 Ansel 阅读(3642) 评论(5) 推荐(0) 编辑