CSharpFeeds - All your C# feeds in one place.

Sponsors

Feed:

Site: http://www.c-sharpcorner.com/ Link: http://csharpcorner.com/RSS/articles.aspx

Wednesday, March 21, 2007

XML Serialization in .NET Framework 2.0 : Part I

by Khaled Samir via on 3/21/2007 12:00:00 AM

This article introduces serializing objects to XML format. ...

[ read more ]

Tuesday, March 20, 2007

XML Driven Validation

by Subal Mishra via on 3/20/2007 12:00:00 AM

This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application. ...

[ read more ]

Detecting File Changes using FileSystemWatcher

by Thiagarajan Alagarsamy via on 3/20/2007 12:00:00 AM

This article is about detecting file changes like file renaming, file creation, deletion and changes in a folder using FileSystemWatcher class. ...

[ read more ]

Tuesday, February 27, 2007

Building data access class

by Michael Livshitz via on 2/27/2007 12:00:00 AM

In this article I will describe one of the ways to build data access layer component, using such feature of the VS 2005 as generic. ...

[ read more ]

Friday, February 23, 2007

Image Mapping Utility

by Scott Lysle via on 2/23/2007 12:00:00 AM

This article describes an easy approach to building a simple image mapping utility that may be used to mark and store points as pixel based coordinates from an image file or directly from a web page. ...

[ read more ]

Wednesday, February 21, 2007

Writing Managed Triggers using C#

by Laishram Priyokumar via on 2/21/2007 12:00:00 AM

This article is trying to explain the simple and required steps that are require starting the creation of Manage Triggers using C#. ...

[ read more ]

Using a Web User Control inside the GridView control

by Michael Livshitz via on 2/21/2007 12:00:00 AM

In this article I will share how a Web User Control can be used in the GridView control. The examples are written using C# . ...

[ read more ]

Monday, February 19, 2007

Writing Managed Stored Procedures using C#

by Laishram Priyokumar via on 2/19/2007 12:00:00 AM

This article is trying to explain the simple and required steps that are require starting the creation of Manage Stored Procedure using C# and using them. ...

[ read more ]

Monday, February 12, 2007

Bind Objects to a DataGridView Control

by Scott Lysle via on 2/12/2007 12:00:00 AM

This article describes a simple approach to displaying object property data within a data grid view control. ...

[ read more ]

Thursday, February 08, 2007

Simple Web and RGB Color Picker Utility

by Scott Lysle via on 2/8/2007 12:00:00 AM

The article addresses the construction of a simple utility application useful for selecting an RGB or web color. ...

[ read more ]

Tuesday, February 06, 2007

LED Control Emulation

by Scott Lysle via on 2/6/2007 12:00:00 AM

This project describes an approach for constructing a hardware emulation of a segmented seven element LED display. ...

[ read more ]

Monday, February 05, 2007

Word Processing with an Extended Rich Text Box Control

by Scott Lysle via on 2/5/2007 12:00:00 AM

This article describes an easy approach to building a simple word processor around an extended version of the Rich Text Box (RTB) control. ...

[ read more ]

Access Sharepoint Portal Server using Web Services in .NET

by Mahesh Chand via on 2/5/2007 12:00:00 AM

This article discusses how we can leverage Sharepoint Portal Web Services to work with WSS in Microsoft .NET. The sample code used in this article shows how to access Lists Web Service to get the available lists in WSS. The sample code also shows how to add and update list items. ...

[ read more ]

Thursday, February 01, 2007

A Simple Approach to Product Activation

by Scott Lysle via on 2/1/2007 12:00:00 AM

This article describes an easy approach to keeping track of each installation of an application. ...

[ read more ]

Tuesday, January 30, 2007

Integrated Security with Web Application

by Shrikant Utekar via on 1/30/2007 12:00:00 AM

This article will give you an idea about how Integrated Security works with Web Application using Active Directories. ...

[ read more ]

Friday, January 26, 2007

Active Application Watcher in .NET using Windows Forms

by Sateesh Kumar via on 1/26/2007 12:00:00 AM

This application will help out a user to know how much time , he is spending on each application every day. This application assumes that the window, which is active as the application on which the user is working. ...

[ read more ]

Thursday, January 25, 2007

Image Processor

by Mihai Popescu via on 1/25/2007 12:00:00 AM

This article shows a light-weight image processor. ...

[ read more ]

Wednesday, January 24, 2007

Interoperability between WCF and Oracle Application Server : Part I

by John Charles Olamendy via on 1/24/2007 12:00:00 AM

This article is part of series intended to show how to use Web Services related technologies to interoperate applications running in different platforms, in this case, the most common scenario between Microsoft.NET and Oracle AS platforms. ...

[ read more ]

An Easy Way to Embed Word in a Web Page

by Scott Lysle via on 1/24/2007 12:00:00 AM

This article describes an approach to displaying word documents within a web page using a simple custom server control. ...

[ read more ]

DataAccess

by Sanjay David via on 1/24/2007 12:00:00 AM

Simple DataAccess in DataGrid Identifying Reference Concepts. ...

[ read more ]

Tuesday, January 23, 2007

Embed PDFs into a Web Page with a Custom Control

by Scott Lysle via on 1/23/2007 12:00:00 AM

This article describes an approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 custom server control. ...

[ read more ]

Key Issue of sharing

by Muhammad Shakir via on 1/23/2007 12:00:00 AM

Describing how can we share a key from one place to another. ...

[ read more ]

Snap it! - How to take a screen shot using .NET

by Thiagarajan Alagarsamy via on 1/23/2007 12:00:00 AM

This article explains how to create a snapshot tool in .NET and Windows Forms. ...

[ read more ]

Thursday, January 18, 2007

Poorman's iPod MP3 Player in C# and .NET

by Mike Gold via on 1/18/2007 12:00:00 AM

This article is an update to an article written by George Steeves on how to create an MP3 player using C# and .NET using the moon valley mp3p.ocx control. ...

[ read more ]

The difference between the two GOF patterns "Strategy" and "State"

by Matthew Cochran via on 1/18/2007 12:00:00 AM

The GOF Strategy and State patterns are remarkably similiar and it is really only a minor implementation detail that distinguishes the two. ...

[ read more ]

Wednesday, January 17, 2007

Leveraging the "using" keyword in C#

by Mahesh Chand via on 1/17/2007 12:00:00 AM

The “using” keyword in C# is one of the best friends of programmers but many of us may not realize this. The “using” keyword is used in two cases – First when importing a namespace in your code and second in a code block. ...

[ read more ]

Thursday, January 11, 2007

Power Management from a Win Forms Application

by Scott Lysle via on 1/11/2007 12:00:00 AM

This article describes how to place the computer into a power management suspend state, and how to put the computer into a power management related hibernate state. ...

[ read more ]

Tuesday, January 09, 2007

Regular Expressions

by Paul via on 1/9/2007 12:00:00 AM

The purpose of this article is to build upon the existing pool of regular expression articles by providing an overview of the new regular expression features found in .NET and to offer some guidelines as to when and how to use them. ...

[ read more ]

Strategy for querying Microsoft Access as an In-Memory Database using DataSets and ADO.NET

by Mike Gold via on 1/9/2007 12:00:00 AM

This article describes how you can read tables in from MSAccess up front in your application and then query the tables in-memory using some powerful features of the DataSet and ADO.NET ...

[ read more ]

Monday, January 08, 2007

Excel Automation in .Net

by Thiagarajan Alagarsamy via on 1/8/2007 12:00:00 AM

This article explains how to achieve excel automation in .Net. ...

[ read more ]

Embedding and Playing WAV Audio Files in a Win Forms Application

by Scott Lysle via on 1/8/2007 12:00:00 AM

This article describes an approach to embedding WAV audio files into an application and playing them through the use of the System.Media class library. ...

[ read more ]

Friday, January 05, 2007

Extend the Textbox Control to Validate Against Regular Expressions

by Scott Lysle via on 1/5/2007 12:00:00 AM

This article describes an approach to validating text box entries against a regular expression. ...

[ read more ]

Paging in DataGrid

by Sanjay David via on 1/5/2007 12:00:00 AM

This article demonstrates the paging in DataGrid in easy steps. ...

[ read more ]

Wednesday, January 03, 2007

Encrypt a file using Rijndael

by Muhammad Shakir via on 1/3/2007 12:00:00 AM

In this artical, we will encrypt a file and embed a encrypted key through wich we encrypt that file ...

[ read more ]

Tuesday, January 02, 2007

Database connection object with application-wide scope

by Terrence Maher via on 1/2/2007 5:54:05 PM

This article describes a class that can be placed in a Visual Studio C# project that makes a connection object available to any of the other classes in the project. ...

[ read more ]

Monday, January 01, 2007

Access Row of a file Random bases using C#

by Muhammad Shakir via on 1/1/2007 12:00:00 AM

In this aritical, we will look how to get a row of a file which contains multiple rows randomly. ...

[ read more ]

Friday, December 29, 2006

Capturing File Information

by Scott Lysle via on 12/29/2006 12:00:00 AM

This article describes a simple approach to capturing and displaying file and file version information. ...

[ read more ]

Thursday, December 28, 2006

Stacked Clipboard

by Thiagarajan Alagarsamy via on 12/28/2006 12:00:00 AM

This article explains about simple clipboard operation and an extended clipboard functionality. ...

[ read more ]

Restricting User Input

by Scott Lysle via on 12/28/2006 12:00:00 AM

This article describes an approach to restricting the user’s input to letters only, numbers only, letters or numbers only, and special characters only. The approach is simple to implement and can be used whenever it is necessary to restrict a user’s response to instances where it is necessary to capture information from the user into a form’s text box control. ...

[ read more ]

Wednesday, December 27, 2006

Processing Command Line Arguments

by Scott Lysle via on 12/27/2006 12:00:00 AM

This article describes an approach to processing multiple command line arguments. ...

[ read more ]

Tuesday, December 26, 2006

Find and Replace for multiline text

by Thiagarajan Alagarsamy via on 12/26/2006 12:00:00 AM

This article explains how would you find and replace a multiline text. ...

[ read more ]

Friday, December 22, 2006

Build your own Visual Studio: An Application Framework for Editing Objects at Run Time

by Scott Lysle via on 12/22/2006 12:00:00 AM

This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor. ...

[ read more ]

Wednesday, December 20, 2006

Text to Speech in Visual C# 2005

by Scott Lysle via on 12/20/2006 12:00:00 AM

This article describes an application used to exercise some of the Text To Speech features available to .NET developers through the Microsoft Speech 5.1 SDK. This article does not address the newer speech server related libraries nor does it address web based deployments of speech related technologies. ...

[ read more ]

An Example of Genetic Algorithm for Traveling Salesman Problem

by Yuan Wang via on 12/20/2006 12:00:00 AM

TSP is a famous math problem: Given a number of cities and the costs of traveling from any city to any other city, what is the cheapest round-trip route that visits each city exactly once and then returns to the starting city? We use the Genetic Algorithm to solve the TSP problem as an example. ...

[ read more ]

Tuesday, December 19, 2006

Prevent CD Autoplays

by Scott Lysle via on 12/19/2006 12:00:00 AM

This article describes the approach used programmatically to prevent a CD from going into auto play mode; this may be useful to you if you are, for example, writing an application that logs directly to CD and you are trying to burn data periodically to a CD but you do not want the CD to go into auto play mode after burning a some data to it. ...

[ read more ]

Monday, December 18, 2006

Monitor and Display CPU State Information

by Scott Lysle via on 12/18/2006 12:00:00 AM

This article describes a quick and simple approach to displaying information about the state of the CPU or CPUs on a targeted machine. ...

[ read more ]

Extending the ASP.NET ImageButton Control

by Scott Lysle via on 12/18/2006 12:00:00 AM

This article describes an easy approach to extending an existing ASP.NET control; in this example, the standard toolkit’s Image Button control is extended to support roll-over effects. Given the standard control already contains existing support for both server side click events and client click events, the control is well furbished prior to the addition of the roll-over effect. ...

[ read more ]

Friday, December 15, 2006

.NET SQL Authorization Manager

by Andrea Ferendeles via on 12/15/2006 12:00:00 AM

.NET Sql Authorization Manager (AzMan x .NET 2.0) allows you to set Item-based permissions for Authorization Manager-enabled Microsoft.NET 2.0 applications. Storage reside on a MS Sql Server DataBase and can be administrated by a managed MMC 3.0 Snap-In. ...

[ read more ]

Event and Error Logging

by Scott Lysle via on 12/15/2006 12:00:00 AM

This article describes an approach to writing to a custom error log and to writing events into the system event log. ...

[ read more ]

Thursday, December 14, 2006

Mimic the Appearance of Outlook's Sidebar with the Multi-view Control

by Scott Lysle via on 12/14/2006 12:00:00 AM

This article describes a simple way to mimic the appearance of Microsoft’s Outlook sidebar within an ASP.NET 2.0 web application. The approach is based upon the use of the existing Multi-View control contained in the standard ASP.NET 2.0 toolbox and does not require much time or effort to implement. This article includes a sample web application that presents an example of the approach in use. ...

[ read more ]

Wednesday, December 13, 2006

Implement a Win Forms Slider Control in ASP.NET 2.0

by Scott Lysle via on 12/13/2006 12:00:00 AM

This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0. ...

[ read more ]

Monday, December 11, 2006

Send Text Message to Cell Phones from a C# Application

by Scott Lysle via on 12/11/2006 12:00:00 AM

This article describes a simple way to send text messages to a cellular phone from within a C# desktop application. The source code provided includes a relatively good list of carriers to simplify the task of connecting with a cell phone and the task itself is really no more difficult than sending an email message through a desktop or web based application. ...

[ read more ]

Friday, December 08, 2006

Managing Distributed Transactions with ADO.NET 2.0 using TransactionScope

by Muhammad Mosa via on 12/8/2006 12:00:00 AM

This article describes how to manage distributed transactions that can span multiple data sources in a Microsoft .NET application. ...

[ read more ]

Thursday, December 07, 2006

Gradient Panel Custom Control

by Scott Lysle via on 12/7/2006 12:00:00 AM

This article describes a quick and simple approach to creating gradient panel custom control. ...

[ read more ]

Implement Microsoft DirectX Image Transformation Filters in ASP.NET 2.0

by Scott Lysle via on 12/7/2006 12:00:00 AM

This article describes an easy approach to creating custom Web controls used to display Microsoft DirectX Image Transformation filter effects in an ASP.NET 2.0 web page. ...

[ read more ]

Wednesday, December 06, 2006

Gradient Background Tab Custom Control

by Scott Lysle via on 12/6/2006 12:00:00 AM

This article describes a quick and simple approach to creating a tabbed custom control with a gradient background. ...

[ read more ]

Tuesday, December 05, 2006

Flash Player Custom Control for ASP.NET 2.0

by Scott Lysle via on 12/5/2006 12:00:00 AM

This article describes a quick and simple approach to creating a custom web control used to display shockwave flash files within an ASP.NET page. Whilst the article and demonstration project are focused upon displaying a shockwave flash (SWF) file, the basic idea is applicable to any sort of object that you may wish to embed within an ASP.NET 2.0 page. ...

[ read more ]

Sunday, December 03, 2006

Drawing Visio Shapes in the Visio ActiveX Control using C# and .NET

by Mike Gold via on 12/3/2006 12:00:00 AM

This article will get you started in using the Visio ActiveX control that allows you to use Visio inside of a .NET Windows Form. The article will step you through a simple example of drawing shapes inside a Visio Drawing and connecting the shapes together. ...

[ read more ]

Monday, November 27, 2006

Using Client Callbacks for building the ListBoxesFTs_C ASP.NET Web User Control: Part II

by Michael Livshitz via on 11/27/2006 12:58:14 PM

In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript. ...

[ read more ]

Sunday, November 26, 2006

Using Genetic Algorithms to Determine Calculus Derivative Functions in C# and.NET

by Mike Gold via on 11/26/2006 12:00:00 AM

This article describes how you can use genetic algorithms in .NET to determine derivatives of mathematical functions. The program uses an algorithm called Multiple Expression Programming (MEP) inside the genomes to exercise a function tree. ...

[ read more ]

Thursday, November 23, 2006

Using Client Callbacks for building the ListBoxesFTs_C ASP.NET Web User Control: Part I

by Michael Livshitz via on 11/23/2006 12:00:00 AM

In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript. ...

[ read more ]

Wednesday, November 22, 2006

Custom Events and Delegates, An Overview

by Mitchel Sellers via on 11/22/2006 12:00:00 AM

An overview instructing you how to create delegates and custom event handlers in C#.NET. ...

[ read more ]

Friday, November 17, 2006

A guide to ObjectDataSource control

by Rehaman SK via on 11/17/2006 12:00:00 AM

One of the best new features of the forthcoming ASP.NET 2.0 will be the ObjectDataSource control. However, as I found out in my experimentation what seems like a simple control has some complex behaviours to master to get it working properly. If (like me) you have an existing data access layer you may have to make changes to be able to use ObjectDataSource. ...

[ read more ]

Wednesday, November 15, 2006

C# Introduction to Fuzzy Computing: Part I

by Matthew Cochran via on 11/15/2006 12:00:00 AM

Boolean logic often fails to adequately simulate real-world conditions because things are never simply just black and white (or zeroes and ones) but exist in millions of shades of grey. This article is a brief introduction to the subject of fuzzy computing through demonstration of a few of the core principles using a fuzzy controller. ...

[ read more ]

Tuesday, November 14, 2006

Getting Started with Workflow Foundation in Windows Vista

by Mahesh Chand via on 11/14/2006 11:46:47 PM

Workflow Foundation is the library used to create workflow based applications in Windows Vista. This article shows you how to write your first application using WWF and Visual Studio 2005. ...

[ read more ]

Monday, November 13, 2006

Working with HashTable in C# 2.0

by Pradeep Tiwari via on 11/13/2006 12:00:00 AM

Many a times we need to store more than one dimension data in a list and data may not be an integer or string. This article shows how to use HashTable class to store object type data. ...

[ read more ]

Friday, November 10, 2006

Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part III

by Michael Livshitz via on 11/10/2006 12:00:00 AM

In multi-part article, I share how you can build your own ASP.NET web user control. ...

[ read more ]

Thursday, November 09, 2006

Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part II

by Michael Livshitz via on 11/9/2006 12:00:00 AM

In multi-part article, I share how you can build your own ASP.NET web user control. ...

[ read more ]

Monday, November 06, 2006

Working with Master Page in ASP.NET 2.0

by Prabakar Samiyappan via on 11/6/2006 12:00:00 AM

This article gives you a step by step method of working with master page in ASP.NET 2.0. ...

[ read more ]

ASP.Net 2.0: Export GridView to Excel

by Dipal Choksi via on 11/6/2006 12:00:00 AM

This article describes how to Export an ASP.Net 2.0 GridView to Excel. ...

[ read more ]

Thursday, November 02, 2006

Auto-Update as a Simple Custom Control

by Scott Lysle via on 11/2/2006 12:00:00 AM

This article describes an easy way to implement automated page refreshes through the use of a custom control. Whilst it is simple enough to key in the text to do this on every page where an auto refresh is required, it is just as simple to create a custom control to handle the task on any number of pages. ...

[ read more ]

Wednesday, November 01, 2006

C# Friendly Assemblies: Looking at building Truly Reusable Components

by Matthew Cochran via on 11/1/2006 12:00:00 AM

This article discusses how we can hide our base class implementation and require referencing of our objects through their interfaces. This keeps our own projects loosely coupled and also allows us to publish our assemblies as truly reusable components because they are 100% “Black box”. ...

[ read more ]

Tuesday, October 31, 2006

How to convert string to hexadecimal and vice versa

by Joshy George via on 10/31/2006 12:00:00 AM

This article shows you how to convert string to hexadecimal and vice versa. I did this program for my smart Card application. ...

[ read more ]

LDAP Access Control for ASP.Net

by Wojtek Piaseczny via on 10/31/2006 12:00:00 AM

This is an example of how to build an ASP.NET LDAP authentication application using ADAM. This article describes how to configure ADAM for regular LDAP communication and build a boilerplate ASP.NET application on top of it. ...

[ read more ]

Outlook Integration in C#

by Rambabu S via on 10/31/2006 12:00:00 AM

This article describes how we can manipulate outlook from Visual Studio 2005. ...

[ read more ]

Simple Password Encryption Program

by Joshy George via on 10/31/2006 12:00:00 AM

This article shows you how to make a simple password encryption program. ...

[ read more ]

Wednesday, October 25, 2006

Creating and Opening Microsoft Word Documents from .NET Using C#

by Mike Gold via on 10/25/2006 12:00:00 AM

This article answers how to I open a word document from a .NET application. ...

[ read more ]

Tuesday, October 24, 2006

Using Predicates over foreach in Arrays

by Vandita Pandey via on 10/24/2006 12:00:00 AM

We generally use foreach blocks to iterate through Arrays n Lists in order to operate on them which not only makes our code long n confusing but also makes us compromise on performance. The solution to this lies in Predicates... ...

[ read more ]

Monday, October 23, 2006

Bulk Copy Operations in ADO.NET 2.0

by Mahesh Chand via on 10/23/2006 12:00:00 AM

Bulk copying of data from one data source to another data source is a new feature added to ADO.NET 2.0. Bulk copy classes provides the fastest way to transfer set of data from once source to the other. ...

[ read more ]

Wednesday, October 18, 2006

System Date Time Check Format

by Mostafa Belal via on 10/18/2006 12:00:00 AM

This program executes the system date time format. Is it in dd/mmm/yyyy or other format and the which cultuerInfo is the system running on. ...

[ read more ]

Tuesday, October 17, 2006

An easy approach to Displaying a Message Box in ASP.NET 2.0

by Scott Lysle via on 10/17/2006 12:00:00 AM

This article describes a quick and easy way to display message boxes within an ASP.NET 2.0 project. The approach demonstrated may be used to dynamically generate and display error and status messages to the user. ...

[ read more ]

Friday, October 13, 2006

How to change screen resolution in C#

by Joshy George via on 10/13/2006 12:00:00 AM

All programmers are facing common problem is how to change screen Resolution dynamically. In .Net 2005 it's very easy to change the screen resolution. Here I will explain you how can we get the Screen resolution and how we will change the resolution at dynamically and while unloading the page it will come as it was before. In dot net we can access the values of user's screen resolution through the Resolution class. It also affects all running (and minimized) programs. ...

[ read more ]

Thursday, October 12, 2006

SQL Server Backup file in standard Zip format

by Joshy George via on 10/12/2006 12:00:00 AM

This is SQL Server Backup and restore tool, the system will store the backup files in standard Zip format ,the user-friendly screen let you backup and restore SQL Server database to local harddisk or remote network driver easily and quickly.The program can restore database easily. ...

[ read more ]

Monday, October 09, 2006

C# .NET 2.0 Test Driven Development

by Matthew Cochran via on 10/9/2006 12:00:00 AM

This article will demonstrate test driven development by stepping through the test driven development cycle using a small sample project. ...

[ read more ]

Friday, October 06, 2006

Enhanced way to send E-mail with a Template

by Moustafa Arafa via on 10/6/2006 12:00:00 AM

E-mail is used to send notification to customer nowadays, and since any smart developer try to send any notification in a professional format, one of these issues to send your notification in a template, this template might be your employer template or any other template you want to send it from your application. ...

[ read more ]

Passing parameters to C# Windows Services

by Anand Thakur via on 10/6/2006 12:00:00 AM

This article explains how to create C# windows service and pass parameters to it. ...

[ read more ]

Thursday, October 05, 2006

Encrypting Connection Strings in ASP.Net 2.0

by Dipal Choksi via on 10/5/2006 12:00:00 AM

This article describes how to encrypt the connection strings section in ASP.Net 2.0 web.config files and demonstrates the transperancy of using encrypted connection strings in your web application. ...

[ read more ]

Tuesday, October 03, 2006

How to Extend User Profile in ASP.Net 2.0

by Moustafa Arafa via on 10/3/2006 12:00:00 AM

This article will give you guidelines to extend user profile in standard table format which created from aspnet_regsql command by creating a detail table which will be linked to the main user table. ...

[ read more ]

Tuesday, September 26, 2006

Changing XSL StyleSheets on the FLY in C# and ASP.NET

by Mike Gold via on 9/26/2006 12:00:00 AM

This article shows you how you can use alter XSL in memory to transform XML data into HTML with different results. ...

[ read more ]

How to Remotely Shutdown or Restart Windows using ASP.NET

by Yuan Wang via on 9/26/2006 12:00:00 AM

In this article, we show how to remotely shutdown or restart Windows by using ASP.NET. ...

[ read more ]

Monday, September 25, 2006

Setting Enum's through Reflection

by Bobdain via on 9/25/2006 12:00:00 AM

This article show to solve the problem of how to set an enum type in a dynamically loaded DLL. ...

[ read more ]

Friday, September 22, 2006

Selective Validation in ASP.Net 2.0

by Dipal Choksi via on 9/22/2006 12:00:00 AM

In this article, we will explore the Validation Groups feature introduced in ASP.Net 2.0. ...

[ read more ]

Read and write Open XML files (MS Office 2007)

by Zeljko Svedic via on 9/22/2006 12:00:00 AM

This article shows how to read and write Open XML files (MS Office 2007). ...

[ read more ]

Wednesday, September 20, 2006

Anonymous Methods in C# 2.0

by Dipal Choksi via on 9/20/2006 12:00:00 AM

In this article, we will explore the anonymous method feature introduced in C# 2.0. ...

[ read more ]

Monday, September 18, 2006

Creating a Workflow solution in SharePoint 2003

by SS Ahmed via on 9/18/2006 12:00:00 AM

There has always been a great demand for workflows in SharePoint. If you are a programmer, you can create a workflow solution of yourself and integrate it into SharePoint. In this article, I will give you some tips on how to create a workflow solution of your own. ...

[ read more ]

Reporting Services 2005 101 using Web Client

by Asif Sayed via on 9/18/2006 12:00:00 AM

A step by step tutorial demonstrating the power of locally processed Reporting Services with the ASP.NET Web Client. ...

[ read more ]

Working of Reference Type and Value Type

by Jaish Mathews via on 9/18/2006 12:00:00 AM

This article shows you all the difference between reference and value type variables. ...

[ read more ]

Friday, September 15, 2006

Flashing Stock Alert Application using C# and the Basic Stamp II

by Mike Gold via on 9/15/2006 12:00:00 AM

This article describes an application for reading stock quotes into an excel spread sheet and alerting the user when the stock quotes have exceeded or dropped below a certain price threshold. The project uses the SerialPort class to send commands to the Parallax Basic Stamp Microcontroller. ...

[ read more ]

Thursday, September 14, 2006

Image Conversion Utility in C#

by Scott Lysle via on 9/14/2006 12:00:00 AM

This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type. ...

[ read more ]

Calculating Date Difference in C#

by Dipal Choksi via on 9/14/2006 12:00:00 AM

This article introduces the various options for calculating the date difference in C#. ...

[ read more ]

Building control derived from Windows Forms control in Visual Studio 2005: Part II

by Michael Livshitz via on 9/14/2006 12:00:00 AM

Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article I share how you can build your own Windows control derived from an Windows Forms control in Visual Studio 2005. The examples are written using C#. ...

[ read more ]

Wednesday, September 13, 2006

Building control derived from Windows Forms control in Visual Studio 2005: Part I

by Michael Livshitz via on 9/13/2006 12:00:00 AM

Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article I share how you can build your own Windows control derived from an Windows Forms control in Visual Studio 2005. The examples are written using C#. ...

[ read more ]

Infragistics UltraWebNavigator Context Menu Integration with Javascript

by Munir Shaikh via on 9/13/2006 12:00:00 AM

This article shows one of the difficult functionality of adding context Menu on Infragistics UltraWebGrid, in conjunction with mouse right click. ...

[ read more ]

Monday, September 11, 2006

ASP.NET MessageBox

by Mahesh Chand via on 9/11/2006 12:00:00 AM

The attached source code contains a class WebMsgBox, which is a message box written in C# for ASP.NET applications. ...

[ read more ]

Saturday, September 09, 2006

Asynchronous Callbacks and Ajax based UI Experience in Web Applications

by Deepak Raghavan via on 9/9/2006 12:00:00 AM

The current article shows a couple of different views of showing progress bars in Web based applications. ...

[ read more ]

Thursday, September 07, 2006

Atlas - Visual Feedback Using the UpdateProgress Control

by Dipal Choksi via on 9/7/2006 12:00:00 AM

In this article, we will take a look at the ease with which the UpdateProgress control in Atlas allows you to provide user feedback on the progress of operations in an ASP.Net 2.0 web page. ...

[ read more ]

Wednesday, September 06, 2006

Using delegates to communication between windows forms

by Muhammad Mosa via on 9/6/2006 12:00:00 AM

Delegates are one of the wonderful features of .Net Framework. Their primary use is focused on support event handling and callback mechanism. In this article we will explore how to use delegate as callback support to make simple communication between deferent opened windows forms ...

[ read more ]

Tuesday, September 05, 2006

Mortgage Calculator in C# and .NET

by Mike Gold via on 9/5/2006 12:00:00 AM

This article shows you how to create a mortgage calculator in .NET for computing a home loan. It also illustrates how to override a TextBox in order to create your own masked text box that includes thousand separators. ...

[ read more ]

Saturday, September 02, 2006

Inserting new row in GridView in ASP.NET 2.0

by art_scott via on 9/2/2006 12:00:00 AM

The GridView was not designed to insert new rows, but there is a way to accomplish this with very little code. This article shows how to do that. ...

[ read more ]

Friday, September 01, 2006

Retrieve Oracle BLOB and save as a JPG using ASP.NET 2.0

by schola via on 9/1/2006 12:00:00 AM

The attached code snippet in this article shows how to retrieve Oracle BLOB column data and save as a JPEG file using ASP.NET 2.0 and C#. ...

[ read more ]

Thursday, August 31, 2006

Multithreading made easy in .NET 2.0

by Alex Lehmberg via on 8/31/2006 12:00:00 AM

This article demonstrates a very easy alternative to normal multithreaded programming in .NET. A freely available library called CSP.NET is presented and a sample application shown. ...

[ read more ]

Mimic the Appearance of Outlook’s Sidebar with the Multi-view Control

by Scott Lysle via on 8/31/2006 12:00:00 AM

This article describes a simple way to mimic the appearance of Microsoft’s Outlook sidebar within an ASP.NET 2.0 web application. The approach is based upon the use of the existing Multi-View control contained in the standard ASP.NET 2.0 toolbox and does not require much time or effort to implement. This article includes a sample web application that presents an example of the approach in use. ...

[ read more ]

Tuesday, August 29, 2006

ASP.Net 2.0 - Dynamic Fragments in Cached Web Pages

by Dipal Choksi via on 8/29/2006 12:00:00 AM

In this article we will explore various techniques for including dynamic fragments within cached web pages. This feature is described as Post Cache Substitution and provides a personalized experience for the end user, while taking advantage of the benefits of Caching. ...

[ read more ]

Monday, August 28, 2006

Custom Image Button Control for ASP.NET 2.0

by Scott Lysle via on 8/28/2006 12:00:00 AM

This article describes an easy approach to the construction of a custom ASP.NET 2.0 image button control that contains both a mouse-over effect and calls a JavaScript function when clicked. Whilst the article is pretty simple and the code fairly trivial, the concepts illustrated by means of this example are relatively important and are key to integrating client side functionality into an ASP.NET 2.0 project. ...

[ read more ]

Introduction to .Net Framework 2.0 Nullable Types

by Muhammad Mosa via on 8/28/2006 12:00:00 AM

Sometimes you work with a value type that does not have a defined value in certain circumstances. For example, a field in a database might need to distinguish between having been assigned a meaningful value and never having been assigned a value. Value types can be extended to take either their normal values or a null value. Such an extension is called a nullable type ...

[ read more ]

Friday, August 25, 2006

Applied MS Reporting Services 2005 101 using Smart Client

by Asif Sayed via on 8/25/2006 12:00:00 AM

An applied approach to get you started with MS Reporting Services using Smart Client host. ...

[ read more ]

Wednesday, August 23, 2006

Accessing Data using Object Data Source in ASP.Net 2.0 and C#

by Praveen Kumar T via on 8/23/2006 12:00:00 AM

This tutorial demonstrates how to bind data against Objects using Visual Studio 2005. ...

[ read more ]

Introduction to .Net Framework 2.0 Nullable Types

by Muhammad Mosa via on 8/23/2006 12:00:00 AM

Sometimes you work with a value type that does not have a defined value in certain circumstances. For example, a field in a database might need to distinguish between having been assigned a meaningful value and never having been assigned a value. Value types can be extended to take either their normal values or a null value. Such an extension is called a nullable type ...

[ read more ]

Monday, August 21, 2006

Building Custom Paging Web Form

by Muhammad Mosa via on 8/21/2006 12:00:00 AM

Sometimes we may need to build our own data objects instead of using DataSets & DataTables. But in this case, we will lose all paging and sorting facilities that is represented using DataSets & DataTables. To overcome this small issue we'll have to write our own custom paging feature as well as with sorting. ...

[ read more ]

Thursday, August 17, 2006

Illustrates the use of the lock in multithreading application

by Subal Mishra via on 8/17/2006 12:00:00 AM

Any application must have one or more processes. A Process is structural unit with a memory block and using some set of resources. For each executable, the Windows operating system creates some isolated memory block. This article tries to explain the use of lock basics of Multithreading in C# .Net. ...

[ read more ]

Intergrating with google Search API

by mem_1910 via on 8/17/2006 12:00:00 AM

This article will show us how to integrate with "Google Search API" from our windows application or web application. ...

[ read more ]

Monday, August 14, 2006

Flickerless Drag and Drop of Graphic Primitives Using .Net GDI

by Mike Clark via on 8/14/2006 12:00:00 AM

This article shows you how dragging and dropping graphic primitives smoothly onto the screen without flicker is easily achieved using .Net's GDI. ...

[ read more ]

Transfer DataGrid row to another empty DataGrid

by Manoj Pal via on 8/14/2006 12:00:00 AM

This article is about how to transfer row of a dataGrid to another dataGrid. ...

[ read more ]

Friday, August 11, 2006

The .NET 2.0 Framework Provider Pattern

by Matthew Cochran via on 8/11/2006 12:00:00 AM

The Provider Model Design Pattern was first introduced with the .NET 1.1 framework, specifically in the ASP.NET starter kits and was formalized in ASP.NET Whidbey as a membership management provider API (Application Program Interface). It's primary purpose is to separate the definition for an API from the implementation. This keeps the API flexible by enabling the core functionality to be flexible and easily changed. ...

[ read more ]

Thursday, August 10, 2006

TDO - Typed Data Object 2.0

by Andrea Ferendeles via on 8/10/2006 12:00:00 AM

Tdo – Typed Data Object is a set made up of a base classes library and a .NET 2.0 source code generator for Data Layers based on Ms Sql Server 2000/MSDE/2005/EXPRESS databases and the .NET Framework 2.0. ...

[ read more ]

Tuesday, August 08, 2006

Developer Roadmap For Building Smart Client Applications

by Jay Tallamraju via on 8/8/2006 12:00:00 AM

This article is a developer Roadmap For Building Smart Client Applications. ...

[ read more ]

Inheritance in C#

by Amr Ashush via on 8/8/2006 12:00:00 AM

Inheritance is one of the key concepts of Object Oriented Programming. By using the concept of inheritance, it is possible to create new classes from an existing one and add new functionality to the new classes. ...

[ read more ]

Handling new line and carriage return with Textbox

by Laishram Priyokumar via on 8/8/2006 12:00:00 AM

This article shows how to handle newline and carriage return with Textbox while working with Databases. ...

[ read more ]

Introduction to the GOF Strategy Pattern in C#

by Matthew Cochran via on 8/8/2006 12:00:00 AM

For this article, we’ll be building an exciting calculation engine that does remarkable things like adding, subtracting, multiplying and dividing through implementation of the strategy pattern. ...

[ read more ]

Monday, August 07, 2006

Dynamic Data Grouping using MS Reporting Services

by Asif Sayed via on 8/7/2006 12:00:00 AM

This article shows to generate multiple outputs from a single physical report template using dynamic data grouping. ...

[ read more ]

Maintaining Transactions in Enterprise applications using ADO.NET Transactions

by Anand Thakur via on 8/7/2006 12:00:00 AM

This article explains usage of System.Transactions to update tables of two different databases with two different data providers (SqlClient and OleDB) in Atomic(ACID) way. ...

[ read more ]

A Guide To Migrate from VS 2003 To VS 2005

by Satish Arveti via on 8/7/2006 12:00:00 AM

This article shows how to to migrate your solution from VS 2003 to VS 2005. ...

[ read more ]

Friday, August 04, 2006

The GOF Abstract Factory Design Pattern In C#

by Matthew Cochran via on 8/4/2006 12:00:00 AM

This article covers the basics of the GOF Abstract Factory design pattern by looking at building Model T automobiles. ...

[ read more ]

Thursday, August 03, 2006

Best practices for .Net Performance - I

by Bhakeeswaran Thulasingam via on 8/3/2006 12:00:00 AM

This article gives you an overview of best practices to attain .NET performance. ...

[ read more ]

Tuesday, August 01, 2006

Two way sorting of Web DataGrid

by Krishnan via on 8/1/2006 12:00:00 AM

In this article we will see how to implementing two way sorting i.e ascending and descending of a datagrid in ASP.NET. ...

[ read more ]

Localizability Testing

by Sergey via on 8/1/2006 12:00:00 AM

Localizability testing is the first step in software localization process. It verifies that the user interface of the program being tested can be easily translated to any target language without re-engineering or making code modifications. Localizability testing is of extreme importance because missed errors might cause significant problems in the successive stages. ...

[ read more ]

Authenticate a user against the Active Directory

by Anand Thakur via on 8/1/2006 12:00:00 AM

This article serves as a guide to using System.DirectoryServices (SDS) ADSI to access user and group in the Windows Active Directory. Authenticate a user against the Active Directory using the user ID and password. ...

[ read more ]

Thursday, July 27, 2006

Understanding Connection Pooling

by Moustafa Arafa via on 7/27/2006 12:00:00 AM

This article is to go in deep in dome key features in the ADO.NET 2 which was shipped with VS 2005. In this article I will go trough one of the key features which is the Connection Pooling. ...

[ read more ]

Wednesday, July 26, 2006

How to remotely load an executable file in ASP.NET

by Yuan Wang via on 7/26/2006 12:00:00 AM

A simple ASP.NET sample to load an executable file (or an application) remotely from internet. ...

[ read more ]

Thread Safe code

by Subal Mishra via on 7/26/2006 12:00:00 AM

This articles tells the importance and meaning of a thread safe piece of code in C#. ...

[ read more ]

Tuesday, July 25, 2006

C# Best Coding Practices

by Dipen Lama via on 7/25/2006 12:00:00 AM

This articles describes some of the best coding practices that a C# developer should keep in mind when coding. ...

[ read more ]

Monday, July 24, 2006

Simple Fixed Array: Part III

by Graham via on 7/24/2006 12:00:00 AM

This is the last part of three tutorials on arrays. ...

[ read more ]

Building control in Visual Studio 2005 with XML as data source.

by Michael Livshitz via on 7/24/2006 12:00:00 AM

In this article I share how you can build your own Windows controls in Visual Studio 2005 using XML as data source. The examples are written using C#. ...

[ read more ]

Friday, July 21, 2006

Tip: How to Suppress if Duplicate a Memo Field in Crystal Reports?

by Mahesh Chand via on 7/21/2006 12:00:00 AM

If you create a report with memo field in Visual Studio 2003 and check Suppress if Dupliate checkbox, you will notice the suppress on memo field does not work. This tip shows how to do it. ...

[ read more ]

Tip: How to format a column value of a Report programmatically?

by Mahesh Chand via on 7/21/2006 12:00:00 AM

In one of my reports, I had to change the format of a column programmatically depending on the value of the column. ...

[ read more ]

User Authentication & Role Management in ASP.NET 2.0 using Sql Server 2005

by Praveen Alwar via on 7/21/2006 12:00:00 AM

This article gives you a complete description of the user authentication and how to manage roles for different users using asp.net 2.0 and sql server-2005. ...

[ read more ]

Tip: How to Print a CheckBox for a Boolean Column in Crystal Reports?

by Mahesh Chand via on 7/21/2006 12:00:00 AM

Crystal Reports does not provide a CheckBox conrol. This small tip shows how to create a CheckBox for a boolean column in Crystal Reports. ...

[ read more ]

Tip: How to use Multiple Page Headers in Crystal Reports?

by Mahesh Chand via on 7/21/2006 12:00:00 AM

Recently, I came across a problem in Crystal Reports. I wanted to display a separate page header on the first page of the report than the rest of the page. ...

[ read more ]

Thursday, July 20, 2006

Serializing and Deserializing XML String

by Sonu Chauhan via on 7/20/2006 12:00:00 AM

In this article we will see how we can serialize a xml sring into an object and vice versa. You can serialize your object to a byte array and can deSerialize the byte array into an object. ...

[ read more ]

Wednesday, July 19, 2006

Calling the Server-Side method asynchronously from Client Script

by Dipen Lama via on 7/19/2006 12:00:00 AM

This article describes how to call the server-side method asynchronously from JavaScript with the use of Client Callbacks that is built in ASP.NET 2 so that the client browser receives the data dynamically without page postback. ...

[ read more ]

Simple Fixed Array: Part II

by Graham via on 7/19/2006 12:00:00 AM

This is the second part in the array set of tutorials. ...

[ read more ]

Tuesday, July 18, 2006

Random isn't Really Random -- C# Random Number Generation

by Matthew Cochran via on 7/18/2006 12:00:00 AM

This article covers overriding the System.Random object in order to produce better random numbers. The project file contains a library of eight commonly used random number generating algorithms, the best of which is the Mersenne Twister algorithm. ...

[ read more ]

Tuesday, July 11, 2006

A quick start with C# and Websphere MQ

by Laishram Priyokumar via on 7/11/2006 12:00:00 AM

This article is trying to help the developers who want to start integrating .NET applications with Websphere Message Queue. ...

[ read more ]

Sunday, July 09, 2006

Considerations in Porting and Deploying a WinForms GDI+ Game to the Pocket PC

by Mike Gold via on 7/9/2006 12:00:00 AM

This article describes some of the issues I came across when porting a Windows Form Game to the Pocket PC. It also describes how to deploy a Windows Mobile Application from Visual Studio 5. ...

[ read more ]

Monday, July 03, 2006

Globalization and Localization in .NET

by Anand Thakur via on 7/3/2006 12:00:00 AM

Localization is a technique to implement local and culture-oriented applications. This articles explains usage of System.Globalization to implement localization support in .NET applications. ...

[ read more ]

Wednesday, June 14, 2006

Display Process list and Processor Performance in C#

by Sateesh Kumar via on 6/14/2006 12:00:00 AM

This article shows how to display Processes list and performance of processor exactly. ...

[ read more ]

Tuesday, May 30, 2006

Using a Windows Application on the Web

by Prabakar Samiyappan via on 5/30/2006 12:00:00 AM

In this article, author shows how to create a Windows Forms application and use it in an ASP.NET application for the Web. ...

[ read more ]

Thursday, May 11, 2006

Fuliggine ColorPickers

by zeppaman via on 5/11/2006 12:00:00 AM

In this article the author shows to build color picker and embedded color controls using GDI+. ...

[ read more ]

Tuesday, May 02, 2006

Nullable Types in C#: Basic Introduction

by Prashant Patil via on 5/2/2006 12:00:00 AM

This article gives a quick view in to the problems faced with the value type objects and the solution to the problems. This beautiful facility is introduced by Microsoft as an concept called “Nullable Types” in the C# 2.0. ...

[ read more ]

Monday, May 01, 2006

Enhancements in Assemblies and Versioning in Visual Studio 2005

by Rambabu S via on 5/1/2006 12:00:00 AM

The article discusses a couple of features introduced for assembly and versioning in Visual Studio 2005 such as referencing assemblies, registering assemblies to GAC, digital signing and friend assemblies. ...

[ read more ]

Tuesday, April 04, 2006

C# 2.0 Yield Return Iterator

by Matthew Cochran via on 4/4/2006 12:00:00 AM

One interesting new feature of the C# 2.0 is the “yield” keyword. Basically it is used to iterate through objects returned by a method. It creates a state engine in IL so you can create methods that retain their state and don’t have to go through the pain of maintaining state in your code. ...

[ read more ]

Monday, March 27, 2006

AI: Using Genetic Algorithms and NetSpell to Solve Anagrams

by Mike Gold via on 3/27/2006 12:00:00 AM

Remember the puzzles where you are given a jumble of letters and you have to unscramble a word? This article shows you how to use a genetic algorithm and NetSpell, an open source spell checker, to solve these anagram puzzles. ...

[ read more ]

Sunday, March 05, 2006

Gym Exercise Tracker in C# and .NET - Printing the DataGridView

by Mike Gold via on 3/5/2006 12:00:00 AM

This article demonstrates an Exercise Tracking Program in C# that you can use to track your daily exercises. It uses the DataGridView and an Access Database to display exercise data. The program also let's you print out your daily routine. ...

[ read more ]

Monday, February 27, 2006

Thread Synchronization using VS.NET 2005

by Sonu Chauhan via on 2/27/2006 12:00:00 AM

When two or more threads need access to a shared resource, they need some way to ensure that the resource will be used by only one thread at a time. The process by which this is achieved is called synchronization. ...

[ read more ]

Tuesday, February 21, 2006

Using True Vision to Create 3D DirectX Animation in C# and .NET

by Mike Gold via on 2/21/2006 12:00:00 AM

This article will give you an easy way to create 3D animation using the True Vision Game Engine. True Vision wraps the DirectX framework for a more straightforward way of 3D game development in .NET. ...

[ read more ]

Monday, February 20, 2006

Security Steps for Strong Authentication

by Sonu Chauhan via on 2/20/2006 12:00:00 AM

Weak authentication increases the identity spoofing threat. If a user’s logon credentials fall into the wrong hands, an attacker can spoof the user’s identity and gain access to the application. The attacker shares all of the user’s privileges in the application. Credentials must be protected as they are passed over the network and while they are persistent ...

[ read more ]

Monday, February 13, 2006

Web Services for .NET and J2EE Interoperability

by Laishram Priyokumar via on 2/13/2006 12:00:00 AM

Web services technologies are designed to support the interoperability between many different application development platforms that exist today. This article is focused on the fundamentals of .NET and Java interoperability using Web services technologies. ...

[ read more ]

Monday, February 06, 2006

How to build Multi-Language Web Sites with ASP.NET 2.0 and VS.Net 2005

by Muhammad Mosa via on 2/6/2006 12:00:00 AM

In this article, we will explore the necessary details for working with resources in ASP.NET applications and for creating international ASP.NET applications based on embedded resources and the integrated localization support. ...

[ read more ]

Saturday, December 31, 2005

Web Service : Asynchronous call by using Java Script and DHTML behaviour

by Sanjay Kumar via on 12/31/2005 12:00:00 AM

This article shows how to make asynchronous call of web service by using Java Script and DHTML behaviour. ...

[ read more ]

Monday, August 01, 2005

Sending Email with C# using SMTP Servers

by Levent Yildiz via on 8/1/2005 12:00:00 AM

This article will explain how we can send emails using SMTP servers. ...

[ read more ]

Sunday, May 22, 2005

AI: Population based Incremental Learning in C# and .NET

by Mike Gold via on 5/22/2005 12:00:00 AM

In this article I would like to discuss another offshoot of the genetic algorithm called Population Based Incremental Learning (PBIL). ...

[ read more ]

Friday, May 20, 2005

What the heck is Generics?

by Kamlesh Panchal via on 5/20/2005 12:00:00 AM

Generics are new addition to C# 2.0. This article provides the use of generics and scenarios in which it will be useful. ...

[ read more ]

Tuesday, March 15, 2005

Edit Almost Anything with AgileStudio

by Declan Brennan via on 3/15/2005 12:00:00 AM

There are a range of controls available as standard for Windows Forms in VisualStudio .NET 2003. These include TextBox to edit strings, CheckBox to edit booleans and even a DateTimePicker. However there is a vast range of types available in .NET. ...

[ read more ]

Tuesday, January 11, 2005

An Assignable DateTime Class in C#

by Mike Gold via on 1/11/2005 12:00:00 AM

Occasionally you run into a structure in the .NET library that you really wish was a class so you can inherit all its existing properties, override the ones you don’t like, and add new properties and methods. ...

[ read more ]

Wednesday, June 02, 2004

Saving and Loading Ink on InkPicture Control in C#

by Mahesh Chand via on 6/2/2004 12:00:00 AM

This article shows a real-world usage of Tablet PC InkPicutre control and ink. The attached file is a Visual Studio 2003 project, which allows you to load an image file, write on the image using ink and save the ink. It also allows you to load and view the saved ink on the image. ...

[ read more ]

Monday, May 24, 2004

My First Tablet PC Application using C#

by Mahesh Chand via on 5/24/2004 12:00:00 AM

This step by step tutorial shows you how to create your first Tablet PC application using Visual Studio .NET and C# with the help of Microsoft Tablet PC API. ...

[ read more ]

Monday, January 21, 2002

Using ListBox Web Control

by Mahesh Chand via on 1/21/2002 12:00:00 AM

This article explains the ListBox Web Forms control properties and methods and how to use it. ...

[ read more ]

Friday, January 18, 2002

Drawing Line Chart in ASP.NET

by Steve Hall via on 1/18/2002 12:00:00 AM

This sample using GDI+ encapsulated in a class to display a primitive line chart. ...

[ read more ]

Thursday, November 08, 2001

ASP.NET Bug Logging Program

by Mike Gold via on 11/8/2001 12:00:00 AM

This simple application uses an access database to log bugs from a web page. The application also allows you to view a report of all the bugs that have been entered. ...

[ read more ]

Tuesday, October 09, 2001

File Uploading using XML

by Neelam Iyer via on 10/9/2001 12:00:00 AM

This application is in ASP.NET which will allow you to upload images to an XML file which serves as the database for the uploaded files. ...

[ read more ]

Monday, October 01, 2001

Customizable Generic Form Validation Control

by Narayana Rao Surapaneni via on 10/1/2001 12:00:00 AM

This control performs form validations at the client-side irrespective of the web server. ...

[ read more ]

Transactions in ASP.NET

by Dipal Choksi via on 10/1/2001 12:00:00 AM

This article explain, how to process a transaction within ASP.Net web forms.  ...

[ read more ]

Friday, September 28, 2001

User Control and Reusability

by Dipal Choksi via on 9/28/2001 12:00:00 AM

This article explain, how to create a user control for ASP.NET. ...

[ read more ]

Friday, August 17, 2001

Populating and Editing a DataGrid in ASP.NET

by Paul Abraham via on 8/17/2001 12:00:00 AM

I will show here , how to develop DataGrid, which is able to retrieve data from joined tables and editable. ...

[ read more ]

Wednesday, August 15, 2001

Creating Dynamic Web Quizzes using C# and ASP.NET

by Mike Gold via on 8/15/2001 12:00:00 AM

This article describes how to create a web quiz from the information in a database. ...

[ read more ]

Wednesday, August 08, 2001

NumberBox ASP.NET Control

by Fons Sonnemans via on 8/8/2001 12:00:00 AM

The NumberBox control is an ASP.NET control, which lets the user only input numerical values. ...

[ read more ]

Editing, Deleting, Sorting and Paging in DataGrid Web Control

by Levent Camlibel via on 8/8/2001 12:00:00 AM

The following article is about techniques for editing, deleting, sorting and paging using web Datagrid control. ...

[ read more ]

Friday, July 13, 2001

Sending Mail in ASP.NET using C#

by Dipal Choksi via on 7/13/2001 12:00:00 AM

This article contains the listing for a simple web form to send email. ...

[ read more ]

Friday, January 12, 2001

Using DataList Control in Web Forms

by Jason Zadroga via on 1/12/2001 12:00:00 AM

This example uses a DataList which contains LinkButton controls, which allows a user to navigate through a list of data. ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us