2012年11月22日 星期四
2012年11月21日 星期三
2012年11月19日 星期一
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#
2012年11月8日 星期四
訂閱:
文章 (Atom)