Welcome to the The Next Generation Of Warez.
+ Reply to Thread
Results 1 to 3 of 3
  1. #1

    Default AppDev - Visual C# 2008 Latest Video Tutorials

    1. Developing Applications Using Visual C# 2008: What’s New




    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.


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

    Code:
    http://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.


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

    Code:
    http://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.


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

    Code:
    http://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

  2. #2

    Default

    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).



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

    Code:
    http://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).



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

    Code:
    http://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).



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

    Code:
    http://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

  3. #3

    Default

    7. ASP.NET 3.5 Using Visual C# 2008 Vol 1




    In this course, you'll learn how to use features of Visual Studio 2008 and Visual C# 2008 to build ASP.NET 3.5 Web pages. You'll gain an understanding of the architecture behind ASP.NET and how to use the various ASP.NET server controls. You'll learn to create consistent web sites using Master Pages, add membership features and configure-deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using Site Navigation tools, debug .NET, and to display/edit data using ASP.NET and ADO.NET. In addition, you'll learn new ASP.NET 3.5 features, such as support for LINQ (Language Integrated Query), CSS tools, and will become familiar with the tracing features in Visual Studio that help you quickly troubleshoot issues. You will also learn how to work with ASP.NET Profile features, ASP.NET Web Parts, and how to take advantage of creating your own user-defined control. As you progress through the course you will learn about optimizing your sites, the new support ASP.NET AJAX, the new ListView control, and so much more.

    In this course, you will learn how to…

    * Use ASP.NET server controls to generate HTML and to execute event procedures.
    * Configure and deploy ASP.NET applications.
    * Promote consistency within your Web site through the use of Master Pages.
    * Use Membership features to manage your Web users.
    * Use Site Navigation controls to direct users within your site.
    * Add scalability and reliability by setting up an out-of-process session state server.
    * Use ASP.NET's new CSS tools to create consistent and maintainable sites.
    * Debug .NET code that runs on the server to generate Web pages and interact with the user.
    * Find problems in JavaScript code and learn about other debugging tools in Visual Studio.
    * Use tracing to find problems in a Web site and monitor performance.
    * Cache all or portions of a Web page to enhance performance and lighten the load on Web and database servers.
    * Make Web pages more responsive to users and avoid unnecessary page flashing with AJAX.
    * Display and edit data using the databound DataList, Repeater, and ListView controls.
    * Read and write XML data using the XML Document Object Model.
    * Give users control over a page layout and behavior with Web parts.
    * Hook into browser history for AJAX pages.
    * Create deployment packages to handle complex setup issues for installing a Web site on test and production servers.



    Code:
    http://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=AC8BPRODUCT

    Code:
    http://rapidshare.com/files/303190052/V1.91.UDS.part01.rar
    http://rapidshare.com/files/303199590/V1.91.UDS.part02.rar
    http://rapidshare.com/files/303181660/V1.91.UDS.part03.rar
    http://rapidshare.com/files/303180415/V1.91.UDS.part04.rar
    http://rapidshare.com/files/303205039/V1.91.UDS.part05.rar
    http://rapidshare.com/files/303187202/V1.91.UDS.part06.rar
    http://rapidshare.com/files/303188463/V1.91.UDS.part07.rar
    http://rapidshare.com/files/303193197/V1.91.UDS.part08.rar
    http://rapidshare.com/files/303215235/V1.91.UDS.part09.rar
    http://rapidshare.com/files/303196010/V1.91.UDS.part10.rar
    http://rapidshare.com/files/303199763/V1.91.UDS.part11.rar
    http://rapidshare.com/files/303199575/V1.91.UDS.part12.rar
    http://rapidshare.com/files/303199165/V1.91.UDS.sfv

    8. ASP.NET 3.5 Using Visual C# 2008 Vol 2




    In this course, you'll learn how to use features of Visual Studio 2008 and Visual C# 2008 to build ASP.NET 3.5 Web pages. You'll gain an understanding of the architecture behind ASP.NET and how to use the various ASP.NET server controls. You'll learn to create consistent web sites using Master Pages, add membership features and configure-deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using Site Navigation tools, debug .NET, and to display/edit data using ASP.NET and ADO.NET. In addition, you'll learn new ASP.NET 3.5 features, such as support for LINQ (Language Integrated Query), CSS tools, and will become familiar with the tracing features in Visual Studio that help you quickly troubleshoot issues. You will also learn how to work with ASP.NET Profile features, ASP.NET Web Parts, and how to take advantage of creating your own user-defined control. As you progress through the course you will learn about optimizing your sites, the new support ASP.NET AJAX, the new ListView control, and so much more.

    In this course, you will learn how to…

    * Use ASP.NET server controls to generate HTML and to execute event procedures.
    * Configure and deploy ASP.NET applications.
    * Promote consistency within your Web site through the use of Master Pages.
    * Use Membership features to manage your Web users.
    * Use Site Navigation controls to direct users within your site.
    * Add scalability and reliability by setting up an out-of-process session state server.
    * Use ASP.NET's new CSS tools to create consistent and maintainable sites.
    * Debug .NET code that runs on the server to generate Web pages and interact with the user.
    * Find problems in JavaScript code and learn about other debugging tools in Visual Studio.
    * Use tracing to find problems in a Web site and monitor performance.
    * Cache all or portions of a Web page to enhance performance and lighten the load on Web and database servers.
    * Make Web pages more responsive to users and avoid unnecessary page flashing with AJAX.
    * Display and edit data using the databound DataList, Repeater, and ListView controls.
    * Read and write XML data using the XML Document Object Model.
    * Give users control over a page layout and behavior with Web parts.
    * Hook into browser history for AJAX pages.
    * Create deployment packages to handle complex setup issues for installing a Web site on test and production servers.



    Code:
    http://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=AC8BPRODUCT

    Code:
    http://rapidshare.com/files/303249100/V2.91.UDS.part1.rar
    http://rapidshare.com/files/303223747/V2.91.UDS.part2.rar
    http://rapidshare.com/files/303223650/V2.91.UDS.part3.rar
    http://rapidshare.com/files/303246362/V2.91.UDS.part4.rar
    http://rapidshare.com/files/303224090/V2.91.UDS.part5.rar
    http://rapidshare.com/files/303230107/V2.91.UDS.part6.rar
    http://rapidshare.com/files/303256780/V2.91.UDS.part7.rar
    http://rapidshare.com/files/303230552/V2.91.UDS.part8.rar
    http://rapidshare.com/files/303225227/V2.91.UDS.sfv

    9. Microsoft LINQ Using Visual C# 2008




    In this course, you’ll learn to use the exciting new .NET Framework 3.5 feature, Language Integrated Query (LINQ) to easily create complex data-independent queries. In addition, you’ll learn about the new language features added to Visual C# in Visual Studio 2008 in order to make LINQ possible. You’ll start by working through a quick overview of LINQ, and how it applies to working with collections of objects, retrieving data stored in SQL Server, and creating XML content. Subsequent topics introduce new LINQ-oriented language features, LINQ to Objects, LINQ to DataSets, LINQ to SQL, LINQ to XML, and LINQ to Entities. By the time you’ve completed the course, you’ll have a good understanding of now only how to construct LINQ queries to work with data, but also how to use the features added to Visual Basic that support LINQ.

    In this course, you will learn how to…

    * Create new XML content using LINQ to XML.
    * Iterate through collections of objects, using a single LINQ query.
    * Use anonymous types, lambda expressions, extension methods, object initializers, and implicit type declaration.
    * Query arrays, lists, dictionaries, and more using LINQ to Objects.
    * Use the extension methods provided by the System.Linq.Enumerable class to extend the behavior of collection classes.
    * Create an object model based on a SQL Server database and then query the database using LINQ to SQL.
    * Modify data and use stored procedures with LINQ to SQL.
    * Create XML content using classes in the System.Xml.Linq namespace.
    * Validate, query and transform XML content using LINQ to XML.
    * Transform XML content using LINQ to XML.
    * Create an Entity Data Model based on a data source and then query the data using LINQ to Entities.
    * Modify data and use stored procedures with LINQ to Entities.




    Prerequisites: This course assumes that students have familiarity with .NET in general, and with specifically with programming ADO.NET. The course makes no attempt to explain basic Visual Studio 2008 or .NET Framework concepts, and assumes that the student is at least familiar with all the concepts covered in the Introduction to Programming and Developing Applications with Visual Studio 2008 courses.


    Code:
    http://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=LC8Product

    Code:
    http://rapidshare.com/files/303076795/ALUVC2008.part01.rar
    http://rapidshare.com/files/303078697/ALUVC2008.part02.rar
    http://rapidshare.com/files/303078564/ALUVC2008.part03.rar
    http://rapidshare.com/files/303077316/ALUVC2008.part04.rar
    http://rapidshare.com/files/303079278/ALUVC2008.part05.rar
    http://rapidshare.com/files/303079018/ALUVC2008.part06.rar
    http://rapidshare.com/files/303078474/ALUVC2008.part07.rar
    http://rapidshare.com/files/303081065/ALUVC2008.part08.rar
    http://rapidshare.com/files/303081073/ALUVC2008.part09.rar
    http://rapidshare.com/files/303079085/ALUVC2008.part10.rar
    http://rapidshare.com/files/303082411/ALUVC2008.part11.rar
    http://rapidshare.com/files/303081138/ALUVC2008.part12.rar
    http://rapidshare.com/files/303080286/ALUVC2008.part13.rar
    http://rapidshare.com/files/303081666/ALUVC2008.part14.rar

    10. Microsoft Windows Communication Foundation Using Visual C# 2008




    In this course, you will learn how to use Windows Communication Foundation (WCF) and you will see how it is a unified programming model for building service-oriented distributed applications. You will see how to build, host and call WCF services and you will gain a deep understanding of the basic building blocks of WCF, including endpoints, bindings and contracts. In addition, see how to handle exceptions, maintain state between calls to a service and use transactions. Subsequent topics include and basics of WCF security, integrating WCF with Windows Workflow Foundation and building WCF services that support Representational State Transfer (REST) and syndication. By the time you have completed the course, you will have a good understanding of how to build and use WCF services in your distributed applications.

    In this course, you will learn now to…

    * Build and call WCF services.
    * Host WCF services using Web servers and managed applications.
    * Configure service endpoints in code and in configuration files.
    * Use the WCF-supplied bindings as well as create custom bindings.
    * Manage service and data contracts.
    * Handle exceptions in WCF services.
    * Monitor and diagnose WCF services at runtime.
    * Implement three different message exchange patterns.
    * Maintain state in WCF services.
    * Add transactions support to a WCF services.
    * Authenticate callers of a service and restrict their access based on roles.
    * Expose a workflow as a WCF service and call a WCF service from within a workflow.
    * Build WCF services that support REST.
    * Build WCF services that generate RSS and Atom feeds.

    Prerequisites: This course is designed for individuals with an intermediate knowledge of Visual C#, of building Windows and Console applications using Visual Studio 2008, and a familiarity with building and calling Web Services. You should also have a strong programming background.


    Code:
    http://www.appdev.com/prodfamily.asp?catalog_name=AppDevCatalog&category_name=WCCProduct

    Code:
    http://rapidshare.com/files/303275490/KC.AD.WCFUVC_232008.UDS.part01.rar
    http://rapidshare.com/files/303274832/KC.AD.WCFUVC_232008.UDS.part02.rar
    http://rapidshare.com/files/303274359/KC.AD.WCFUVC_232008.UDS.part03.rar
    http://rapidshare.com/files/303265398/KC.AD.WCFUVC_232008.UDS.part04.rar
    http://rapidshare.com/files/303273481/KC.AD.WCFUVC_232008.UDS.part05.rar
    http://rapidshare.com/files/303277500/KC.AD.WCFUVC_232008.UDS.part06.rar
    http://rapidshare.com/files/303270579/KC.AD.WCFUVC_232008.UDS.part07.rar
    http://rapidshare.com/files/303286657/KC.AD.WCFUVC_232008.UDS.part08.rar
    http://rapidshare.com/files/303280554/KC.AD.WCFUVC_232008.UDS.part09.rar
    http://rapidshare.com/files/303288150/KC.AD.WCFUVC_232008.UDS.part10.rar
    http://rapidshare.com/files/303289235/KC.AD.WCFUVC_232008.UDS.part11.rar
    http://rapidshare.com/files/303292634/KC.AD.WCFUVC_232008.UDS.part12.rar
    http://rapidshare.com/files/303283947/KC.AD.WCFUVC_232008.UDS.part13.rar
    http://rapidshare.com/files/303290806/KC.AD.WCFUVC_232008.UDS.part14.rar
    http://rapidshare.com/files/303299512/KC.AD.WCFUVC_232008.UDS.part15.rar
    http://rapidshare.com/files/303287356/KC.AD.WCFUVC_232008.UDS.sfv
    Password only if require
    Code:
    softprovn.net
    OR
    Code:
    ut@updatesofts.com
    PLEASE REPLY TO KEEP LINKS ACTIVES...


 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
cheap web hosting