Fork me on GitHub

文章分类 -  dotNet技术

摘要:下载代码示例 您编写一个托管应用程序来亲身体验一下 – 您会觉得其速度较慢。 您的应用程序在功能上是正常的,但其性能有很多不足。 您想诊断出性能问题并解决这些问题,但您的应用程序正在生产环境中运行,导致您无法安装探查器或中断它。 或者,您应用程序的使用范围可能不够广泛,无法证明购买 Visual Studio 探查器来进行 CPU 分析是合理的。 幸运的是,Windows 事件跟踪 (ETW)... 阅读全文
posted @ 2011-01-09 17:28 张善友 阅读(1520) 评论(0) 推荐(0) 编辑
摘要:在博客的世界里进行了一场关于使用依赖注入(DI)之优点和缺点的有趣讨论。论题是:依赖注入是否真的值得? 阅读全文
posted @ 2007-12-17 08:04 张善友 阅读(1531) 评论(0) 推荐(1) 编辑
摘要:微软.NET的最新版本,.NET Framework 3.0,为开发下一代业务解决方案软件系统开启了新的可能。它的设计目标是:提高生产力,降低基础设施复杂性,提供一个一致的元系统,让企业级服务、工作流解决方案和用户体验软件系统的开发更容易。 在我和大量的构架师讨论的过程中,我听到解决方案构架师非常关心安全、开放的标准、互操作性、面向服务的构架、关键技术间的关系(例如Workflow Foundat... 阅读全文
posted @ 2007-08-18 21:19 张善友 阅读(472) 评论(0) 推荐(0) 编辑
摘要:介绍了面向服务架构(SOA)的基本原则。 这些原则并不是绝对的真理,而是作为一个参考。一、明确的边界通过跨越定义明确的边界进行显式消息传递,服务得以彼此交互。有时候,跨越服务边界可能要耗费很大的成本,这要视地理、信任或执行因素而定。边界是指服务的公共接口与其内部专用实现之间的界线。服务的边界通过 WSDL 发布,可能包括说明特定服务之期望的声明。二、服务共享和约和架构,不是类服务交互应当只以服务的... 阅读全文
posted @ 2007-03-05 19:30 张善友 阅读(814) 评论(0) 推荐(0) 编辑
摘要:What's covered: Overview - where does PayPal fit in? How PayPal Processing works Walkthrough and Integration Code Instant Payment Notification (IPN) Related Resources: Source Code for this art... 阅读全文
posted @ 2006-10-27 20:17 张善友 阅读(1684) 评论(0) 推荐(0) 编辑
摘要:Provides complete Solution and Project line counting and summary tool, written as a Visual Studio 2005 Managed Add-In (C#). 阅读全文
posted @ 2006-09-05 22:05 张善友 阅读(3214) 评论(0) 推荐(0) 编辑
摘要:微软加强面向服务架构SOA开发http://www.microsoft.com/china/MSDN/library/WebServices/WebServices/0601ServiceStation.mspx Sending files in chunks with MTOM Web Services and .NET 2.0理解Web Services附件全面接触全面接触WSE 3.0 WS... 阅读全文
posted @ 2006-09-03 22:02 张善友 阅读(489) 评论(0) 推荐(0) 编辑
摘要:这是一篇非常好的讲述MVP设计模式的好文章,描述了ASP.NET 2.0使用Model-View-Presenter 模式实现业务逻辑与表现层的适当分离 阅读全文
posted @ 2006-07-08 23:19 张善友 阅读(8303) 评论(7) 推荐(1) 编辑
摘要:作者:Mike Downen、Shawn Farkas相关技术:XML、.NET Framework、C#、安全性 [摘要]XML签名和XML加密标准目前被广泛地用作构建快(building-block)技术。本文解释了XML签名和XML加密标准,并且说明了如何通过.NET使用它们。 注:本文的某些部分基于 .NET Framework 2.0 的预发布版本... 阅读全文
posted @ 2006-05-04 19:07 张善友 阅读(6530) 评论(1) 推荐(1) 编辑
摘要:Introduction This article provides an overview of the VS.NET 2005 Design-Time Integration Support. The article highlights the .NET design-time architecture and discusses the design-tim... 阅读全文
posted @ 2006-04-03 21:43 张善友 阅读(1005) 评论(0) 推荐(0) 编辑
摘要:原文:http://www.qddn.net/blogs/xumingxsh/archive/2006/01/19/4513.aspx学习VSTS有一段时间,打算把学到的东西整理出来.看看VSTS是个什么?理顺以下此前接触到的知识点。1: VSTS是什么?2: VSTS能做什么?3: VSTS中有哪些角色?4: VSTS有哪些组成部分?5: VSTS如何安装?6:设计分布式系统7:对软件项目... 阅读全文
posted @ 2006-04-02 12:21 张善友 阅读(6243) 评论(1) 推荐(0) 编辑
摘要:The single, most important trap to watch out for when choosing an object-relational mapping tool is this: "architecture by product." Architecture by product is a term I use to describe a set of s... 阅读全文
posted @ 2006-03-25 11:45 张善友 阅读(814) 评论(0) 推荐(0) 编辑
摘要:Virtual Path Providers are a new feature in ASP.NET 2.0 that can be used to create applications similar to Microsoft SharePoint Portal Server, where the content is stored in a database instead... 阅读全文
posted @ 2006-03-21 21:19 张善友 阅读(361) 评论(0) 推荐(0) 编辑
摘要:Databound Schedule controls These data controls can show scheduled events automatically. RSS Feeder Custom Web Control A custom web control to display an RSS feed. NumericInput http://www.thecodepr... 阅读全文
posted @ 2006-03-10 22:34 张善友 阅读(658) 评论(0) 推荐(0) 编辑
摘要:一篇非常好的讲述C# Delegate和Event的文章 阅读全文
posted @ 2006-03-07 20:55 张善友 阅读(5100) 评论(5) 推荐(3) 编辑
摘要:IKVM.NET是一个针对Mono和微软.net框架的java实现,其设计目的是在.NET平台上运行java程序。本文将比较详细的介绍这个工具的原理、使用入门(如何java应用转换为.NET应用、如何在java中开发.NET应用),希望能给大家带来惊喜。对此的疑问和讨论,请关注cleverpig的blog:http://blog.matrix.org.cn/page/cleverpig 阅读全文
posted @ 2006-03-05 10:12 张善友 阅读(8106) 评论(1) 推荐(1) 编辑
摘要:摘要本文介绍了在.NET框架下应用Web设计模式改进WebForm程序设计的一些基本方法及要点。关键字设计模式,ASP.NET,WebForm,MVC,Page Controller,Front Controller,Page Cache目录引言经典的WebForm架构设计模式MVC模式下的WebFormPage Controller模式下的WebFormFront Controll... 阅读全文
posted @ 2006-02-24 14:28 张善友 阅读(819) 评论(0) 推荐(0) 编辑
摘要:In this article, we will explore the necessary details for working with resources in ASP.NET applications and for creating international ASP.NET applications based on embedded resources and the integrated localization support. 阅读全文
posted @ 2006-02-22 21:10 张善友 阅读(1520) 评论(2) 推荐(0) 编辑
摘要:The other day I found that there is a .NET wrapper for sqlite. sqlite is a very cool embeddable SQL-92 database engine. It's a single library that gives you a very fast, very scalable (2TB), single fi... 阅读全文
posted @ 2006-01-18 21:37 张善友 阅读(1400) 评论(0) 推荐(0) 编辑
摘要:Karl Seguin 适用于:AJAX(异步 JavaScript 和 XML)Microsoft AJAX.NETMicrosoft ASP.NET 摘要:了解如何将 AJAX(异步 JavaScript 和 XML)用于您的 Microsoft ASP.NET 应用程序,使其互动性更强、响应更及时。 下载本文的代码示例 AjaxASPNETCS.msi(使用 C# 语言) 下载本文的代码示... 阅读全文
posted @ 2006-01-15 14:46 张善友 阅读(997) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示