.net
MPU
互联网工作CTO架构师
展开
-
Asp.Net 学习资源列表
Asp.Net 学习资源列表名称:快速入门地址:http://chs.gotdotnet.com/quickstart/描述:本站点是微软.NET技术的快速入门网站,我们不必再安装.NET Framework中的快速入门示例程序,直接在网上查看此示例即看。名称:微软官方.NET指导站点地址:http://www.gotdotnet.com/描述:上面的站点是本站的一个子站点,本站点提供微软.NET转载 2006-11-17 11:53:00 · 1152 阅读 · 0 评论 -
IIS5、IIS6、IIS7的ASP.net 请求处理过程比较
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->http://blog.joycode.com/g转载 2008-08-06 19:41:00 · 1168 阅读 · 1 评论 -
WINDOWS下的使用VS.NET2005的SVN手记
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->前言由于此文章写的主要是针对我们项目组其他成员参考转载 2007-06-12 19:32:00 · 1093 阅读 · 1 评论 -
用VS.NET 2005重构你的代码
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->作为程序员,我们都在编写各种各样的代码,然而有些程转载 2007-06-11 20:45:00 · 966 阅读 · 0 评论 -
TestDriven.NET 2.0——单元测试的好助手
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->TestDriven.NET 2.0——单元测转载 2007-06-11 18:14:00 · 1506 阅读 · 0 评论 -
学习.Net的经典网站
学习.Net的经典网站<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->还不错推荐给转载 2007-07-27 15:25:00 · 1022 阅读 · 0 评论 -
IConfigurationSectionHandler 接口的用法
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->对asp.net 的配置文件即熟悉又陌生,熟悉的是转载 2007-07-13 16:32:00 · 1596 阅读 · 0 评论 -
设计模式示例三 Abstract Factory(抽象工厂)
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->示例名称:家庭合唱比赛示例说明:定义抽象的父亲转载 2007-07-13 16:58:00 · 983 阅读 · 0 评论 -
设计模式示例二 Decorator(装饰者)
示例名称:超级递送员示例说明:定义基类(BaseDelivery)和虚方法(Deliver),定义继承自该基类的三个子类(MilkDelivery、NewspaperDelivery和CarDelivery),重写基类的虚方法(Deliver)。示例类图:关键部分说明BaseDeliveryusing System;namespace Delivery...{ public转载 2007-07-13 16:50:00 · 921 阅读 · 0 评论 -
设计模式示例一 Factory Method(工厂方法)
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->示例名称:简单计算器示例说明:定义一个抽象类(转载 2007-07-13 16:25:00 · 1230 阅读 · 0 评论 -
2007年你必须学习的10项.NET技术。
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->当然对于这个问题,每个人都有自己的想法。以下只是作转载 2007-07-13 16:41:00 · 922 阅读 · 0 评论 -
System.Configuration.ConfigurationManager.GetSection
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->好几次在代码中使用了System.Configur转载 2007-07-13 16:22:00 · 1710 阅读 · 1 评论 -
对“三层结构”的深入理解——怎样才算是一个符合“三层结构”的Web应用程序?
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->对“三层结构”的深入理解——怎样才算是一个符合转载 2006-11-17 11:56:00 · 1108 阅读 · 0 评论 -
NET三层经典架构PetShop3.0分析之数据访问层
NET三层经典架构PetShop3.0分析之数据访问层 本文将以设计和实现紧密结合的方式来分析,这也是我们广大实践型的软件开发人员的风格。先看一下设计图和具体实现VS.NET工程的表格。 MSPetShop 3.0 系统结构图:从图中可以看到系统大体分为Presentation,Business Logic,Data Access 三层,每层中又有子层。每层(转载 2006-11-17 11:55:00 · 1325 阅读 · 0 评论 -
译:为什么我们不要 .NET 程序员
本文是从 Why we don’t hire .NET programmers 这篇文章翻译而来。也许你已经知道了,我们正在招聘最优秀的程序员。不错,每个人都这样说。但是我们的程序员能打败你们的——任何时候。比如,米奇虽然只有5英尺高,但他是一个有相当实力的击剑手。维托尔德以前是一个6’3″的职业冰球选手。内特喜欢以丢匕首为乐。当然,他们都是很有水平的程序员。发现这些人才,转载 2012-01-03 12:12:56 · 1122 阅读 · 0 评论