Articles for MCSE, MCSD, MCAD, CIW, CompTIA, Oracle, SCJP Certifications
All articles for MCTS: NET Windows certification
Tips and How Tos for MCTS: NET Windows certification
MCTS 70-526-CSHARP Short Notes: Exam Passing Tips
Creating a UI for a Windows Forms Application by Using Standard Controls Setting the MinimizeBox property of a Windows form to false prevents the minimize button from being displayed in the caption bar of the form. Setting the MaximizeBox property of a Windows form to false prevents the...
continue reading "MCTS 70-526-CSHARP Short Notes: Exam Passing Tips" »
MCTS 70-526-VB Short Notes: Exam Passing Tips
Creating a UI for a Windows Forms Application by Using Standard Controls Setting the MinimizeBox property of a Windows form to false prevents the minimize button from being displayed in the caption bar of the form. Setting the MaximizeBox property of a Windows form to false prevents the...
continue reading "MCTS 70-526-VB Short Notes: Exam Passing Tips" »
MCTS 70-536-CSHARP Short Notes
Developing applications that use system types and collections Use the CausesValidation property of the ImageButton class to set a value to indicate whether validation is performed on a Web server control when an ImageButton control is clicked. Installation packages are created for deploying...
continue reading "MCTS 70-536-CSHARP Short Notes" »
MCTS 70-536-VB Short Notes
Developing applications that use system types and collections
Use the CausesValidation property of the ImageButton class to set a value to indicate whether validation is performed on a Web server control when an ImageButton control is clicked. Installation packages are created for...
continue reading "MCTS 70-536-VB Short Notes" »
Skills required for Microsoft test 70-526.
Microsoft has specified more than twenty objectives for the 70-526 test, which are grouped under seven topics. Following are the important areas in which an individual should possess good knowledge before taking the 70-526 test:
Adding and configuring a Windows Form.
Managing control...
continue reading "Skills required for Microsoft test 70-526." »
Skills required for Microsoft test 70-536.
Microsoft has specified more than thirty objectives for the 70-536 test, which are grouped under seven topics. Following are some important areas in which an individual should possess good knowledge before taking the 70-536 test:
Managing data in a .NET application by using system types,...
continue reading "Skills required for Microsoft test 70-536." »
Things to practice for Microsoft test 70-526
The 70-526 test measures an individual's ability to develop and implement Windows-based applications by using Microsoft .NET Framework 2.0. Before taking the 70-526 test, you should practice the following:
Add a Windows Form to a project at design time.
Configure a Windows Form to...
continue reading "Things to practice for Microsoft test 70-526" »
Things to practice for Microsoft test 70-536.
The Microsoft test 70-536 is designed to measure an individual's ability to develop applications with the Microsoft .NET Framework 2.0. Before taking the 70-536 test, you should practice the following:
Develop .NET Framework applications by using system types, generic collections, and...
continue reading "Things to practice for Microsoft test 70-536." »
Building Graphical User Interface
Windows Forms are based on the Graphical User Interface (GUI). Hence, several graphical interface elements can be used within a Windows-based application. The .NET Framework provides the System.Drawing namespace that is included in the Windows Graphics Design Interface (GDI+). Several classes...
continue reading "Building Graphical User Interface" »
Configure Serviced Components
There are specific COM+ services that are used to configure a serviced component and apply them in an application, which are as follows: Initiating the COM+ transactions in an application: A transaction consists of a series of operations, each of which is connected together to form a...
continue reading "Configure Serviced Components" »
