天天看點

.net 這些年發展 參考資料

先看看百度百科的 .NET Framework 資料

<a href="http://baike.baidu.com/view/1378338.htm">http://baike.baidu.com/view/1378338.htm</a>

這些年随着.net的每個更新,都會有大量的新内容推出,對開發效率有很大的提高,今天簡要回顧一下這個發展過程:

2000年為應對JAVA的壓力推出.net戰略,

2002年推出.net1.0,并送出了ECMA規範,最初的時候.net名詞滿天飛

.net2.0,主要是泛型、匿名方法等應用,增強了使用性

.net 3.x: 三個Foundation(WCF WPF WF)和Cardspace的推出,對企業級的應用是很大的增強,同時linq和文法的增強等非常的強

.net 4.0: 并行、dynamic等特性

當然這中間涉及了無數的技術: ado.net, asp.net, Data Service, silverlight, Windows Form等等

至于跨平台我們可以看到mono的發展,不過使用範圍還是相對的小

看到java的開源開展,.net的開源項目發展的很快,官方的codeplex.com目前有很多的資源可以參考,甚至微軟的很多東西也有開發的釋出,使我們可以一窺這些軟體的内部流程,如.net架構開源等等。

以下是網絡的一些參考資料,對比了不同的版本差别,我們使用這些工具時可以知道大體的發展情況

不同.net的差别

<a href="http://wordwalkin.wordpress.com/2010/11/24/difference-between-net-framework-2-03-03-54-0/">http://wordwalkin.wordpress.com/2010/11/24/difference-between-net-framework-2-03-03-54-0/</a>

<a href="http://blogs.msdn.com/b/johnwpowell/archive/2008/03/16/c-and-net-framework-features-by-version-quick-reference.aspx">http://blogs.msdn.com/b/johnwpowell/archive/2008/03/16/c-and-net-framework-features-by-version-quick-reference.aspx</a>

專題

<a href="http://tech.it168.com/focus/201007/netten/index.html">http://tech.it168.com/focus/201007/netten/index.html</a>

<a href="http://stackoverflow.com/questions/3174942/list-of-new-features-in-c2-0-3-0-and-4-0">http://stackoverflow.com/questions/3174942/list-of-new-features-in-c2-0-3-0-and-4-0</a>