Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> .NET -> Latest articles Adds this page to your personal favorites
 
  Latest articles in this zone

Latest files
Latest links
Latest articles

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.
Visits: 210 Updated: 2008-5-12  Rating: (Not Rated)  More info & Ratings
working @ Hytech Professionals
Rob’s 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,HyTech’s 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
Visits: 101 Updated: 2008-5-8  Rating: (Not Rated)  More info & Ratings
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.
Visits: 64 Updated: 2008-4-30  Rating: (Not Rated)  More info & Ratings
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.
Visits: 74 Updated: 2008-4-28  Rating: (Not Rated)  More info & Ratings
FTP File Upload
Access an FTP server from C# and upload files into it.
Visits: 296 Updated: 2008-4-12  Rating: (Not Rated)  More info & Ratings
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.
Visits: 269 Updated: 2008-4-12  Rating: (Not Rated)  More info & Ratings
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.
Visits: 279 Updated: 2008-4-10  Rating: (Not Rated)  More info & Ratings
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.
Visits: 231 Updated: 2008-4-9  Rating: (Not Rated)  More info & Ratings
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.
Visits: 31 Updated: 2008-3-16  Rating: (Not Rated)  More info & Ratings
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.
Visits: 37 Updated: 2008-3-15  Rating: (Not Rated)  More info & Ratings
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.
Visits: 41 Updated: 2008-3-8  Rating: (Not Rated)  More info & Ratings
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.
Visits: 17 Updated: 2008-3-7  Rating: (Not Rated)  More info & Ratings
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.
Visits: 96 Updated: 2008-3-3  Rating: (Not Rated)  More info & Ratings
DataGrid - Master/Child/Slave Details in ASP.NET, C# - Expand/Collapse Rows (Master/Detail View)
Using ASP.NET, C#, Framework 1.1 to show a master/detail grid with javascript to expand & collapse
Visits: 42 Updated: 2008-3-3  Rating: (Not Rated)  More info & Ratings
How to create your own Auto Suggest textbox without any AJAX frameworks.
We will use basic javascript, and .net to create a feature to allow auto suggests as a user types. This will allow a better feel to your websites.
Visits: 33 Updated: 2008-3-3  Rating: (Not Rated)  More info & Ratings
File Upload control in C# as a friendly web user control. Easy upload, delete, and view options
Web User control written in C# using VS2005 to allow file upload, delete, and view option. Easy property settings, makes it easier for developers to use.
Visits: 35 Updated: 2008-3-3  Rating: (Not Rated)  More info & Ratings
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.
Visits: 49 Updated: 2008-2-9  Rating: (Not Rated)  More info & Ratings
Ease Versioning Multiple Assemblies by Splitting Up AssemblyInfo
This article describes a method of keeping version attributes for multiple assemblies in a product in sync for releases by splitting AssemblyInfo.cs into multiple files.
Visits: 297 Updated: 2007-12-18  Rating: (Not Rated)  More info & Ratings
Installation of PC-Lint and its using in Visual Studio 2005
The article is devoted to the first acquaintance with the PC-Lint 8.0 static analyzer of C++ code. The process of the tool installation and its initial setting is described.
Visits: 78 Updated: 2007-12-7  Rating: (Not Rated)  More info & Ratings
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.
Visits: 122 Updated: 2007-11-19  Rating: (Not Rated)  More info & Ratings
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.
Visits: 8233 Updated: 2007-9-23  Rating: (Not Rated)  More info & Ratings
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.
Visits: 355 Updated: 2007-7-31  Rating: (Not Rated)  More info & Ratings
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.
Visits: 176 Updated: 2007-7-23  Rating: (Not Rated)  More info & Ratings
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.
Visits: 215 Updated: 2007-1-11  Rating: (Not Rated)  More info & Ratings

Did you know that...
You can find out how to market/advertise your products on this site?
 

Sponsored Links 
Six Sigma Certification
100% Online-Six Sigma Certificate from Villanova - Find Out More Now.
Does you .Net App Update Itself?
Automatic application updating for .Net. Be more responsive. Improve application support. Try free.
SFTP components for .NET
Add complete SSH and SFTP support to your .NET framework application
ASP.NET 3.5 Hosting on Windows 2008!
ASP.NET 3.5/2.0 Hosting on Windows 2008 & 2003! AJAX, LINQ, & Silverlight Ready! 3 Mo. Free!!
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
Network Magazine Provides information Technology (IT) and network managers with strategic analysis, views of emerging technologies and product reports....
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by .NET konsult - Synchron Data.