

Visual Studio 2008 adds a large set of new functionality for the Visual C# developer. From new language features, including LINQ (Language Integrated Query) to new client-side data support, Visual Studio 2008 and the .NET Framework 3.5 make it easier than ever to create robust, enterprise-level applications. This course, including full written courseware, demonstrations, and lab exercises, introduces the most important new features in Visual Studio 2008 for experienced Visual C# developers.
In this course you will...
* Investigate new language features, including LINQ (Language Integrated Query)
* Incorporate improvements to Visual Studio's data features
* Build applications using Windows Presentation Foundation (WPF)
* Communicate between applications using Windows Communication Foundation (WCF)
* Create workflow-enabled applications using Windows Workflow Foundation (WF)
* Investigate new features for Windows applications
* Learn about building managed applications for Microsoft Office
Prerequisites: Before taking this course, students should have a good working knowledge of Visual Studio 2005 and the .NET Framework 2.0, or should have completed AppDev's Developing Applications Using Visual C# 2005 and Developing Applications Using Visual C# 2005: Additional Topics.
Audience: This course is focused directly on existing Visual C# 2005 developers who want to learn, in a succinct fashion, what's new for them in Visual Studio 2008.

CODEhttp://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=VCEProduct

CODEhttp://rapidshare.com/files/302790263/ADAUVCS2008WN.part01.rar
http://rapidshare.com/files/302801355/ADAUVCS2008WN.part02.rar
http://rapidshare.com/files/302801481/ADAUVCS2008WN.part03.rar
http://rapidshare.com/files/302802675/ADAUVCS2008WN.part04.rar
http://rapidshare.com/files/302803063/ADAUVCS2008WN.part05.rar
http://rapidshare.com/files/302792604/ADAUVCS2008WN.part06.rar
http://rapidshare.com/files/302797310/ADAUVCS2008WN.part07.rar
http://rapidshare.com/files/302802532/ADAUVCS2008WN.part08.rar
http://rapidshare.com/files/302822315/ADAUVCS2008WN.part09.rar
http://rapidshare.com/files/302819290/ADAUVCS2008WN.part10.rar
http://rapidshare.com/files/302818785/ADAUVCS2008WN.part11.rar
http://rapidshare.com/files/302807852/ADAUVCS2008WN.part12.rar
http://rapidshare.com/files/302807039/ADAUVCS2008WN.part13.rar
http://rapidshare.com/files/302811262/ADAUVCS2008WN.part14.rar
http://rapidshare.com/files/302812445/ADAUVCS2008WN.part15.rar
2. Exploring Microsoft Visual Studio 2008 Using Visual C#


Visual Studio 2008 adds a large set of new functionality for the Visual Studio developer. From new language features, including LINQ (Language Integrated Query) to new client-side data support, Visual Studio 2008, and the .NET Framework 3.5, make it easier than ever to create robust, enterprise-level applications. This course introduces the most important new features in Visual Studio 2008 for experienced Visual Studio developers.
In this course you will...
* Investigate new language features, including LINQ (Language Integrated Query)
* Incorporate improvements to Visual Studioâs data features
* Build applications using Windows Presentation Foundation (WPF)
* Communicate between applications using Windows Communication Foundation (WCF)
* Create workflow-enabled applications using Windows Workflow Foundation (WF)
* Investigate new features for both Web and Windows applications
* Learn about building managed applications for Microsoft Office
Prerequisites: Before taking this course, students should have a good working knowledge of Visual Studio 2005 and the .NET Framework 2.0.
Audience: This course is focused directly on existing Visual Studio 2005 developers who want to learn, in a succinct fashion, what's new for them in Visual Studio 2008.

CODEhttp://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=XC8Product

CODEhttp://rapidshare.com/files/302831060/i-adxvist8uvcs.part01.rar
http://rapidshare.com/files/302829781/i-adxvist8uvcs.part02.rar
http://rapidshare.com/files/302840192/i-adxvist8uvcs.part03.rar
http://rapidshare.com/files/302830070/i-adxvist8uvcs.part04.rar
http://rapidshare.com/files/302830538/i-adxvist8uvcs.part05.rar
http://rapidshare.com/files/302845934/i-adxvist8uvcs.part06.rar
http://rapidshare.com/files/302846039/i-adxvist8uvcs.part07.rar
http://rapidshare.com/files/302835865/i-adxvist8uvcs.part08.rar
http://rapidshare.com/files/302844952/i-adxvist8uvcs.part09.rar
http://rapidshare.com/files/302849340/i-adxvist8uvcs.part10.rar
http://rapidshare.com/files/302846565/i-adxvist8uvcs.part11.rar
http://rapidshare.com/files/302858057/i-adxvist8uvcs.part12.rar
http://rapidshare.com/files/302859157/i-adxvist8uvcs.part13.rar
http://rapidshare.com/files/302853020/i-adxvist8uvcs.part14.rar
http://rapidshare.com/files/302854615/i-adxvist8uvcs.part16.rar
http://rapidshare.com/files/302857901/i-adxvist8uvcs.part15.rar
http://rapidshare.com/files/302855020/i-adxvist8uvcs.part17.rar
3. Learning to Program Using Visual C# 2008


In this course, youâll learn to use Visual Studio 2008 to explore the Visual C# language. The course starts with a quick overview of the .NET platform, examining assemblies, Microsoft Intermediate Language, Visual Studio profiles, XML comments, IntelliSense, and debugging. From there, youâll learn all the language features that you must internalize in order to create full-featured Web or Windows applications that make best use of the .NET platform. Youâll learn about data types, variables, and operators, along with all the important flow control structures. Youâll work through several examples demonstrating the power of the .NET Framework, and dig into creating and consuming your own classes and objects. The course moves on to working with data structures, such as arrays and collection classes, before finishing up with discussions of generics, handling exceptions and working with delegates and events. The course concludes by introducing the new LINQ-oriented features added to the .NET Framework 3.5, including anonymous types, lambda expressions, and more. By the end of this course, you will understand the important basic concepts that will allow you to start creating the applications you need.
In this course, you will learn how toâ¦
* Build and debug applications using Visual Studio 2008.
* Create and use variables, operators, and data types.
* Find and use the classes you need within the .NET Framework.
* Manage flow control within your code, branching and looping as needed.
* Create and consume classes and objects.
* Add and consume properties and methods in your classes.
* Make use of .NET's object-oriented features, such as overloading, inheritance and interfaces.
* Store, retrieve, and manipulate multiple values using arrays.
* Work with .NET generics.
* Make best use of the .NET Framework's support for collection classes.
* Handle exceptions in your code.
* Create and use delegates, and understand how they relate to events.
* Use anonymous types, lambda expressions, extension methods, object initializers, and implicit type declaration.
Prerequisites: This course assumes that students have some programming background. No specific experience with Visual Studio 2008 or the .NET Framework is required. As with any such course, the more experience you bring to the course, the more youâll get out of it. This course moves quickly through a broad range of programming topics, but it does not require any prior .NET skills.

CODEhttp://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=PC8Product

CODEhttp://rapidshare.com/files/302869919/AppDev_LTPUVCS2008.part01.rar
http://rapidshare.com/files/302876591/AppDev_LTPUVCS2008.part02.rar
http://rapidshare.com/files/302879806/AppDev_LTPUVCS2008.part03.rar
http://rapidshare.com/files/302876368/AppDev_LTPUVCS2008.part04.rar
http://rapidshare.com/files/302880910/AppDev_LTPUVCS2008.part05.rar
http://rapidshare.com/files/302882984/AppDev_LTPUVCS2008.part06.rar
http://rapidshare.com/files/302893252/AppDev_LTPUVCS2008.part07.rar
http://rapidshare.com/files/302895418/AppDev_LTPUVCS2008.part08.rar
http://rapidshare.com/files/302892573/AppDev_LTPUVCS2008.part09.rar
http://rapidshare.com/files/302891232/AppDev_LTPUVCS2008.part10.rar
http://rapidshare.com/files/302889631/AppDev_LTPUVCS2008.part11.rar
http://rapidshare.com/files/302900647/AppDev_LTPUVCS2008.part12.rar
4. Developing Applications Using Visual C# 2008 Vol 1


Visual Studio 2008 adds a large set of new functionality for the Visual Studio developer. From new language features, including LINQ (Language Integrated Query), to new client-side data support, Visual Studio 2008 and the .NET Framework 3.5 make it easier than ever to create robust, enterprise-level applications. You will learn how to build solid applications using structured exception handling, how to use the Visual Studio debugging features, how to use MenuStrip and ToolStrip controls, and how to add unprecedented flexibility to your user interfaces using the container controls. As you continue through this course you will learn about important development topics that aren't normally covered in a beginning Windows application programming course such as an introduction to .NET interoperability, using .NET Serialization, Windows Management Instrumentation (WMI), and drawing your own user interfaces using the System.Drawing namespace. You will dig deeper into the most complex of Visual Studio's built-in controls, the DataGridView control, Windows Communication Foundation (WCF), using ClickOnce, Windows Workflow Foundation (WF), and many more topics that will extend your knowledge, your capabilities, and your value as a developer.
In this course you will...
* Learn about creating Windows Forms applications
* Understand how to trap Windows Forms events
* Investigate the many Windows Forms controls
* Work with debugging features
* Learn the role of DataSets and DataTables in ADO.NET
* Understand error handling using Exception objects
* Create flexible user interfaces using new container controls
* Learn to create MDI applications and application using Windows Presentation Foundation (WPF)
* Interoperate between managed code and COM components.
* Communicate using XML Web Services, and Windows Communication Foundation (WCF).
* Install applications using ClickOnce technology.
* Save and restore nearly any object to a stream using serialization.
* Create and execute workflows, using Windows Workflow Foundation (WF).
* Take advantage of Windows Management Instrumentation (WMI) to add features to the .NET Framework.
* Manage printers, and create free-form documents.
* Display and edit data using DataGridView control.
* Create owner-drawn controls and non-rectangular forms using the GDI+ and the System.Drawing namespace.
* Create managed applications for Office 2007 products using Visual Studio Tools for Office (VSTO).

CODEhttp://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=DC8CProduct

CODEhttp://rapidshare.com/files/302912034/apdaucsrp1_SPVN.part01.rar
http://rapidshare.com/files/302913733/apdaucsrp1_SPVN.part02.rar
http://rapidshare.com/files/302908371/apdaucsrp1_SPVN.part03.rar
http://rapidshare.com/files/302908463/apdaucsrp1_SPVN.part04.rar
http://rapidshare.com/files/302908320/apdaucsrp1_SPVN.part05.rar
http://rapidshare.com/files/302915300/apdaucsrp1_SPVN.part06.rar
http://rapidshare.com/files/302918377/apdaucsrp1_SPVN.part07.rar
http://rapidshare.com/files/302917946/apdaucsrp1_SPVN.part08.rar
http://rapidshare.com/files/302915681/apdaucsrp1_SPVN.part09.rar
http://rapidshare.com/files/302918919/apdaucsrp1_SPVN.part10.rar
http://rapidshare.com/files/302919625/apdaucsrp1_SPVN.part11.rar
http://rapidshare.com/files/302925371/apdaucsrp1_SPVN.part12.rar
http://rapidshare.com/files/302924676/apdaucsrp1_SPVN.part13.rar
5. Developing Applications Using Visual C# 2008 Vol 2


Visual Studio 2008 adds a large set of new functionality for the Visual Studio developer. From new language features, including LINQ (Language Integrated Query), to new client-side data support, Visual Studio 2008 and the .NET Framework 3.5 make it easier than ever to create robust, enterprise-level applications. You will learn how to build solid applications using structured exception handling, how to use the Visual Studio debugging features, how to use MenuStrip and ToolStrip controls, and how to add unprecedented flexibility to your user interfaces using the container controls. As you continue through this course you will learn about important development topics that aren't normally covered in a beginning Windows application programming course such as an introduction to .NET interoperability, using .NET Serialization, Windows Management Instrumentation (WMI), and drawing your own user interfaces using the System.Drawing namespace. You will dig deeper into the most complex of Visual Studio's built-in controls, the DataGridView control, Windows Communication Foundation (WCF), using ClickOnce, Windows Workflow Foundation (WF), and many more topics that will extend your knowledge, your capabilities, and your value as a developer.
In this course you will...
* Learn about creating Windows Forms applications
* Understand how to trap Windows Forms events
* Investigate the many Windows Forms controls
* Work with debugging features
* Learn the role of DataSets and DataTables in ADO.NET
* Understand error handling using Exception objects
* Create flexible user interfaces using new container controls
* Learn to create MDI applications and application using Windows Presentation Foundation (WPF)
* Interoperate between managed code and COM components.
* Communicate using XML Web Services, and Windows Communication Foundation (WCF).
* Install applications using ClickOnce technology.
* Save and restore nearly any object to a stream using serialization.
* Create and execute workflows, using Windows Workflow Foundation (WF).
* Take advantage of Windows Management Instrumentation (WMI) to add features to the .NET Framework.
* Manage printers, and create free-form documents.
* Display and edit data using DataGridView control.
* Create owner-drawn controls and non-rectangular forms using the GDI+ and the System.Drawing namespace.
* Create managed applications for Office 2007 products using Visual Studio Tools for Office (VSTO).

CODEhttp://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=DC8CProduct

CODEhttp://rapidshare.com/files/302934664/KiemCun.UDS.ADAUCS2008V2.part01.rar
http://rapidshare.com/files/302932509/KiemCun.UDS.ADAUCS2008V2.part02.rar
http://rapidshare.com/files/302936148/KiemCun.UDS.ADAUCS2008V2.part03.rar
http://rapidshare.com/files/302931484/KiemCun.UDS.ADAUCS2008V2.part04.rar
http://rapidshare.com/files/302936831/KiemCun.UDS.ADAUCS2008V2.part05.rar
http://rapidshare.com/files/302935734/KiemCun.UDS.ADAUCS2008V2.part06.rar
http://rapidshare.com/files/302936804/KiemCun.UDS.ADAUCS2008V2.part07.rar
http://rapidshare.com/files/302939842/KiemCun.UDS.ADAUCS2008V2.part08.rar
http://rapidshare.com/files/302938057/KiemCun.UDS.ADAUCS2008V2.part09.rar
http://rapidshare.com/files/302941847/KiemCun.UDS.ADAUCS2008V2.part10.rar
http://rapidshare.com/files/302942700/KiemCun.UDS.ADAUCS2008V2.part11.rar
http://rapidshare.com/files/302937256/KiemCun.UDS.ADAUCS2008V2.sfv
6. Developing Applications Using Visual C# 2008 Vol 3


Visual Studio 2008 adds a large set of new functionality for the Visual Studio developer. From new language features, including LINQ (Language Integrated Query), to new client-side data support, Visual Studio 2008 and the .NET Framework 3.5 make it easier than ever to create robust, enterprise-level applications. You will learn how to build solid applications using structured exception handling, how to use the Visual Studio debugging features, how to use MenuStrip and ToolStrip controls, and how to add unprecedented flexibility to your user interfaces using the container controls. As you continue through this course you will learn about important development topics that aren't normally covered in a beginning Windows application programming course such as an introduction to .NET interoperability, using .NET Serialization, Windows Management Instrumentation (WMI), and drawing your own user interfaces using the System.Drawing namespace. You will dig deeper into the most complex of Visual Studio's built-in controls, the DataGridView control, Windows Communication Foundation (WCF), using ClickOnce, Windows Workflow Foundation (WF), and many more topics that will extend your knowledge, your capabilities, and your value as a developer.
In this course you will...
* Learn about creating Windows Forms applications
* Understand how to trap Windows Forms events
* Investigate the many Windows Forms controls
* Work with debugging features
* Learn the role of DataSets and DataTables in ADO.NET
* Understand error handling using Exception objects
* Create flexible user interfaces using new container controls
* Learn to create MDI applications and application using Windows Presentation Foundation (WPF)
* Interoperate between managed code and COM components.
* Communicate using XML Web Services, and Windows Communication Foundation (WCF).
* Install applications using ClickOnce technology.
* Save and restore nearly any object to a stream using serialization.
* Create and execute workflows, using Windows Workflow Foundation (WF).
* Take advantage of Windows Management Instrumentation (WMI) to add features to the .NET Framework.
* Manage printers, and create free-form documents.
* Display and edit data using DataGridView control.
* Create owner-drawn controls and non-rectangular forms using the GDI+ and the System.Drawing namespace.
* Create managed applications for Office 2007 products using Visual Studio Tools for Office (VSTO).

CODEhttp://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=DC8CProduct

CODEhttp://rapidshare.com/files/303031371/huyhoang_i-addacs8ems_UDS.part01.rar
http://rapidshare.com/files/303031382/huyhoang_i-addacs8ems_UDS.part02.rar
http://rapidshare.com/files/303031248/huyhoang_i-addacs8ems_UDS.part03.rar
http://rapidshare.com/files/303034342/huyhoang_i-addacs8ems_UDS.part04.rar
http://rapidshare.com/files/303034928/huyhoang_i-addacs8ems_UDS.part05.rar
http://rapidshare.com/files/303033684/huyhoang_i-addacs8ems_UDS.part06.rar
http://rapidshare.com/files/303036207/huyhoang_i-addacs8ems_UDS.part07.rar
http://rapidshare.com/files/303036495/huyhoang_i-addacs8ems_UDS.part08.rar
http://rapidshare.com/files/303036241/huyhoang_i-addacs8ems_UDS.part09.rar
http://rapidshare.com/files/303034697/huyhoang_i-addacs8ems_UDS.sfv
