Articles & Tutorial for MCTS: NET Distributed certification
All articles for MCTS: NET Distributed certification
Tips and How Tos for MCTS: NET Distributed certification
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" »
Data Binding
In the context of Visual Studio .NET, a user can create any Windows-based applications along with the user interface by using Windows Forms. As forms are the base unit of an application, the functionality of the application can be enhanced by using a rich set of controls that provide the user...
continue reading "Data Binding" »
Developing Multi-Threaded .NET Applications
Introduction
A thread is a sequence of code execution within a single process. It does not have its own address space. However, it uses the memory and other resources of the process in which it executes. A thread consists of identification, a stack, a register set containing the program or...
continue reading "Developing Multi-Threaded .NET Applications" »
Developing Multi-Threaded .NET Applications
Introduction
A thread is a sequence of code execution within a single process. It does not have its own address space. However, it uses the memory and other resources of the process in which it executes. A thread consists of identification, a stack, a register set containing the program or...
continue reading "Developing Multi-Threaded .NET Applications" »
Handling Events and Logging Information from a Windows Service Application
A Windows service application supports various customized events, such as changing the power status of a computer or logging information. The logging information can change the state of the service or errors in the system event logs and customize your event logs. By using the performance counter,...
continue reading "Handling Events and Logging Information from a Windows Service Application" »
How many distinct roles are there in a Web service scenario?
There are three distinct roles in a Web service scenario, which are as follows: Service Provider Service Broker Service Requestor
continue reading "How many distinct roles are there in a Web service scenario?" »
How to add a predefined launch condition?
Take the following steps to add a predefined launch condition:
Open the Launch Conditions Editor, select the Requirements on Target Machine node.
Click on the Action menu and select the required option.
Select the Search node and enter the value for the properties as...
continue reading "How to add a predefined launch condition?" »
How to add a reference in the Integrated Development Environment?
Take the following steps to add a reference in the Integrated Development Environment:
Select a project in Solution Explorer. Right click on the project, and click properties.
In the Project Designer, click the References tab.
Click the Add reference button to open the...
continue reading "How to add a reference in the Integrated Development Environment?" »
How to add a reference to a .NET Framework component in a project?
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?" »
