Tag Archives: Visual Basic 2008

AppDev Learning to Program Using Visual Basic 2008 DVD-iNKiSO

In this course, you’ll learn to use Visual Studio 2008 to explore the Visual Basic 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.

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

In this course, you will learn how to…

More Info:

http://www.appdev.com/prodfamily.asp?catalog%5Fname=AppDevCatalog&category%5Fname=PV8Product

Continue Reading »

"AppDev Learning to Program Using Visual Basic 2008 DVD-iNKiSO" Full Fast Download

AppDev Dev Apps VB 2008 Enterprise Mobile and Security DVD-iNKiSO

This course moves your development skills even further beyond the basics, starting with learning how to extend Visual Studio 2008 and handling issues you’ll encounter with multiple versions of assemblies and applications. You’ll learn to create and debug Windows services, and how to create and test applications for Windows Mobile devices. You’ll become expert working with XML, reading and writing data using the XML DOM and the XML reader/writer classes. Visual Studio 2008 adds new data-related features—you’ll learn about these new features, and also how to create new custom controls, secure applications, and create setup applications so you can deploy your solutions. You’ll finish by learning how to analyze code at runtime using attributes and reflection, and how to use the new Visual Studio 2008 client application services.

 

In this course, you will learn how to…

  • Extend the functionality of Visual Studio 2008.
  • Handle versioning issues with multiple assemblies or applications.
  • Create and debug Windows services.
  • Build and test mobile applications.
  • Read and write XML data using the Document Object Model, and XML readers and writers.
  • Perform cascading updates in joined data.
  • Easily convert data projects to n-tier distributed applications.
  • Create custom and user controls.
  • Correctly secure Windows applications.
  • Build setup applications.
  • Examine existing code using reflection.
  • Use distributed client settings in a Windows application.

 

Prerequisites: The course assumes that students have some programming background. No specific experience with Visual Studio 2008 or the .NET Framework is required, although this course does not focus on programming languages, but rather, on building Windows applications. You may find that it’s easier for you to follow the examples in this course if you have some prior experience working with the .NET Framework using Visual Basic, or have taken a beginning programming course using Visual Basic.

More info:

http://www.appdev.com/prodfamily.asp?catalog%5Fname=AppDevCatalog&category%5Fname=DV3Product

Continue Reading »

"AppDev Dev Apps VB 2008 Enterprise Mobile and Security DVD-iNKiSO" Full Fast Download

AppDev LINQ Using Visual Basic 2008 DVD-iNKiSO

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

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

More Info:

http://www.appdev.com/prodfamily.asp?catalog%5Fname=AppDevCatalog&category%5Fname=LB8Product

Continue Reading »

"AppDev LINQ Using Visual Basic 2008 DVD-iNKiSO" Full Fast Download

VTC Microsoft Visual Basic 2008-AG

Visual Basic 2008, which is part of the Visual Studio 2008 package, is an object-oriented, general purpose programming language. Programmers using the Visual Basic 2008 language have the ability to write applications ranging from simple user-friendly front-end interfaces to complex database applications. VB 2008 applications can be deployed as stand-alone or web-based applications. This tutorial by Arthur Lee assumes no prior programming background and uses a building block approach beginning with simple programming features and examples while gradually introducing more complex features. Where appropriate, new features that have been introduced in the 2008 version of Visual Basic will be explained. Coding examples are provided to be referenced by the user to enhance their learning experience. Work files are included. To begin learning today, simply click on the movie links.

More Info:

http://www.vtc.com/products/Microsoft-Visual-Basic-2008-Tutorials.htm

Continue Reading »

"VTC Microsoft Visual Basic 2008-AG" Full Fast Download

Pro LINQ: Language Integrated Query in VB 2008

LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must–have skill for .NET developers. For more information about LINQ, you can check out www.linqdev.com.

Starting with code and ending with code and tailored for the VB language, Pro LINQ: Language Integrated Query in VB 2008 is a veritable treasury of LINQ examples that will save you hours, even days, of research time. Keeping you focused on the relevant LINQ principles, expert author Joseph Rattz, Jr., and VB specialist Dennis Hayes provide examples for complex models that you won’t find anywhere else.

In most books, you’ll find plenty of simple examples to demonstrate how to use a method, but authors rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in VB 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, Joseph Rattz, Jr., and Dennis Hayes condense their extensive experience and expertise into a desk companion that is essential for any serious .NET professional.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, this book cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in VB 2008 returns your investment is in the hours, and sometimes days, spent by the authors determining why something may not work as expected. Sometimes this results in an innocent–looking paragraph that may take you a minute to read and understand, but took days to research and explain.

Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, this book will attempt to entertain you on your journey through the wonderland of LINQ and VB 2008.

What you’ll learn
How to leverage all the new LINQ–relevant VB 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods
How to use LINQ to Objects to query in–memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want
Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you
How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data
How to query DataSets with LINQ to DataSet so you can coexist with legacy code and use LINQ to query databases other than SQL Server
How to query databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts

Who is this book for
This book is written for the proficient VB developer, but you do not need to be up on all the latest VB features to understand the material. When you finish this book, you will be up on all the latest VB features.

More Info:

http://www.amazon.com/Pro-LINQ-Language-Integrated-Query/dp/1430216441/

Continue Reading »

"Pro LINQ: Language Integrated Query in VB 2008" Full Fast Download

AppDev ASP.NET Using Visual Basic 2008 Volume 2 DVD-iNKiSO

In this course, you’ll learn how to use features of Visual Studio 2008 and Visual Basic 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.

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

More Info:

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

Continue Reading »

"AppDev ASP.NET Using Visual Basic 2008 Volume 2 DVD-iNKiSO" Full Fast Download

SkillSoft Courseware Visual Basic Diagnostics and Management July 2009-LiB

Overview/Description
Configuration and Process Management can be among the most complex tasks a programmer can undertake. This course aids the student in familiarizing themselves with the tools in Visual Basic to accomplish this.

Target Audience
Employees, Consultants, and Students that are preparing for the Technology Specialist: Microsoft .NET Framework – Application Development Foundation Certification Exam (70-536).

Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable

Expected Duration (hours)
2.0

Lesson Objectives
Visual Basic: Diagnostics and Management

recognize how to use configuration file and section classes
recognize how to use configuration elements interfaces
program custom installers for components
configure .NET applications for deployment
program configuration data
program custom installers
use event logs
use system processes
manage event logs and system processes
determine how to manage configuration, custom installation, and system processes.
debug an application
trace an application
describe management events
retrieve system information
debug an application
manage system information
Course Number:
sd_adfv_a06_it_enus

More Info:

http://www.skillsoft.com/catalog/detail.asp?CourseCode=sd_adfv_a06_it_enus

Continue Reading »

"SkillSoft Courseware Visual Basic Diagnostics and Management July 2009-LiB" Full Fast Download

AppDev Windows Communication Foundation Using Visual Basic 2008 DVD-iNKiSO

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.

  • 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 Basic, 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.

More Info:

http://www.appdev.com/pub_out.asp?g=1&id=368&out=-1

Continue Reading »

"AppDev Windows Communication Foundation Using Visual Basic 2008 DVD-iNKiSO" Full Fast Download

AppDev Developing Applications Using Visual Basic 2008 Whats New DVD-iNKiSO

Visual Studio 2008 adds a large set of new functionality for the Visual Basic 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 Basic 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 Basic 2005 and Developing Applications Using Visual Basic 2005: Additional Topics.

Audience: This course is focused directly on existing Visual Basic 2005 developers who want to learn, in a succinct fashion, what’s new for them in Visual Studio 2008.

More Info:

http://www.appdev.com/pub_out.asp?g=1&id=311&out=-1#outline

Continue Reading »

"AppDev Developing Applications Using Visual Basic 2008 Whats New DVD-iNKiSO" Full Fast Download

AppDev ASP.NET Using Visual Basic 2008 Volume 1 DVD-iNKiSO

In this course, you’ll learn how to use features of Visual Studio 2008 and Visual Basic 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.

 

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

 

In this course, you will learn how to…

Continue Reading »

"AppDev ASP.NET Using Visual Basic 2008 Volume 1 DVD-iNKiSO" Full Fast Download