http://code.msdn.microsoft.com/cs2008samples
>> 2008 코드 샘플을 꼭 봐야 한다..새롭게 추가된 내용이 많아서 꼭 확인하고 가야한다.
Visual C# 2008 Samples
Our first release on CodeGallery contains updates to the official C# samples that ship with Visual Studio 2008.
Language Samples Download Link
Please click here or turn to the downloads page to download the samples.
We have created a set of language samples to help you get familiar with various C# language features. They are available in the LanguageSamples folder.
LINQ Samples
We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.
Getting Started with LINQ
SampleQueries: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.
SimpleLinqToObjects: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects.
LinqToNorthwind: A basic example of how to use LINQ To SQL to query a database.
SimpleLinqToXml: Get started using LINQ to XML.
WinFormsDataBinding: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example.
XQuery: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query
LinqToXmlDataBinding: Bind LINQ to XML code to WPF controls.
Advanced Samples
DynamicQuery: Code to create LINQ queries at run time.
Reflector: Use LINQ to right queries against the objects in your code using the Reflection APIs.
RSS: This sample acts as a tiny web server that aggregates several RSS feeds
SimpleLambdas: Several examples of how to write and use lambda expressions.
WebServiceLinqProvider: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data.
Addins and Visualizers
ExpressionTreeVisualizer: Create a visualization of an Expression Tree.
QueryVisualizer: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid.
PasteXmlAsLinq: A Visual Studio addin that automatically converts XML markup to LINQ to XML code. Note: Addins cannot be compiled or loaded within C# Express.
Libraries or Utilities
Data: Contains XML files and a modified copy of the Northwind database for use by several of the other samples.
ObjectDumper: A utility for writing the output from a LINQ query to the screen in text mode.
NorthwindMapping: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding.
Whitepapers: The following papers are stored in this directory in Word format:
'프로그래밍 > ASP.NET' 카테고리의 다른 글
macOS 에서 visual studio code를 터미널에서 열기 Big Sur (Catalina 이후버전) (0) | 2021.09.22 |
---|---|
Visual Studio(비주얼 스튜디오) 2008, 2010 에서 HTML5 인텔리센스 지원하기 (0) | 2010.09.06 |
Visual C# 2010 Code Samples (0) | 2010.05.05 |
비주얼스튜디오 2010 과 .NET 4 릴리스 (0) | 2010.04.15 |
C# 패턴 연구 (0) | 2009.04.18 |