随笔分类 -  .NET

Web.config 和 App.config 区别
摘要:web.config is used with web applications. web.config will by default have several configurations required for the web application. You can have a web.config for each folder under your web application.... 阅读全文

posted @ 2009-05-02 16:46 smwikipedia 阅读(1378) 评论(0) 推荐(1)

Drill Into .NET Framework Internals to See How the CLR Creates Runtime Objects
摘要:http://msdn.microsoft.com/en-us/magazine/cc163791.aspx 阅读全文

posted @ 2009-04-14 18:21 smwikipedia 阅读(243) 评论(0) 推荐(0)

MSDN - New Recommendations for Using Strings in Microsoft .NET 2.0
摘要:http://msdn.microsoft.com/en-us/library/ms973919.aspx 阅读全文

posted @ 2009-04-14 11:07 smwikipedia 阅读(147) 评论(0) 推荐(0)

.NET与COM的关系
摘要:.NET与COM的关系: .NET框架的一个主要目的是使COM开发变得更加容易。COM开发过程中最难的一件事是处理COM基本结构。因此,为了简化COM开发,.NET框架实际上已自动处理了所有在开发人员看来是与“COM”紧密相关的任务,包括引用计算、接口描述以及注册。 必须认识到,这并不意味着.NET框架组件不是COM组件。事实上,使用Visual Studio 6.0的CO... 阅读全文

posted @ 2009-04-07 17:23 smwikipedia 阅读(744) 评论(1) 推荐(0)

Jeffry Richter 北京见面会
摘要: 阅读全文

posted @ 2009-03-05 10:29 smwikipedia 阅读(186) 评论(0) 推荐(0)

[转载] <深入理解.NET> 导读
摘要:这个寒冬,如何让我们的身价翻倍? 原文地址:http://www.cnblogs.com/turingbooks/archive/2009/01/04/1368486.html ——《深入理解.NET(第2版·英文版)》读后感 说作者:在windows平台上开发的程序员肯定都知道Jeffery Richter(如果你还不知道,请赶快用最顺手的搜索引擎搜一把)。Jeffery Richter... 阅读全文

posted @ 2009-02-16 00:12 smwikipedia 阅读(268) 评论(0) 推荐(0)

[转载]木老师教笨笨课堂——系列讲座(从函数指针到委托)一 问题的由来
摘要:木老师教笨笨课堂——系列讲座(从函数指针到委托) 原文地址:http://www.cnblogs.com/helloj2ee/archive/2008/12/02/1345838.html 作者:李响 王双 本文示例在Visual C++ 6.0和 Visual Stdio2005下编译测试通过。 一、问题的由来 程序世界里面经常干的一件事情是模块A给模块B输入若干个参数,然后经过处理再输出一个... 阅读全文

posted @ 2009-02-05 11:19 smwikipedia 阅读(355) 评论(3) 推荐(0)

MZ, BSJB, and the Joys of "Magic" Constants in Managed Assemblies.
摘要:[原文链接:http://www.moserware.com/2007/11/mz-bsjb-and-joys-of-magic-constants-in.html] When I was 10 or so, I thought you could open up a .EXE in a text editor and do meaningful work with it if you onl... 阅读全文

posted @ 2008-12-01 10:51 smwikipedia 阅读(468) 评论(0) 推荐(0)

.Net 中的反射 1-4
摘要:.Net 中的反射 1-4 http://www.tracefact.net/CLR-and-Framework/Reflection-Part1.aspx http://www.tracefact.net/CLR-and-Framework/Reflection-Part2.aspx http://www.tracefact.net/CLR-and-Framework/Reflection-Pa... 阅读全文

posted @ 2008-11-06 17:38 smwikipedia 阅读(198) 评论(0) 推荐(0)

.NET 书籍推荐
摘要:http://blog.csdn.net/turingbook/archive/2006/10/22/1345111.aspx http://www.gmw.cn/01ds/2006-11/01/content_502220.htm 阅读全文

posted @ 2008-10-25 00:36 smwikipedia 阅读(405) 评论(0) 推荐(0)

vs2008 debug with .net framework source code!
摘要:部分.net framework source code已开源,设置vs2008可进行framework的源码级调试, http://www.infoq.com/news/2008/01/DotNet-Source http://blogs.msdn.com/sburke/archive/2008/01/16/ 鉴于可能会对vs产生的小影响(比如以前的vs2005 sp1) 转载自:http:... 阅读全文

posted @ 2008-06-25 00:09 smwikipedia 阅读(231) 评论(0) 推荐(0)

.NET 开发十大必备工具
摘要:·用于编写单元测试的 NUnit ·用于创建代码文档资料的 NDoc ·用于生成解决方案的 NAnt ·用于生成代码的 CodeSmith ·用于监视代码的 FxCop ·用于编译少量代码的 Snippet Compiler ·两种不同的转换器工具:ASP.NET 版本转换器和 Visual Studio .NET 项目转换器 ·用于生成正则表达式的 Regulator ·用于分析程序集的 .NE... 阅读全文

posted @ 2008-06-21 15:56 smwikipedia 阅读(243) 评论(0) 推荐(0)

《ClR via C#》中译本 译者评论。
摘要:实际上,随着我们软件工程师整体水平的提高,我们更需要学习表象之后的设计原理,和思想。这样我们就可以不断的进入产业界的更上游,而不是一直徘徊在目前的这个位置。 《C#编程语言 (C# Programming Language)》就是这样一本好书。其作者 Anders 是 C# 语言的发明者,.NET 首席架构师,是 Bill 亲自出马若干次才从 Borland 挖过来的一流人才。Anders ... 阅读全文

posted @ 2008-06-20 23:45 smwikipedia 阅读(425) 评论(0) 推荐(0)

Common Type System—Memory Layout at C# Online.NET
摘要:Memory Layout Let’s briefly consider the memory layout for objects and values. It should help to illustrate some of the fundamental differences. Consider if we had a class and a struct, both contain... 阅读全文

posted @ 2008-05-27 02:23 smwikipedia 阅读(750) 评论(0) 推荐(0)

关于通过.NET Framework 2.0 中 SqlDataSource 控件 Select,Update,Delete,Insert 接口调用 存储过程 的粗浅理解。
摘要:把SqlDataSource的Select,Update,Delete,Insert命令类型设置为Stored Procedure,然后在调用的Stored Procedure中设置相应的Output参数,然后就可以在程序中相应的Selected,Updated,Deleted,Inserted事件中通过事件参数SqlDataSourceStatusEventArgs e,以下面的方式: You... 阅读全文

posted @ 2008-04-23 19:45 smwikipedia 阅读(635) 评论(0) 推荐(0)

Events解惑——来自MSDN
摘要:Events are a special kind of multicast delegate that can only be invoked from within the class or struct where they are declared (the publisher class). If other classes or structs subscribe to the eve... 阅读全文

posted @ 2008-03-28 17:27 smwikipedia 阅读(328) 评论(0) 推荐(0)

导航