【Lynda】Visual Studio 2010 Essential Training【CHN】中英文字幕[SRT]

作者: acely. 分类: Lynda中文字幕, ◇ 编程与开发

==========教程信息=====================================================
教程名称:Visual Studio 2010 Essential Training
作者:Walt Ritscher
主题:Developer
使用软件:ASP.NET, Silverlight, Visual Studio 2010
难度等级:中级
时长: 8h 9m
发布日期: Nov 16, 2010

┏ACELY STUDIO,2012
┃更多资源请访问
┃◆唯一发布站:ACELY.CN
┗◆我的博客:http://blog.sina.com.cn/u/1991840741

==========教程目录文件列表=============================================
Visual Studio 2010 Essential Training[SRT]
├─◆0. Introduction
│ └─◇ 0001 Welcome.srt
│ └─◇ 0002 Using the exercise files.srt
├─◆1. Getting Started
│ └─◇ 0101 Understanding the Visual Studio versions.srt
│ └─◇ 0102 Setting up your developer computer.srt
├─◆2. Exploring the Visual Studio Workspace (IDE)
│ └─◇ 0201 Creating a Visual Studio project.srt
│ └─◇ 0202 Working with Solution Explorer.srt
│ └─◇ 0203 Working with big projects.srt
│ └─◇ 0204 Taking a tour of the Integrated Developer Environment (IDE).srt
│ └─◇ 0205 Introducing drag-and-drop UI design.srt
│ └─◇ 0206 Working with the Properties window.srt
│ └─◇ 0207 Looking at Server Explorer.srt
│ └─◇ 0208 Exploring the new Help engine.srt
│ └─◇ 0209 Setting options for the IDE.srt
├─◆3. Building a Simple Application
│ └─◇ 0301 Creating a simple WPF application.srt
│ └─◇ 0302 Building the UI with the editors.srt
│ └─◇ 0303 Working with the application code.srt
│ └─◇ 0304 Communicating with the web site.srt
│ └─◇ 0305 Connecting your data.srt
│ └─◇ 0306 Binding to an RSS feed.srt
│ └─◇ 0307 Packaging and deploying the application.srt
├─◆4. Exploring the Code Editors
│ └─◇ 0401 What languages are supported in Visual Studio 2010.srt
│ └─◇ 0402 Exploring basic settings for the Code Editor.srt
│ └─◇ 0403 Writing a C# program.srt
│ └─◇ 0404 Writing a VB program.srt
│ └─◇ 0405 Working with C++.srt
│ └─◇ 0406 Working with F Sharp.srt
│ └─◇ 0407 Font and color options.srt
├─◆5. Working with Code
│ └─◇ 0501 Formatting your code.srt
│ └─◇ 0502 Navigating your code.srt
│ └─◇ 0503 Using the Task List.srt
│ └─◇ 0504 Commenting your code.srt
│ └─◇ 0505 Documenting your code.srt
│ └─◇ 0506 Using IntelliSense effectively.srt
│ └─◇ 0507 Working with code snippets.srt
│ └─◇ 0508 Refactoring your code.srt
│ └─◇ 0509 Understanding code generation.srt
│ └─◇ 0510 Generating code with T4.srt
│ └─◇ 0511 Using the Class View, Class Designer, and Class Diagram tools.srt
│ └─◇ 0512 Refactoring VB with CodeRush Xpress.srt
├─◆6. Understanding the Project Types
│ └─◇ 0601 Working with project and item templates.srt
│ └─◇ 0602 Creating a console application.srt
│ └─◇ 0603 Creating a class library.srt
│ └─◇ 0604 Creating a web site with ASP.NET.srt
│ └─◇ 0605 Creating a rich internet application with Silverlight.srt
│ └─◇ 0606 Creating a classic Windows application with Windows Forms.srt
│ └─◇ 0607 Creating a dramatic Windows application with Windows Presentation Foundation (WPF).srt
│ └─◇ 0608 Creating a WCF service.srt
│ └─◇ 0609 Using an existing WCF service.srt
│ └─◇ 0610 Navigation UI designs with the Document Outline view.srt
├─◆7. Digging Into Your Data
│ └─◇ 0701 Creating a data project with SQL Project.srt
│ └─◇ 0702 Clarifying the confusion on .NET Data.srt
│ └─◇ 0703 Using ADO.NET in your application.srt
│ └─◇ 0704 Creating typed datasets.srt
│ └─◇ 0705 Using the data binding tools.srt
├─◆8. Debugging Your Application
│ └─◇ 0801 Debugging code.srt
│ └─◇ 0802 Working with the Watch and other debug windows.srt
│ └─◇ 0803 Other debugging techniques.srt
│ └─◇ 0804 IntelliTrace historical debugging in Visual Studio Ultimate.srt
├─◆9. Testing Your Application
│ └─◇ 0901 Understanding Visual Studio editions and test tools.srt
│ └─◇ 0902 Verifying your code with unit tests.srt
│ └─◇ 0903 Running performance and load tests.srt
├─◆10. Deploying Your Application
│ └─◇ 1001 Building your application.srt
│ └─◇ 1002 Customizing the build process with MSBuild.srt
│ └─◇ 1003 Setting assembly information.srt
│ └─◇ 1004 Deploying a basic Windows application.srt
│ └─◇ 1005 Creating an installer with Visual Studio.srt
│ └─◇ 1006 Creating a ClickOnce application.srt
│ └─◇ 1007 Setting up IIS for deploy.srt
│ └─◇ 1008 Deploying a Silverlight or ASP.NET application.srt
├─◆11. Working with Source Control
│ └─◇ 1101 Understanding source control.srt
│ └─◇ 1102 Setting up Team Foundation Server source control.srt
│ └─◇ 1103 Using Team Foundation Server source control.srt
├─◆12. Integrating with Microsoft Office Applications
│ └─◇ 1201 Understanding the .NET Office integration.srt
│ └─◇ 1202 Making a Word 2010 application.srt
│ └─◇ 1203 Making an Excel 2010 add-in.srt
├─◆13. Extending Visual Studio
│ └─◇ 1301 Understanding the extensibility model in Visual Studio.srt
│ └─◇ 1302 Adding external tools to the Tools menu.srt
│ └─◇ 1303 Creating macros.srt
│ └─◇ 1304 Using the Extension Manager.srt
│ └─◇ 1305 Creating an MEF add-in.srt
│ └─◇ 1306 Deploying and installing an add-in with VSIX.srt
├─◆14. Configuring Your Application
│ └─◇ 1401 Working with configuration files.srt
│ └─◇ 1402 Using the Settings Editor.srt
│ └─◇ 1403 Using the Resources Editor.srt
│ └─◇ 1404 Localizing your resources.srt
├─◆Conclusion
│ └─◇ Goodbye.srt

【本字幕由ACELY.CN独家制作发布】


┃本套教程字幕包含中文字幕
┃中文字幕使用机器翻译,对翻译结果中不当内容不承担任何责任!
┃更多中文字幕请访问唯一发布站【ACELY.CN】
┃本站中文字幕未经允许一律严禁转载!


>>>>>>>【点我下载】<<<<<<<

您的留言是我最大的支持!

你必须登录才能发表评论!

※ 本站内容未经允许一律严禁转载!Lynda教程及字幕交流群:214645753
※ 本站文件统一解压密码:acely.cn 或 www.cgsub.com