2011年10月13日 星期四

下一版不提供 ASP.NET Dynamic Data LINQ to SQL 動態網站的功能了嗎???

 

在 Visual Studio 2010 建立ASP.NET Dynamic Web Site時有兩種選擇:

image

但在Visual Studio 11 Developer Preview中只看得到一種選項:

image

這意味著,下一版不提供 ASP.NET Dynamic Data LINQ to SQL 動態網站的功能了嗎???

2011年10月5日 星期三

Visual Basic 匿名方法

 

Visual Basic 終於支援匿名方法

Module Module1
    Sub Main()
        Dim nameList = Function() As String
                           Return "Hi"
                       End Function
        Console.Write(nameList())
    End Sub
End Module

總網頁瀏覽量