Tutotiral VS2005

download Tutotiral VS2005

of 2

Transcript of Tutotiral VS2005

  • 7/29/2019 Tutotiral VS2005

    1/2

    101 Samples for Visual Studio 2005

    101 Samples, in both Visual Basic and C#, featuring many of the new features available with Visual

    Studio 2005 and the .NET Framework 2.0. For more samples using Visual Studio 2003 .NET, seethis

    download.

    Download all 101 Samples:C# Version | VB Version

    These samples have been written and tested with Beta 2 of Visual Studio 2005

    Base Class Libraries

    The Base Class Library samples show how to use the classes in the

    namespaces System.Net, System.RegEx, System.Transaction,

    System.Console and more. Samples include:

    Changing ACL (Access

    Control Lists) on files

    Console Enhancements

    including buffer control, simple

    animations and colors

    Downloading files using FTP

    (File Transfer Protocol)

    Network Programming

    including PING, UDP, and TCP

    network statistics

    Using the new Stopwatch

    class to measure time

    Compressing and

    decompressing files in the GZip

    format

    Retrieving Drive Information

    Using Generic Collections

    Creating Regular

    Expressions to parse text

    Download:C# Version | VB Version

    Data Access

    The Data Access samples show how to use the classes in the System.Data

    and related namespaces. In addition, how to use the new features of SQLServer 2005. Samples include:

    Asynchronous Queries

    Attaching a database with

    your application

    Creating and using User

    Defined Types with SQL Server2005

    DataReader vs. DataSet

    comparision

    DataSet and DataTable

    Enhancements

    Performing Batch Updates

    and Data Paging

    Performing Bulk Updates

    Reading and Writing Images

    from a Database

    Using Factory Classes

    Using Managed Stored

    Procedures and User Defined

    Functions with SQL Server 2005

    Using Multiple Active Result

    Sets with SQL Server 2005

    Using Notifications with SQL

    Server 2005

    Using the XML data type

    with SQL Server 2005

    XPath and XSLT

    Transformations Enhancements

    Download:C# Version | VB Version

    Web Development

    http://www.microsoft.com/downloads/details.aspx?FamilyId=08E3D5F8-033D-420B-A3B1-3074505C03F3&displaylang=enhttp://www.microsoft.com/downloads/details.aspx?FamilyId=08E3D5F8-033D-420B-A3B1-3074505C03F3&displaylang=enhttp://www.microsoft.com/downloads/details.aspx?FamilyId=08E3D5F8-033D-420B-A3B1-3074505C03F3&displaylang=enhttp://www.microsoft.com/downloads/details.aspx?FamilyId=08E3D5F8-033D-420B-A3B1-3074505C03F3&displaylang=enhttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/101SamplesCS.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/101SamplesVB.msihttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/CS101SamplesBCL.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/VB101SamplesBCL.msihttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/CS101SamplesData.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/VB101SamplesData.msihttp://www.microsoft.com/downloads/details.aspx?FamilyId=08E3D5F8-033D-420B-A3B1-3074505C03F3&displaylang=enhttp://www.microsoft.com/downloads/details.aspx?FamilyId=08E3D5F8-033D-420B-A3B1-3074505C03F3&displaylang=enhttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/101SamplesCS.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/101SamplesVB.msihttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/CS101SamplesBCL.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/VB101SamplesBCL.msihttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/CS101SamplesData.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/VB101SamplesData.msi
  • 7/29/2019 Tutotiral VS2005

    2/2

    The Web Development samples show how to use some of the new features

    of ASP.NET 2.0. Samples include:

    Using SQLCacheDependency

    for caching

    DataBinding using the

    ObjectDataSource,

    SqlDataSource, andXmlDataSource objects

    Create a Master/Details view

    using the DataGridView and

    DetailsView controls

    Basic Master Pages, Nested

    Master Pages, and Browser-

    specific Master Pages

    Using the new membership

    controls including the

    LoginStatus, LoginName,LoginView, CreateUserWizard

    controls

    Using the Menu and

    SiteMapPath controls

    Using Profiles to store user

    properties

    Using the Membership and

    Roles API for custom roles

    Using the TreeView control

    dynamically and responding toTreeView events

    Creating a custom portal

    using Web Parts

    Download:C# Version | VB Version

    Windows Forms

    The Windows Forms samples show how to use some of the new functionality

    available to developers building desktop applications. Samples include:

    Running Asynchronous

    Tasks

    Storing Custom Client

    Settings

    Creating Master/Detail

    Forms

    Playing, Looping, and

    asynchronously using Sounds

    Using BindingNavigator for

    static and dynamic data

    Using BindingSource for

    static and dynamic data

    including objects

    Extending ClickOnce to

    programmatically check for

    updates

    Customizing the

    DataGridView control with

    different column control types

    Using LayoutPanels

    Using the MaskedTextBox

    control for built-in data types

    and custom data types

    Controlling a simple rich

    texteditor using the Menus,StatusStrips and ToolStrips

    controls

    Using My for application,

    computer, settings information

    and more. Note: This sample is

    only available for Visual Basic

    Using the SplitContainer

    control

    WebBrowser control basics

    and using theWebBrowserControlHTMLDocumentModel for Form-

    to-browser two-way

    communication.

    Download:C# Version | VB Version

    Coming Soon

    The remaining 51 samples are coming soon. Stay tuned.

    http://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/CS101SamplesWeb.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/VB101SamplesWeb.msihttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/CS101SamplesWinForms.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/VB101SamplesWinforms.msihttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/CS101SamplesWeb.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/VB101SamplesWeb.msihttp://download.microsoft.com/download/8/1/d/81d789e2-0cbb-421e-b4f9-b40aabadd201/CS101SamplesWinForms.msihttp://download.microsoft.com/download/f/7/8/f780fb58-77dc-4d5d-adcd-55818c9f23da/VB101SamplesWinforms.msi