[b]WinFX更名为 .NET Framework 3.0.[/b]
[quote]
由于WinFX这个名字给开发人员造成了很多困惑,弄不清楚WinFX和Framework的关系,微软决定将WinFx更名为.NET Framework 3.0。
The change is in name only and will not affect the technologies being delivered as part of the product. The .NET Framework 3.0 is still comprised of the existing .NET Framework 2.0 components, including ASP.NET, WinForms, ADO.NET, additional base class libraries and the CLR, as well as new developer-focused innovative technologies in WPF, WCF, WF and WCS:
[img]http://blogs.msdn.com/photos/somasegar/images/625375/original.aspx[/img]
The .NET Framework 3.0 will still ship with Windows Vista, and will be available down-level for Windows XP and Windows Server 2003 as planned. This change doesn’t affect in any way the ship schedules of either Windows Vista or the .NET Framework 3.0 itself.
汗死了,2.0还没有搞熟呢,3.0今年就要发布了。。。
[/quote]
[b]C# 4.0语言将出现重大改变,带来一段Code Preview[/b]
虽然现在C# 2.0还没有普及
虽然现在C# 3.0还抱着琵琶 : )
但是C# 4.0已经在研制中了~~
在微软的研究院里,C# 4.0的雏形已经出现了,并且与之前的C#语言有着很大的不同
可以这样说,之前的C#语言还算是C家族的成员,
那么,C# 4.0将推翻人们的这种看法!
废话少说,看代码:
下面是一段典型的现在的C#代码:
[code]
public void Main(string[] args) {
Console.WriteLine(“Hello World”);
}
[/code]
在熟悉不过了~~Hello World而已!
下面就是我们的未来派C# 4.0的等效代码:
[code]
(args of string many are they) Main is what they seek yet return they do not.
Brace you must
Written it is, the Console. "Hello World"
[/code]
很奇怪!!!!但是我相信,凭借现在微软的实力和市场的选择,要么这种巨大的改变彻底失败,要么人人都会使用这样的语法进行编程。
搞自博客园