Training articles, Tips, How Tos for mcpd.net-upgrade certification
All articles for MCPD.NET upgrade certification
Tips and How Tos for MCPD.NET upgrade certification
MCSD to MCPD Enterprise Developer 70-553-CSHARP Short Notes: Exam Passing Tips
Developing applications that use system types and collections An array of data is declared by using a value datatype with square braces and a variable name in which the array of data is to be stored. A class is a reference type and its object is created on the heap. On the other hand, a...
continue reading "MCSD to MCPD Enterprise Developer 70-553-CSHARP Short Notes: Exam Passing Tips" »
MCSD to MCPD Enterprise Developer 70-553-VB Short Notes: Exam Passing Tips
Developing applications that use system types and collections The Inherits keyword is used to define inheritance of one form from another. The MyBase keyword refers to the base class of the current instance of a class. It is also used to refer to methods and properties of a class from...
continue reading "MCSD to MCPD Enterprise Developer 70-553-VB Short Notes: Exam Passing Tips" »
Skills required for Microsoft test 70-551.
Microsoft has specified more than sixty objectives for the 70-551 test. These objectives are grouped under nineteen topics. Following are some important areas in which an individual should possess good knowledge before taking the 70-551 test: Managing data in a .NET application by using system...
continue reading "Skills required for Microsoft test 70-551." »
Skills required for Microsoft test 70-553.
Microsoft has specified more than forty objectives for the 70-553 test. These objectives are grouped under eighteen topics. Following are some important areas in which an individual should possess good knowledge before taking the 70-553 test: Managing data in a .NET application by using system...
continue reading "Skills required for Microsoft test 70-553." »
Things to practice for Microsoft test 70-551
The Microsoft test 70-551 is designed to measure an individual's ability to build interactive, data-driven Web-based applications with Web forms, ASP.NET, and the .NET Framework for both intranet and Internet uses. Before taking the 70-551 test, you should practice the following: Develop .NET...
continue reading "Things to practice for Microsoft test 70-551" »
Things to practice for Microsoft test 70-553
The Microsoft test 70-553 is designed to measure an individual's ability to develop and implement rich client applications that target the Windows Forms platform by using the .NET Framework 2.0. The test also measures your ability to build interactive, data-driven Web-based applications with Web...
continue reading "Things to practice for Microsoft test 70-553" »
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" »
System Namespace
The System namespace contains the following members: Classes Interfaces Structures Delegates Enumerations These members define commonly used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. These members also provide services supporting...
continue reading "System Namespace" »
System.Drawing Namespace
The System.Drawing namespace contains the following members: Classes Interfaces Structures Delegates Enumerations These members provide access to GDI+ basic graphics functionality. These members also provide System.Drawing.Drawing2D, System.Drawing.Imaging, and System.Drawing.Text...
continue reading "System.Drawing Namespace" »
Windows Controls
The following table lists the Windows controls: Control Name Description Animation It is a window that is used to display an Audio-Video Interleaved (AVI) clip. Button It is used to notify the parent window when a user chooses the control. Combo Box It is used as a...
continue reading "Windows Controls" »