Site: http://www.c-sharpcorner.com/ Link: http://csharpcorner.com/RSS/articles.aspx
by Khaled Samir via on 3/21/2007 12:00:00 AM
This article introduces serializing objects to XML format. ...
[ read more ]
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. ...
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. ...
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. ...
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. ...
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#. ...
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# . ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
by Mihai Popescu via on 1/25/2007 12:00:00 AM
This article shows a light-weight image processor. ...
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. ...
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. ...
by Sanjay David via on 1/24/2007 12:00:00 AM
Simple DataAccess in DataGrid Identifying Reference Concepts. ...
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. ...
by Muhammad Shakir via on 1/23/2007 12:00:00 AM
Describing how can we share a key from one place to another. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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 ...
by Thiagarajan Alagarsamy via on 1/8/2007 12:00:00 AM
This article explains how to achieve excel automation in .Net. ...
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. ...
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. ...
by Sanjay David via on 1/5/2007 12:00:00 AM
This article demonstrates the paging in DataGrid in easy steps. ...
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 ...
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. ...
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. ...
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. ...
by Thiagarajan Alagarsamy via on 12/28/2006 12:00:00 AM
This article explains about simple clipboard operation and an extended clipboard functionality. ...
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. ...
by Scott Lysle via on 12/27/2006 12:00:00 AM
This article describes an approach to processing multiple command line arguments. ...
by Thiagarajan Alagarsamy via on 12/26/2006 12:00:00 AM
This article explains how would you find and replace a multiline text. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
by Michael Livshitz via on 11/23/2006 12:00:00 AM
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
by Michael Livshitz via on 11/9/2006 12:00:00 AM
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. ...
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. ...
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. ...
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”. ...
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. ...
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. ...
by Rambabu S via on 10/31/2006 12:00:00 AM
This article describes how we can manipulate outlook from Visual Studio 2005. ...
This article shows you how to make a simple password encryption program. ...
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. ...
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... ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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). ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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#. ...
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#. ...
by Michael Livshitz via on 9/13/2006 12:00:00 AM
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. ...
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. ...
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. ...
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. ...
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 ...
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. ...
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. ...
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#. ...
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. ...
by Scott Lysle via on 8/31/2006 12:00:00 AM
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. ...
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. ...
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 ...
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. ...
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. ...
by Muhammad Mosa via on 8/23/2006 12:00:00 AM
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
by Jay Tallamraju via on 8/8/2006 12:00:00 AM
This article is a developer Roadmap For Building Smart Client Applications. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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#. ...
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. ...
by Graham via on 7/24/2006 12:00:00 AM
This is the last part of three tutorials on arrays. ...
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#. ...
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. ...
In one of my reports, I had to change the format of a column programmatically depending on the value of the column. ...
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. ...
Crystal Reports does not provide a CheckBox conrol. This small tip shows how to create a CheckBox for a boolean column in Crystal Reports. ...
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. ...
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. ...
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. ...
by Graham via on 7/19/2006 12:00:00 AM
This is the second part in the array set of tutorials. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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+. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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 ...
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. ...
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. ...
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. ...
by Levent Yildiz via on 8/1/2005 12:00:00 AM
This article will explain how we can send emails using SMTP servers. ...
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). ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
by Dipal Choksi via on 9/28/2001 12:00:00 AM
This article explain, how to create a user control for 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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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.