In this course, you’ll learn how to use Visual Studio 2005 and Visual C# 2005 to build ASP.NET 2.0 Web pages and XML Web services. You’ll gain an understanding of the new architecture behind ASP.NET 2.0 and how to use the new server controls. You’ll learn to create consistent web sites using Master Pages, to improve performance with output caching, add membership features, configure and deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using new Site Navigation tools and to handle multi-user data access conflicts. more
In this course, developers learn the fundamental skills that are required to design and develop object-oriented applications for the Web and Microsoft Windows by using Microsoft Visual C# .NET and the Microsoft Visual Studio .NET development environment. This course provides an alternative entry point for less experienced programmers who are not familiar with object-oriented design and programming with Windows or the Web. more
The goal of this course is to help application developers understand the Microsoft® .NET Framework. In addition to offering an overview of the .NET Framework and an introduction to key concepts and terminology, the course provides a series of labs, which introduce and explain .NET Framework features that are used to code, debug, tune, and deploy applications. more
The goal of this course is to help developers use Visual Studio 2005 and Visual C# 2005 to build Windows applications to run on the .NET 2.0 platform. The course will familiarize the students with the Windows Forms and Windows Forms controls, focusing on new Visual Studio 2005 features, take advantage of new Visual Studio 2005 data binding features, and explore the range of controls and components provided by Visual Studio 2005, add professional-looking menus and toolbars using the new ToolStrip controls and add unprecedented flexibility to user interfaces using the new container controls, deploy and maintain applications easier than ever before, taking advantage of Click-Once deployment. more
This five-day instructor-led course provides students with the knowledge and skills to develop data-access applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course describes how to access and update data in a database by using ADO.NET. more
This course provides students with the knowledge and skills to develop distributed applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course focuses on building distributed applications by using Web services, remoting, Microsoft Message Queuing and advanced features of Web Services Enhancements (WSE) 3.0 more
This three-day instructor-led course teaches developers to develop and deploy secure Microsoft .NET client applications by using Microsoft Visual Studio® .NET and the Microsoft .NET Framework. The course provides an overview of security; discusses design issues, including threat modeling techniques and coding techniques that enhance security; and explains why type-safety verification is the cornerstone of Microsoft .NET Framework security. This course provides side-by-side coding examples and activities written in both Microsoft Visual Basic® .NET and Microsoft Visual C#™. more
In the Framework project, the objective is to create and test two assemblies that are part of a business tier for a fictitious retail company. The assemblies will use the Microsoft.NET 2.0 Framework technology. These assemblies will contain various entity, collection, and exception classes to be used by various business processes. Assessment of the implementation will be done using a testing harness supplied as part of the project materials package and will be based on the percentage of successful unit tests of the implementation as performed by the testing harness. more
In this project, the first phase of a multi-phase project, the objective is to create the presentation tier and business tier of an n-tier application that provides core functionality for a lending library. The presentation tier is to be a Microsoft .NET Windows Forms user interface. The business tier is to encapsulate all business operations and rules (e.g. data validation rules). Database access is to be performed using a provided data access tier; in later phases of the project, the data access tier will be replaced by one crafted by the student. more
In this project, the second phase of a multi-phase project, the objective is to create the data access tier and stored procedures of an n-tier application that provides core functionality for a lending library. The data access tier will use Microsoft ADO.NET 2.0 and SQL Server 2005 technologies. The data access tier will use efficiently written stored procedures. Students will be required to craft a data access tier and entities layer that will replace the previously provided tier and layer for Phase 1. more
In this project, the third phase of a multi-phase project, the objective is to create the presentation tier of an n-tier application that provides advanced functionality for a lending library. The presentation tier is to be an ASP.NET 2.0 Web Forms user interface. The ASP.NET user interface will incorporate the business access tier and data access tier created in Phase 1 and Phase 2 of the Library project. Students will also extend functionality to satisfy additional requirements of the Library project. Students will be provided with a Library project to convert to Phase 3 specifications. more
In this project, the fourth phase of a multi-phase project, the objective is to provide a proof of concept system that uses Web services for a lending library. The student must implement a system to offer access to either the data layer or the business layer. Security will also be implemented via Web service implementation. Students will be provided with a Library project to convert to Phase 4 specifications. more
The goal of this course is to help application developers understand the Microsoft® .NET Framework. In addition to offering an overview of the .NET Framework and an introduction to key concepts and terminology, the course provides a series of labs, which introduce and explain .NET Framework features that are used to code, debug, tune, and deploy applications. more
This three-day instructor-led course teaches developers to develop and deploy secure Microsoft .NET client applications by using Microsoft Visual Studio® .NET and the Microsoft .NET Framework. The course provides an overview of security; discusses design issues, including threat modeling techniques and coding techniques that enhance security; and explains why type-safety verification is the cornerstone of Microsoft .NET Framework security. This course provides side-by-side coding examples and activities written in both Microsoft Visual Basic® .NET and Microsoft Visual C#™. more
In the Framework project, the objective is to create and test two assemblies that are part of a business tier for a fictitious retail company. The assemblies will use the Microsoft.NET 2.0 Framework technology. These assemblies will contain various entity, collection, and exception classes to be used by various business processes. Assessment of the implementation will be done using a testing harness supplied as part of the project materials package and will be based on the percentage of successful unit tests of the implementation as performed by the testing harness. more
The goal of this course is to help developers use Visual Studio 2005 and Visual C# 2005 to build Windows applications to run on the .NET 2.0 platform. The course will familiarize the students with the Windows Forms and Windows Forms controls, focusing on new Visual Studio 2005 features, take advantage of new Visual Studio 2005 data binding features, and explore the range of controls and components provided by Visual Studio 2005, add professional-looking menus and toolbars using the new ToolStrip controls and add unprecedented flexibility to user interfaces using the new container controls, deploy and maintain applications easier than ever before, taking advantage of Click-Once deployment. more
In this project, the first phase of a multi-phase project, the objective is to create the presentation tier and business tier of an n-tier application that provides core functionality for a lending library. The presentation tier is to be a Microsoft .NET Windows Forms user interface. The business tier is to encapsulate all business operations and rules (e.g. data validation rules). Database access is to be performed using a provided data access tier; in later phases of the project, the data access tier will be replaced by one crafted by the student. more
In this course, you’ll learn how to use Visual Studio 2005 and Visual C# 2005 to build ASP.NET 2.0 Web pages and XML Web services. You’ll gain an understanding of the new architecture behind ASP.NET 2.0 and how to use the new server controls. You’ll learn to create consistent web sites using Master Pages, to improve performance with output caching, add membership features, configure and deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using new Site Navigation tools and to handle multi-user data access conflicts. more
In this project, the third phase of a multi-phase project, the objective is to create the presentation tier of an n-tier application that provides advanced functionality for a lending library. The presentation tier is to be an ASP.NET 2.0 Web Forms user interface. The ASP.NET user interface will incorporate the business access tier and data access tier created in Phase 1 and Phase 2 of the Library project. Students will also extend functionality to satisfy additional requirements of the Library project. Students will be provided with a Library project to convert to Phase 3 specifications. more
In this project, the fourth phase of a multi-phase project, the objective is to provide a proof of concept system that uses Web services for a lending library. The student must implement a system to offer access to either the data layer or the business layer. Security will also be implemented via Web service implementation. Students will be provided with a Library project to convert to Phase 4 specifications. more
This five-day instructor-led course provides students with the knowledge and skills to develop data-access applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course describes how to access and update data in a database by using ADO.NET. more
In this project, the second phase of a multi-phase project, the objective is to create the data access tier and stored procedures of an n-tier application that provides core functionality for a lending library. The data access tier will use Microsoft ADO.NET 2.0 and SQL Server 2005 technologies. The data access tier will use efficiently written stored procedures. Students will be required to craft a data access tier and entities layer that will replace the previously provided tier and layer for Phase 1. more
This course provides students with the knowledge and skills to develop distributed applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course focuses on building distributed applications by using Web services, remoting, Microsoft Message Queuing and advanced features of Web Services Enhancements (WSE) 3.0 more
In this project, the fourth phase of a multi-phase project, the objective is to provide a proof of concept system that uses Web services for a lending library. The student must implement a system to offer access to either the data layer or the business layer. Security will also be implemented via Web service implementation. Students will be provided with a Library project to convert to Phase 4 specifications. more
This three-day instructor-led course teaches developers to develop and deploy secure Microsoft .NET client applications by using Microsoft Visual Studio® .NET and the Microsoft .NET Framework. The course provides an overview of security; discusses design issues, including threat modeling techniques and coding techniques that enhance security; and explains why type-safety verification is the cornerstone of Microsoft .NET Framework security. This course provides side-by-side coding examples and activities written in both Microsoft Visual Basic® .NET and Microsoft Visual C#™. more
This course provides students with the knowledge and skills to develop distributed applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course focuses on building distributed applications by using Web services, remoting, Microsoft Message Queuing and advanced features of Web Services Enhancements (WSE) 3.0 more
In this project, the fourth phase of a multi-phase project, the objective is to provide a proof of concept system that uses Web services for a lending library. The student must implement a system to offer access to either the data layer or the business layer. Security will also be implemented via Web service implementation. Students will be provided with a Library project to convert to Phase 4 specifications. more
In this project, the fourth phase of a multi-phase project, the objective is to provide a proof of concept system that uses Web services for a lending library. The student must implement a system to offer access to either the data layer or the business layer. Security will also be implemented via Web service implementation. Students will be provided with a Library project to convert to Phase 4 specifications. more
The course teaches students how to use SQL Server 2005 Reporting Services to create, execute, and manage different kinds of reports using Visual Studio 2005 and SQL Server 2005 Business Intelligence Studio. It also covers deployment, Reporting Services security, report snapshots, subscriptions and empowering end users to create ad-hoc reports using Report Builder and Report Model projects. more
The goal of this course is to provide students with the technical skills required to write basic Transact-SQL queries, stored procedures and triggers for Microsoft SQL Server™ 2005 more
This course provides an introduction to database management system, discusses the relational model, data modeling, normalization and data integrity. It gives an overview of the advanced database objects, Codd’s rules and an introduction to database administration concepts. more
The goal of this course is to provide students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server™ 2000 more
This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2005 database. The course focuses on teaching individuals how to use SQL Server 2005 product features and tools related to implementing a database. more
This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2005 database. The course focuses on teaching individuals how to use SQL Server 2005 product features and tools related to implementing a database. more
This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2005 database. The course focuses on teaching individuals how to use SQL Server 2005 product features and tools related to maintaining a database. more
In the Implementing a Database project, the objective is to create and test a database that will be part of an application of a fictitious Bank. The database will be built using SQL Server 2005 and its Management studio. The Database will consist of tables, constraints, relationships, indexes, stored procedures and triggers. Assessment will be done by executing the stored procedures with valid and invalid input. more
In this course, you’ll learn how to use Visual Studio 2005 and Visual C# 2005 to build ASP.NET 2.0 Web pages and XML Web services. You’ll gain an understanding of the new architecture behind ASP.NET 2.0 and how to use the new server controls. You’ll learn to create consistent web sites using Master Pages, to improve performance with output caching, add membership features, configure and deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using new Site Navigation tools and to handle multi-user data access conflicts. more
In this course, developers learn the fundamental skills that are required to design and develop object-oriented applications for the Web and Microsoft Windows by using Microsoft Visual C# .NET and the Microsoft Visual Studio .NET development environment. This course provides an alternative entry point for less experienced programmers who are not familiar with object-oriented design and programming with Windows or the Web. more
The goal of this course is to help application developers understand the Microsoft® .NET Framework. In addition to offering an overview of the .NET Framework and an introduction to key concepts and terminology, the course provides a series of labs, which introduce and explain .NET Framework features that are used to code, debug, tune, and deploy applications. more
The goal of this course is to help developers use Visual Studio 2005 and Visual C# 2005 to build Windows applications to run on the .NET 2.0 platform. The course will familiarize the students with the Windows Forms and Windows Forms controls, focusing on new Visual Studio 2005 features, take advantage of new Visual Studio 2005 data binding features, and explore the range of controls and components provided by Visual Studio 2005, add professional-looking menus and toolbars using the new ToolStrip controls and add unprecedented flexibility to user interfaces using the new container controls, deploy and maintain applications easier than ever before, taking advantage of Click-Once deployment. more
This five-day instructor-led course provides students with the knowledge and skills to develop data-access applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course describes how to access and update data in a database by using ADO.NET. more
This course provides students with the knowledge and skills to develop distributed applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course focuses on building distributed applications by using Web services, remoting, Microsoft Message Queuing and advanced features of Web Services Enhancements (WSE) 3.0 more
This three-day instructor-led course teaches developers to develop and deploy secure Microsoft .NET client applications by using Microsoft Visual Studio® .NET and the Microsoft .NET Framework. The course provides an overview of security; discusses design issues, including threat modeling techniques and coding techniques that enhance security; and explains why type-safety verification is the cornerstone of Microsoft .NET Framework security. This course provides side-by-side coding examples and activities written in both Microsoft Visual Basic® .NET and Microsoft Visual C#™. more
In the Framework project, the objective is to create and test two assemblies that are part of a business tier for a fictitious retail company. The assemblies will use the Microsoft.NET 2.0 Framework technology. These assemblies will contain various entity, collection, and exception classes to be used by various business processes. Assessment of the implementation will be done using a testing harness supplied as part of the project materials package and will be based on the percentage of successful unit tests of the implementation as performed by the testing harness. more
In this project, the first phase of a multi-phase project, the objective is to create the presentation tier and business tier of an n-tier application that provides core functionality for a lending library. The presentation tier is to be a Microsoft .NET Windows Forms user interface. The business tier is to encapsulate all business operations and rules (e.g. data validation rules). Database access is to be performed using a provided data access tier; in later phases of the project, the data access tier will be replaced by one crafted by the student. more
In this project, the second phase of a multi-phase project, the objective is to create the data access tier and stored procedures of an n-tier application that provides core functionality for a lending library. The data access tier will use Microsoft ADO.NET 2.0 and SQL Server 2005 technologies. The data access tier will use efficiently written stored procedures. Students will be required to craft a data access tier and entities layer that will replace the previously provided tier and layer for Phase 1. more
In this project, the third phase of a multi-phase project, the objective is to create the presentation tier of an n-tier application that provides advanced functionality for a lending library. The presentation tier is to be an ASP.NET 2.0 Web Forms user interface. The ASP.NET user interface will incorporate the business access tier and data access tier created in Phase 1 and Phase 2 of the Library project. Students will also extend functionality to satisfy additional requirements of the Library project. Students will be provided with a Library project to convert to Phase 3 specifications. more
In this project, the fourth phase of a multi-phase project, the objective is to provide a proof of concept system that uses Web services for a lending library. The student must implement a system to offer access to either the data layer or the business layer. Security will also be implemented via Web service implementation. Students will be provided with a Library project to convert to Phase 4 specifications. more
The course teaches students how to use SQL Server 2005 Reporting Services to create, execute, and manage different kinds of reports using Visual Studio 2005 and SQL Server 2005 Business Intelligence Studio. It also covers deployment, Reporting Services security, report snapshots, subscriptions and empowering end users to create ad-hoc reports using Report Builder and Report Model projects. more
The goal of this course is to provide students with the technical skills required to write basic Transact-SQL queries, stored procedures and triggers for Microsoft SQL Server™ 2005 more
This course provides an introduction to database management system, discusses the relational model, data modeling, normalization and data integrity. It gives an overview of the advanced database objects, Codd’s rules and an introduction to database administration concepts. more
The goal of this course is to provide students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server™ 2000 more
This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2005 database. The course focuses on teaching individuals how to use SQL Server 2005 product features and tools related to implementing a database. more
This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2005 database. The course focuses on teaching individuals how to use SQL Server 2005 product features and tools related to implementing a database. more
This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2005 database. The course focuses on teaching individuals how to use SQL Server 2005 product features and tools related to maintaining a database. more
In the Implementing a Database project, the objective is to create and test a database that will be part of an application of a fictitious Bank. The database will be built using SQL Server 2005 and its Management studio. The Database will consist of tables, constraints, relationships, indexes, stored procedures and triggers. Assessment will be done by executing the stored procedures with valid and invalid input. more
In this course, you’ll learn how to use Visual Studio 2005 and Visual C# 2005 to build ASP.NET 2.0 Web pages and XML Web services. You’ll gain an understanding of the new architecture behind ASP.NET 2.0 and how to use the new server controls. You’ll learn to create consistent web sites using Master Pages, to improve performance with output caching, add membership features, configure and deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using new Site Navigation tools and to handle multi-user data access conflicts. more
The course teaches students how to use SQL Server 2005 Reporting Services to create, execute, and manage different kinds of reports using Visual Studio 2005 and SQL Server 2005 Business Intelligence Studio. It also covers deployment, Reporting Services security, report snapshots, subscriptions and empowering end users to create ad-hoc reports using Report Builder and Report Model projects. more
In this course, developers learn the fundamental skills that are required to design and develop object-oriented applications for the Web and Microsoft Windows by using Microsoft Visual C# .NET and the Microsoft Visual Studio .NET development environment. This course provides an alternative entry point for less experienced programmers who are not familiar with object-oriented design and programming with Windows or the Web. more
The goal of this course is to help application developers understand the Microsoft® .NET Framework. In addition to offering an overview of the .NET Framework and an introduction to key concepts and terminology, the course provides a series of labs, which introduce and explain .NET Framework features that are used to code, debug, tune, and deploy applications. more
The goal of this course is to help developers use Visual Studio 2005 and Visual C# 2005 to build Windows applications to run on the .NET 2.0 platform. The course will familiarize the students with the Windows Forms and Windows Forms controls, focusing on new Visual Studio 2005 features, take advantage of new Visual Studio 2005 data binding features, and explore the range of controls and components provided by Visual Studio 2005, add professional-looking menus and toolbars using the new ToolStrip controls and add unprecedented flexibility to user interfaces using the new container controls, deploy and maintain applications easier than ever before, taking advantage of Click-Once deployment. more
The goal of this course is to provide students with the technical skills required to write basic Transact-SQL queries, stored procedures and triggers for Microsoft SQL Server™ 2005 more
This five-day instructor-led course provides students with the knowledge and skills to develop data-access applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course describes how to access and update data in a database by using ADO.NET. more
This course provides students with the knowledge and skills to develop distributed applications by using the Microsoft .NET Framework and Microsoft Visual Studio 2005. The course focuses on building distributed applications by using Web services, remoting, Microsoft Message Queuing and advanced features of Web Services Enhancements (WSE) 3.0 more
This three-day instructor-led course teaches developers to develop and deploy secure Microsoft .NET client applications by using Microsoft Visual Studio® .NET and the Microsoft .NET Framework. The course provides an overview of security; discusses design issues, including threat modeling techniques and coding techniques that enhance security; and explains why type-safety verification is the cornerstone of Microsoft .NET Framework security. This course provides side-by-side coding examples and activities written in both Microsoft Visual Basic® .NET and Microsoft Visual C#™. more
The goal of this course is to provide students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server™ 2000 more
This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2005 database. The course focuses on teaching individuals how to use SQL Server 2005 product features and tools related to implementing a database. more
This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2005 database. The course focuses on teaching individuals how to use SQL Server 2005 product features and tools related to implementing a database. more
In the Framework project, the objective is to create and test two assemblies that are part of a business tier for a fictitious retail company. The assemblies will use the Microsoft.NET 2.0 Framework technology. These assemblies will contain various entity, collection, and exception classes to be used by various business processes. Assessment of the implementation will be done using a testing harness supplied as part of the project materials package and will be based on the percentage of successful unit tests of the implementation as performed by the testing harness. more
In this project, the first phase of a multi-phase project, the objective is to create the presentation tier and business tier of an n-tier application that provides core functionality for a lending library. The presentation tier is to be a Microsoft .NET Windows Forms user interface. The business tier is to encapsulate all business operations and rules (e.g. data validation rules). Database access is to be performed using a provided data access tier; in later phases of the project, the data access tier will be replaced by one crafted by the student. more
In this project, the second phase of a multi-phase project, the objective is to create the data access tier and stored procedures of an n-tier application that provides core functionality for a lending library. The data access tier will use Microsoft ADO.NET 2.0 and SQL Server 2005 technologies. The data access tier will use efficiently written stored procedures. Students will be required to craft a data access tier and entities layer that will replace the previously provided tier and layer for Phase 1. more
In this project, the third phase of a multi-phase project, the objective is to create the presentation tier of an n-tier application that provides advanced functionality for a lending library. The presentation tier is to be an ASP.NET 2.0 Web Forms user interface. The ASP.NET user interface will incorporate the business access tier and data access tier created in Phase 1 and Phase 2 of the Library project. Students will also extend functionality to satisfy additional requirements of the Library project. Students will be provided with a Library project to convert to Phase 3 specifications. more
In this project, the fourth phase of a multi-phase project, the objective is to provide a proof of concept system that uses Web services for a lending library. The student must implement a system to offer access to either the data layer or the business layer. Security will also be implemented via Web service implementation. Students will be provided with a Library project to convert to Phase 4 specifications. more
In the Implementing a Database project, the objective is to create and test a database that will be part of an application of a fictitious Bank. The database will be built using SQL Server 2005 and its Management studio. The Database will consist of tables, constraints, relationships, indexes, stored procedures and triggers. Assessment will be done by executing the stored procedures with valid and invalid input. more
In this course, developers learn the fundamental skills that are required to design and develop object-oriented applications for the Web and Microsoft Windows by using Microsoft Visual C# .NET and the Microsoft Visual Studio .NET development environment. This course provides an alternative entry point for less experienced programmers who are not familiar with object-oriented design and programming with Windows or the Web. more
The goal of this course is to provide students with the technical skills required to write basic Transact-SQL queries, stored procedures and triggers for Microsoft SQL Server™ 2005 more
This course provides an introduction to database management system, discusses the relational model, data modeling, normalization and data integrity. It gives an overview of the advanced database objects, Codd’s