tilancs

导航

2004年12月20日 #

在google上搜索电子书

摘要: 在互联网上面免费的电子书真多,关键就看你如何去发现。。。 下面介绍一个简单的方法,打开www.google.com 1、搜索asp相关书籍,关键词 inurl:aspfiletype:chm 其中inurl表明下载地址中包含asp,filetype表明文件名是chm格式,你也可以指定pdf或者doc,ppt,zip,rar等 2、搜索dotnet相关书籍,关键词 ... 阅读全文

posted @ 2004-12-20 14:55 tilancs 阅读(875) 评论(0) 推荐(0) 编辑

一些开源的c#代码

摘要: 如果没有额外说明,以下代码皆用C#编写。 1、Application of Fraction class: Matrix class in C#:矩阵类, 2、Getting started with the Logging Application Block:怎样使用日志应用模块(微软.NET应用模块系列之一), 3、Cancellable Thread Pool,可取消的线程池, ... 阅读全文

posted @ 2004-12-20 14:35 tilancs 阅读(579) 评论(0) 推荐(0) 编辑

数据层的另一种思考方式

摘要: http://www.cnblogs.com/koffer/articles/79005.html 阅读全文

posted @ 2004-12-20 14:08 tilancs 阅读(335) 评论(0) 推荐(0) 编辑

2004年12月17日 #

MDA,给软件开发带来什么?

摘要: MDA概述 MDA是"模型驱动构架"(Model Driven Architecture)的缩写。它是由OMG定义的一个软件开发框架。其关键之处是,模型在软件开发过程中扮演了非常重要的角色。在MDA中,软件开发过程是由对软件系统的建模行为驱动的。 ... 阅读全文

posted @ 2004-12-17 12:20 tilancs 阅读(825) 评论(0) 推荐(0) 编辑

2004年12月2日 #

CodeProject - 使用特性(attributes)和激活机制来实现工厂模式

摘要: 翻译:小新0574审校:Allen Lee (非常感谢Allen细致地审校) Introduction 简介 The basic rule for a factory pattern is that the factory should create an instance of an object with a known an... 阅读全文

posted @ 2004-12-02 13:36 tilancs 阅读(432) 评论(0) 推荐(0) 编辑

Msdn上介绍智能客户端的地址

摘要: http://www.microsoft.com/china/msdn/events/featureevents/2004/SmartClientSeminar/index.aspx 阅读全文

posted @ 2004-12-02 11:17 tilancs 阅读(427) 评论(0) 推荐(0) 编辑

2004年12月1日 #

ASP.NET四种页面导航方式之比较与选择

摘要: 在ASP.NET应用中,Web表单之间的导航有多种方式:用超级链接,用Response.Redirect,用Server.Transfer,或者用Server.Execute。本文将分析这四种导航方式的异同及其优缺点,帮助你选择最佳的导航方式。 一、超级链接 从一个表单进入另一个表单最简单的方式是使用HTML超级链接控件。在Web表单中,使用超级链接的HTML代码类如: ... 阅读全文

posted @ 2004-12-01 13:45 tilancs 阅读(429) 评论(0) 推荐(0) 编辑

关于 Blog 和 RSS 的全面介绍

摘要: csdn上一段介绍Blog的文章,具体内容见下面的链接http://www.blogchina.com/new/display/32658.html 阅读全文

posted @ 2004-12-01 13:09 tilancs 阅读(422) 评论(0) 推荐(0) 编辑