(Hari Om Prakash Sharma) This application can be used to shutdown, reboot, and logoff remote PCs. Client application that is ‘remoteClientX’ must be installed on client PCs and ‘ServerX’ is used to give commands like shutdown, reboot and logoff.
Tag: Development
Using the MultiView and Wizard Controls in ASP.NET 2.0
(Wei-Meng Lee) One task that is common in web applications is data collection. For example, you may need to create a survey page for collecting user inputs. On that page, you may want to collect a fair bit of information such as username, profile, and answers to survey questions (often used to colle
Comparison chart between ASP 1.x and ASP 2.0
(Benoyraj B) This article explores a comparison chart between ASP.NET 1.x and ASP.NET 2.0.
Iterators in the Simplest Sense: Traversing Data Structures in PHP 5
(Alejandro Gervasio) Welcome to the final part of the series “Iterators in the Simplest Sense.” In this set of articles, you’ll learn the basic concepts of iterators in PHP 4 and PHP 5. The overall learning experience is strongly focused on the practical sense of the topic, so you can start quickly
Simplify Web site maintenance by using resource files in your .NET apps
(Tony Patton) A resource file contains static, non-executable data that is deployed with an application. A common usage for resource files is error messages and static user interface text. Resource files allow you to easily change the data without touching the application code.
Create And Host Custom Designers With The .NET Framework 2.0
(Dinesh Chandnani) Version 1.0 of the Microsoft .NET Framework provided a very flexible design-time architecture, but offered virtually no implemented code to actually create and host designers. All of the hosting logic was implemented in Visual Studio .NET, requiring third parties to rewrite all of
DataReader And DataSet
(John Charles) ADO.NET is part of Microsoft.NET which comprises a set of tools and object model for accessing a data source. The objects definition appears under the System.Data namespace. It allows applications to store, manipulate and retrieve data. In this article I’m going to talk about the two
Craft A Rich UI For Your .NET App With Enhanced Windows Forms Support
(Chris Sells and Michael Weinhardt) Windows Forms 2.0 is far richer than any Windows application development platform that preceded it. You’ll find improvements across the board, with a more dense and fully featured Microsoft .NET Framework, tighter Visual Studio integration with many new additional
Simplify your life with Object Binding
(Iqbal Khan) The .NET framework provides a very flexible and powerful approach to databinding that cuts down a lot of redundant code and simplifies the development process significantly. Unlike the earlier databinding models, which were limited to single data source, the .NET framework provides read
A Practical Approach to .NET Testing using Visual Studio 2005 Test Team Suite
(Jawahar Govindaraj) This document will cover practical approach to White box Testing Techniques using Microsoft Visual Studio 2005 Test Team Suite. It covers concepts with a simple, easy to follow example.