Articles & Tutorial for MCAD certification
All articles for MCAD certification
Tips and How Tos for MCAD certification
Skills required for Microsoft test 70-229.
in MCAD
Microsoft has specified more than twenty-five objectives for the 70-229 test, which are grouped under seven topics. Following are the important areas in which an individual should possess good knowledge before taking the 70-229 test: Logical and physical database designing considerations and...
continue reading " Skills required for Microsoft test 70-229." »
What is the Merge method?
in MCAD
The Merge method of the DataSet class is used to incorporate the latest changes from a data source into an existing DataSet object. Following are the signatures of the Merge method:
Signature (Visual Basic .NET) Signature (Visual C# .NET) Description Overloads Public Sub...
continue reading " What is the Merge method?" »
Accessing and Manipulating XML Data in Microsoft .NET Framework
in MCAD
The Extensible Markup Language (XML) is a simple, flexible, and portable markup language. It is the preferred standard of communication developed by the World Wide Web Consortium (W3C). The XML data comprises both human-readable data and its description , and contains text-based XML files. The...
continue reading "Accessing and Manipulating XML Data in Microsoft .NET Framework" »
Data Integrity
in MCAD
Introduction
Tables in a SQL Server 2000 database include a number of different types of properties that ensure the integrity of data in the tables. These properties include datatypes, NOT NULL definitions, DEFAULT definitions, IDENTITY properties, rules, constraints, triggers, and indexes....
continue reading "Data Integrity" »
How to add a reference to a .NET Framework component in a project?
in MCAD
Take the following steps to add a reference to a .NET Framework component in a project:
In Solution Explorer, right-click the References node for the project, and then select Add Reference.
In the Add Reference dialog box, select the .NET tab.
Select a component from...
continue reading "How to add a reference to a .NET Framework component in a project?" »
How to add a static item to a DropDownList control?
in MCAD
Take the following steps to add a static item to a DropDownList:
In the Properties window, select the Items property and click the ellipse button next to (Collection). This opens the Collection Editor dialog box.
In the Collection Editor dialog box, click the Add Button to add a...
continue reading "How to add a static item to a DropDownList control?" »
How to add a variable or expression to the Watch window?
in MCAD
Take the following steps to add a variable or expression to the Watch window: In Microsoft Visual C# .NET, select the Debug > QuickWatch menu.
In the QuickWatch dialog box, enter the expression or variable in the Expression box, and click the Add Watch button.
continue reading "How to add a variable or expression to the Watch window?" »
How to add a Web custom control to the Toolbox?
in MCAD
Take the following steps to add a Web custom control to Visual Studio .NET Toolbox:
On the Tools menu, click Customize Toolbox. This opens the Customize Toolbox dialog box.
Select the .NET Framework Components tab of the Customize Toolbox dialog box.
Click the Browse...
continue reading "How to add a Web custom control to the Toolbox?" »
How to add files to a Setup package?
in MCAD
Take the following steps to add files to a Setup package:
In the File System editor, select the Application Folder node.
Click the Action > Add > File menu.
In the Add Files dialog box, browse and select the files to be added to the application, and click the...
continue reading "How to add files to a Setup package?" »
How to add files to a Web Setup package?
in MCAD
Take the following steps to add files to a Web Setup package:
In the File System editor, select the Web Application Folder node.
Click the Action > Add > File menu.
In the Add Files dialog box, browse and select the files to be added to the application, and click...
continue reading "How to add files to a Web Setup package?" »