The Object Class (.NET)
The Object class is a special type that is the base class for all other classes and types, including the value types. It defines a set of methods that are therefore inherited by every other type that is defined within the .NET framework class library.
 |
|
 |
|
working @ Hytech Professionals
Robs way of learning about reality
Shouting, bonding and hugging in the workplace was"a new theme"for RobKumar when he joined HyTech Professionals (www.hytechpro.com)
These are the symbols of openness,sharing, and collaboration says Mr Gupta,HyTechs director and co-founder.
HyTech Professionals,an open-culture software development and consulting company, wants to help its clients be self-sufficient,says co-founder Daminsh Kumar.
Rob also found out that www.hytechpro.com encourages staff to excel in improving communication, in addition to learning Microsoft .Net, MOSS, C#, exchange server, J2EE, Hibernate, Struts, Object Oriented Programming, PHP, Perl and others.
According to Mr. Gupta, www.hytechpro.com is a software development company with a mission to become a long term partner with all the stake holders including customers, employees and suppliers
 |
|
 |
|
Purchase Phuket Property now
Phuket is located in the southern part of the province of Thailand. It is surrounded by plenty of exotic sites that travelers can glance at. This is an island which has no boundaries of land and its attraction is extended to every edge of the corner of the city. However, near the Phuket Island is the Phuket International Airport. Millions of people come from far off land to visit this part of the region and to glance at the unique features of this place.
If you want to visit this part of the region then Barama Bay is considered to be the most exceptional resort in the world to check in. Along with that, Phuket villas are found at a very reasonable rate and are really breathtaking for the visitors.
 |
|
 |
|
Creating a Battery Power Status Monitor in C#
Sometimes programs need to know the power status of a computer. An example is Windows Update, which often requires a computer to be running on mains power before updates are installed. This article explains how to read the power status and battery life.
 |
|
 |
|
|
|
C# Data Structures
C# Net has a lot of different data structures, for example, one of the most common ones is an Array. However C# comes with many more basic data structures. Choosing the correct data structure to use is part of writing a well structured and efficient program.
 |
|
 |
|
Convert to PDF from .NET project
ExportToPDF is .NET library that offers the ability to convert csv files, Excel spreadsheets, Access mdb databases, text files, .NET DataTable objects to PDF on the fly. If you need PDF reports you do not have to use complex report generators anymore.
Just create a simple .NET Windows Form or ASP.NET page and export it to PDF with the ExportToPDF assembly. You can set PDF page margins, change page orientation (portrait, landscape), customize headers and footers (change fonts, colors), add page numbers and more.
 |
|
 |
|
3D Drawing with GDI+
Using GDI+, it is possible to create simple 3D shapes without the need for DirectX. Rotate and manipulate the shapes and display them on a 2D surface.
 |
|
 |
|
Bit Field Enumerations (.NET)
When you need to store multiple Boolean statuses for a single item, you may elect to place each on/off attribute into a bit field. If you use an enumeration marked with the FlagsAttribute class, the .NET framework will assist with some of the operations.
 |
|
 |
|
C# Inheritance
The eighteenth part of the C# Object-Oriented Programming tutorial begins the discussion of the use of inheritance. This is a powerful object-oriented concept that permits the creation of hierarchical groups of classes that share common functionality.
 |
|
 |
|
A Generic Searchable Range Collection (.NET)
A common programming task is to match a value to a group of ranges in order to find a value associated with that range. The .NET framework does not provide a collection class to support this functionality so a new generic collection must be created.
 |
|
 |
|
Building Scalable Mapping & GIS Apps with Web Services
With the emergence of popular online mapping applications, more businesses are seeing a need to build mapping and GIS (Geographic Information Systems) functionality into their own custom applications. In this article, I will show you how to build a scalable mapping application utilizing a web service and how to consume the web service from a client application. Features Map Suite GIS .NET components from ThinkGeo.
 |
|
 |
|
Using the EventHandler Delegate (.NET)
When creating custom events, a delegate is declared to control the parameters that the event passes to the subscriber when the event is raised. For simplistic events with no requirement to pass information, the built-in EventHandler delegate can be used.
 |
|
 |
|
|
|
|
|
|
|
Capturing the Screen Contents in .NET 2.0
When supporting installed software, descriptions of problems can be enhanced greatly by viewing the contents of the user's screen. In this article we will explore how to perform a screen grab and display the captured image in a Windows Forms application.
 |
|
 |
|
|
|
|
|
Allowing Only One Instance of a Windows Forms Application
Standard Windows Forms applications can be launched multiple times and each instance used completely independently of the others. However, sometimes it is important to restrict the user in launching only one instance of a program.
 |
|
 |
|
Demonstrating Implicit Variable Declaration with C# 3.0
A quick look at what implicit variable declaration is, with code examples in C# and VB.Net. The article also contains a walk-through to help you write and run your first program using implicit variable declaration.
 |
Visits: 9183 Updated: 2007-10-2 Rating: | |
 |
|
Accessing Subversion repository from .NET using DotSVN
An article that describes in detail how to connect to Subversion repository from a .NET application using DotSVN library.
DotSVN is an OpenSource project whose objective is to re-implement the Subversion version control system completely in .NET. Many .NET libraries/tools are available to connect to Subversion repository. But DotSVN is unique in the fact that it is completely implemented in .NET and it accesses the repository at the repository level itself (and not at the Client level or Working Copy). Also, DotSVN does not depend on any Subversion libraries or binaries.
 |
|
 |
|
Creating a Draggable Borderless Windows Form in C#
For programs that require a non-standard interface, you can remove the borders of your forms. Once removed however, the user has no title bar to use to allow the form to be repositioned. This article describes how to allow dragging of a borderless form.
 |
|
 |
|
Webservice ASP.NET with GridView and DataGridView
This article describes how to build a WebService with .NET and use Generics in this WebService to transfer a list of complex datatypes. A WebService can be used in a WinForms-client and in a Web-client as well. In our example a list of Person-objects is bound to a GridView in an ASP.NET-project and to a DataGridView in a WinForms-project. The goal of this article is to demonstrate, how you can use a WebService with two different type of views: WinForm and WebForm.
 |
|
 |
|
Inheritance in O/R Mapping
Object oriented applications usually have inheritance as an important part of their design, including in their domain objects. However, the corresponding data model has no built-in mechanism for specifying inheritance. Therefore, you must map your domain objects to your relational database intelligently.
 |
|
 |
|