Articles & Tutorial for MCSD.NET certification
All articles for MCSD.NET certification
Tips and How Tos for MCSD.NET certification
Skills required for Microsoft test 70-229.
in MCSD.NET
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 MCSD.NET
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 MCSD.NET
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 MCSD.NET
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" »
Describe the developing phase in a project.
in MCSD.NET
During the developing phase, the project team builds solution components and involves in code documentation. The team completes all tasks that are identified during the envisioning and planning phases, and develops the solution. The team also tests the solution during the build process. It is...
continue reading "Describe the developing phase in a project." »
How to add a reference to a .NET Framework component in a project?
in MCSD.NET
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 MCSD.NET
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 MCSD.NET
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 MCSD.NET
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 MCSD.NET
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?" »
