<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Coding with .NET</title><subtitle type="text">Live with passion, coding with passion....</subtitle><id>http://feed.cnblogs.com/blog/u/11783/rss</id><updated>2005-09-02T03:51:37Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11783/rss"/><entry><id>http://www.cnblogs.com/chenglin/archive/2005/09/02/228623.html</id><title type="text">在 .NET 2.0 配置中使用可变属性的配置元素</title><summary type="text">在配置我们的应用程序的时候，经常会遇到有的配置元素、配置节需要可变的属性。比如，在 .net 2.0 中经常遇到的 Provider 模式。在配置 Provider 的时候，可能会需要为不同的 Provider 提供不同的属性，比如为 SqlDataProvider 提供连接字符串属性，为 XmlFileDataProvider 提供文件路径等。 下面代码是一般的 ConfigurationEle...</summary><published>2005-09-02T03:52:00Z</published><updated>2005-09-02T03:52:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/09/02/228623.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/09/02/228623.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/08/20/218871.html</id><title type="text">如何在运行时切换WinForm程序使用的语言？</title><summary type="text">使用 .net 开发一个多语言支持的 WinForm 程序是很容易的，特别是在 C# 2.0 中为资源文件提供了 ResXFileCodeGenerator 自定义工具就更方便了。然而好像不是很容易在运行时选择界面显示使用的语言（不知道是不是其实很简单，只是我不知道:) 下面的东东就当是抛砖引玉吧）。就像常用的 BT 下载软件 BitComet，可以方便得在菜单中设置界面显示使用不同的语言。 在 ...</summary><published>2005-08-19T16:53:00Z</published><updated>2005-08-19T16:53:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/08/20/218871.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/08/20/218871.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/08/12/213741.html</id><title type="text">ReSharper 2.0 Preview Software</title><summary type="text">刚才到 jetbrains 网站上逛了逛，发现有个叫 ReSharper 2.0 Early Access Program 的东东。既然叫做 “Early Access”,是不是有“Eearly Access”的版本可以被下载了呢？赶紧点进去，果然是发现大家期待已久的 Resharper 2.0 已经有preview version可以下载了。 :) 装好以后试了一下，还不错。没有仔细比较 ReS...</summary><published>2005-08-12T14:32:00Z</published><updated>2005-08-12T14:32:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/08/12/213741.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/08/12/213741.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/08/07/209294.html</id><title type="text">Using WebResource.axd for embedded resources</title><summary type="text">There is a great feature in ASP.NET v2 that we can directly use embedded resources in compiled assemblies. For example, we have an image compiled in a assembly. Without this feature, we might have to ...</summary><published>2005-08-07T05:09:00Z</published><updated>2005-08-07T05:09:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/08/07/209294.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/08/07/209294.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/07/27/201205.html</id><title type="text">Configuration Model in .Net 2.0</title><summary type="text">在 .net 1.0/1.1 中，.net framework给我们提供了基于 xml 文件的配置系统，使我们能够非常方便的读取和扩展配置数据。在 .net 2.0 中，这种基于 xml 文件的配置系统被进一步改善了，更容易被读取和扩展，而且增加了在运行时更改配置和加密配置数据的支持。 如何配置应用程序在 .net 配置系统中一般包括两种类型的元素： Section: 配置节。 Section G...</summary><published>2005-07-27T08:55:00Z</published><updated>2005-07-27T08:55:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/07/27/201205.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/07/27/201205.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/06/29/183134.html</id><title type="text">Whidbey Obsoletion List By Assembly</title><summary type="text">From: http://willydev.net/descargas/api2.0/HTMbyAssembly/Default.Aspx There are two separate counts available in the lists. The "Obsoleted Members" count is the number of obsoleted members NOT in obso...</summary><published>2005-06-29T02:24:00Z</published><updated>2005-06-29T02:24:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/06/29/183134.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/06/29/183134.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/06/19/177225.html</id><title type="text">八皇后问题</title><summary type="text">周末闲来无事，忽然想起大学时候学《数据结构》时候的期末上机考试，要求在两个小时内完成两道编程的题目。其中一道题目就是让编程解决&amp;#8220;八皇后问题&amp;#8221;。现在想起来还是挺有意思，就打算用 C# 再实现一次 :) 八皇后问题的大致意思是这样的：在一个 8*8 的矩形格子中排放 8 个皇后，要满足的条件包括：任意两个皇后都不能在同一行、同一列，也不能在同一条对角线（斜率等于1或-1）。 在...</summary><published>2005-06-19T09:26:00Z</published><updated>2005-06-19T09:26:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/06/19/177225.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/06/19/177225.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/06/17/176109.html</id><title type="text">Team Development with ASP.NET</title><summary type="text">From: http://blogs.worldnomads.com.au/matthewb/archive/2004/01/12/194.aspx Its suprising how many people are attempting to do team development with ASP.NET, or even just .NET, and have not even known ...</summary><published>2005-06-17T04:43:00Z</published><updated>2005-06-17T04:43:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/06/17/176109.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/06/17/176109.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/06/16/175831.html</id><title type="text">ref 关键字的用法</title><summary type="text">ref 关键字在 C# 中经常使用，但是一直也没有认真考虑过它的确切含义。经常写代码，然而最基本的都还没有搞清楚，真是惭愧呀 :( 以前觉得使用 ref 是传的引用，如果在此方法里面更改参数的值，那此参数对应的变量的值也会被更改。 下面的代码是 MSDN 上的例子： 1//cs_ref.cs2usingSystem;3publicclassMyClass4{5publicstaticvoidTes...</summary><published>2005-06-16T15:13:00Z</published><updated>2005-06-16T15:13:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/06/16/175831.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/06/16/175831.html"/></entry><entry><id>http://www.cnblogs.com/chenglin/archive/2005/06/13/173547.html</id><title type="text">原来在事务中是可以使用 Create Table 语句的！</title><summary type="text">最近做一个项目，需要在数据库中动态创建表格（Create Table）来保存数据。为了保证表格名称的唯一，我将新创建表格的名称定义为&amp;#8220;[prefix]_[guid]&amp;#8221;。但是在创建表格的同时需要做一些其他相关的事情，而且需要保证这两个动作的事务性。 原来在看 Sql Server 的联机帮助的时候，看到有一些在事务不能使用的语句，误将Create TABLE也包含在内了！在开...</summary><published>2005-06-13T04:49:00Z</published><updated>2005-06-13T04:49:00Z</updated><author><name>Lin</name><uri>http://www.cnblogs.com/chenglin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenglin/archive/2005/06/13/173547.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenglin/archive/2005/06/13/173547.html"/></entry></feed>
