Articles for C#.NET 2.0 Windows-based Application Development 70-526-CSHARP
Describe the setup project properties of a Windows application?
The following are the setup project properties that provide descriptive information about a Windows application:
Setup Project Properties Description Author It contains the name of the author that creates an application. Description It contains the description about an......
continue reading "Describe the setup project properties of a Windows application?" »
Describe the setup project properties to determine their behavior during installation?
The following are the setup project properties to determine their behavior during installation:
Setup Project Properties Description InstallAllUsers It determines whether the setup package is installed for all users or only for installing users. PostBuildEvent It specifies the......
continue reading "Describe the setup project properties to determine their behavior during installation?" »
How can the properties of a constituent control be exposed using C# application project?
The properties of a constituent control can be exposed by the following ways:
Creating a public property for a user control.
Using the getter and setter for a property in the property definition. It will effect the change in the
private property of the constituent control. For example, a......
continue reading "How can the properties of a constituent control be exposed using C# application project?" »
How is a method added to a control in a Windows form using C# project?
In a Windows form, a method is added to a control in the same way as it is added to a form or a class. In the Code window of the form, a method declaration and a method body is added within the bounds of the class declaration. A method can be added to a control in two ways. A void method is......
continue reading "How is a method added to a control in a Windows form using C# project?" »
How is a property added to a control in a Windows form using C# project?
In a Windows form, a property is added to a control in the same way as a method is added to the control. Firstly, a property definition is created. Then, the property's functionality that is required to return and set the value represented by the property, is implemented. Generally, the value of......
continue reading "How is a property added to a control in a Windows form using C# project?" »
How is a read-only property created in a Windows form using C# application project?
Generally, in C# language, the getter and the setter for a property is implemented in the property definition. In a Windows form, a read-only property is created by omitting the setter for the property. For example:
private int month;
public int SetMonth
{
get......
continue reading "How is a read-only property created in a Windows form using C# application project?" »
How is an application installed from a CD?
The installation of a Windows-based application from a CD is a ClickOnce deployment strategy. This strategy is used to deploy the application to removable media such as a CD-ROM or DVD. This strategy is useful when no network connection is necessary for an application installation. It is also......
continue reading "How is an application installed from a CD?" »
How is an application installed from a Web server or a network file share?
The installation of a Windows-based application from a Web server or a network file share is one of the deployment strategies of the ClickOnce technology. In this deployment strategy, a user clicks an icon on a Web page or double-clicks an icon on the file share. The application is then......
continue reading "How is an application installed from a Web server or a network file share?" »
How is an application started from a Web or a network file share?
One of the ClickOnce deployment strategies is to start a Windows-based application from a Web or a network file share. In this strategy, the application behaves like a Web application. The application starts when a user clicks a link on a Web page or double-clicks an icon on the file share. The......
continue reading "How is an application started from a Web or a network file share?" »
How is an event created and added to a control in a C# project?
In a C# project, an event is created by using the event keyword. However, an explicit delegate is required to specify the signature before creating a new event. It can be added to a control or class in order to trigger some action in a Windows form. For example:
public delegate void......
continue reading "How is an event created and added to a control in a C# project?" »
In Stock (
US$ 89.99 59.99
)
Download and try this PrepKit for free. As soon you place the order, we will send you the registration code. Use it to unlock the PrepKit and start learning. Its that easy!

70-526-CSHARP PrepKit at a Glance
| Includes | Free | Buy |
|---|---|---|
| Version | 8.03.05 | |
| Practice Tests | 1 | 5 |
| 15 | 280 | |
| Quiz | 15 | 137 |
| Final Test | No | Yes |
| Articles, How Tos.., Tips | Yes | Yes |
| Study Notes | 65 | 275 |
Tips and How Tos for 70-526-CSHARP exam
