2012年11月21日 星期三

aspnetdb

aspnetdb 這是 asp.net 提供的一套系統資料庫, 許多 ASP.NET 內定的機制都會用到這個資料資料庫, 例如:會員管理機制或健康監視機制等。

建立網站

2012年11月15日 星期四

LINQ 入門(二)

Language-Integrated Query (LINQ) provides a consistent model for querying data no matter where that data comes from. This allows you to write .NET Framework code (in lieu of SQL) when working with data. LINQ gives you compile-time syntax checking against your data, static typing, and IntelliSense in the code editor. All of these features make programming data easier and more consistent, regardless of the origin of the data.

LINQ is an extension to the development languages of C# and Visual Basic. For more information on the LINQ language extensions, you can review the MSDN topic, Getting Started with LINQ in C#