﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>C-Sharpcorner Latest Articles</title><link>http://www.c-sharpcorner.com/</link><description>Watch articles from C# Corner</description><copyright>© 1999 - 2007  Mindcracker LLC. All Rights Reserved</copyright><item><title>Report Wizard in Visual Studio 2008</title><description>This article will tells you how to generate reports very easily based on pre-defined template and later it can be changed to satisfy the solution requirements.</description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/ReportWizardinVisualStudio200805082008144910PM/ReportWizardinVisualStudio2008.aspx</link><pubDate>5/14/2008 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Handle resource file - Add resources into a windows application using VS 2005: Part II</title><description>In this article, I will show how to add resources to a windows application using tools provided by the Visual studio 2005 integrated development environment.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/Handleresourcefile05132008013024AM/Handleresourcefile.aspx</link><pubDate>5/13/2008 2:05:29 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Multple Active Result Sets (MARS)</title><description>This article gives you information about the Mars a feature supported by MSSqlServer 2005 and .Net 2.0/3.x, which is a feature to execute more than one query with one single connection to database.</description><link>http://www.c-sharpcorner.com/UploadFile/sudhi.pro/MarsSqlserver200505052008075236AM/MarsSqlserver2005.aspx</link><pubDate>5/12/2008 12:00:00 AM</pubDate><author>sudheendra desai</author></item><item><title>Implementing Client Callbacks Programmatically without Postback</title><description>This article  help web developers to use CallBack instead of Ajax in some important issues like Updatable Data Source.</description><link>http://www.c-sharpcorner.com/UploadFile/khaledrawy/ICallBack05102008175418PM/ICallBack.aspx</link><pubDate>5/12/2008 12:00:00 AM</pubDate><author>khaledrawy </author></item><item><title>Manage Data in a Win Forms Application (without the Database)</title><description>This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there. </description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/ManageDataWithNoDatabase05112008004909AM/ManageDataWithNoDatabase.aspx</link><pubDate>5/12/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Visualize data on a mobile device using Visual Studio</title><description>This article is about displaying data in mobile applications built on .NET Compact Framework platform. It demonstrates several typical data structures and their visualization on a small display of a mobile device</description><link>http://www.c-sharpcorner.com/UploadFile/Vladimir84/Visualizedataonamobiledevice05092008000251AM/Visualizedataonamobiledevice.aspx</link><pubDate>5/9/2008 12:23:42 AM</pubDate><author>Vladimir Gregor</author></item><item><title>Introduction to object oriented programming</title><description>This article will provide you an overview about the object-oriented programming main pillars (Encapsulation, Inheritance, and Polymorphism).</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/OOPIntroduction05052008122508PM/OOPIntroduction.aspx</link><pubDate>5/9/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>The first pillar of object-oriented programming - Encapsulation</title><description>In this article we will start with Encapsulation, the first pillar of OOPS, you will learn the benefits of encapsulation and why to use it, you will learn how to enforce encapsulation by using (accessor and mutator) and by using properties.</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/OOPEncapsulation05062008035132AM/OOPEncapsulation.aspx</link><pubDate>5/9/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>Why and when using where keyword within a generic class context</title><description>In this article, I will try to make understand the importance of the where keyword used as a part of a generic class context.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/105032008145435PM/1.aspx</link><pubDate>5/5/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Introduction to the resources .resx and .resources files: Part I </title><description>In some cases an application needs some external resources to perform specified tasks. And I mean by external resources, those none executables data logically deployed with a given application. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/105032008041615AM/1.aspx</link><pubDate>5/5/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Killing Processes from a Windows Form Application in C#</title><description>This article provides you a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID. 
</description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/ProcessKillCSharp04302008060422AM/ProcessKillCSharp.aspx</link><pubDate>5/1/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Understanding Pattern Matching in F#</title><description>F# introduces a code structure called pattern matching which allows you to perform some pretty interesting tasks in the language.  This article will get you up to speed with this powerful technique in programming.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/PatternMatchingFSharp04292008183848PM/PatternMatchingFSharp.aspx</link><pubDate>4/30/2008 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Using IComparable and IComparer to compare objects </title><description>This article informs you that the .Net framework and especially the System.Collection namespace provides us two built in interfaces witch are IComparable and IComparer interfaces that enables us compare and sort objects. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/104282008202917PM/1.aspx</link><pubDate>4/30/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Date type in RDBMS.</title><description>In this article I want to show you how to manipulate date data type in Microsoft SQL Server and Oracle database. </description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/DatedatatypeinRDBMS04252008110748AM/DatedatatypeinRDBMS.aspx</link><pubDate>4/29/2008 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>What really it differs an Interface from a class: Part III</title><description>As a response to the third question asked in the first article Part I-What really it differs an Interface from a class? I can say that also interfaces play others important roles. They can serve as a powerful tool to explore objects </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/304242008182427PM/3.aspx</link><pubDate>4/29/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>What's really differs an Interface from a class?: Part II</title><description>In this article, I will respond to the second question posed in the previous one. Part I-What's really differs an Interface from a class?</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/204232008195027PM/2.aspx</link><pubDate>4/28/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>What really it differs an Interface from a class: Part I</title><description>This article tells you about the basic difference between an interface and a class.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/104232008193919PM/1.aspx</link><pubDate>4/28/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>High Performance Abstraction Layer for Non-Blocking Asynchronous Thread Safe SqlServer Calls</title><description>One of the things I find myself doing frequently is writing (and re-writing) plumbing code to execute database CRUD operations.  I wrote an abstraction layer over asynchronous SqlServer calls that allows developers to correctly make async calls agains SqlServer without having to deal with any of the complex plumbing normally required.  All source code is included with this article.

</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/AsyncSqlServerAbstractionLayer04242008095528AM/AsyncSqlServerAbstractionLayer.aspx</link><pubDate>4/25/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Chapter I: Server Control Basics</title><description>This chapter tells you about the basics of server control.</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/ServerControlBasics04232008031958AM/ServerControlBasics.aspx</link><pubDate>4/25/2008 12:00:00 AM</pubDate><author>Praveen Moosad</author></item><item><title>Using the Prosper API to Automate the Loan Market</title><description>This article describes how to begin building applications specifically geared to the Prosper.com website.  Prosper.com is a popular auction-style site that helps fulfill loans to individuals through a bidding process.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/ProsperAPICSharp04222008181011PM/ProsperAPICSharp.aspx</link><pubDate>4/23/2008 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Chapter I: Introducing WPF</title><description>This chapter provides you a brief knowledge about the Windows Presentation Foundation (WPF)</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/IntroducingWPF04222008000516AM/IntroducingWPF.aspx</link><pubDate>4/22/2008 12:00:00 AM</pubDate><author>Praveen Moosad</author></item><item><title>Access AssemblyInfo file and get product informations</title><description>This article tells you that .Net have the assemblyInfo file for every project and also have custom attributes to access the asseblyinfo file attributes.</description><link>http://www.c-sharpcorner.com/UploadFile/ravesoft/Page112282007015536AM/Page1.aspx</link><pubDate>4/22/2008 12:00:00 AM</pubDate><author>Ravee Rasaiyah</author></item><item><title>Save the application settings using VS2005 for subsequent application sessions</title><description>It is practical to save some usefuls data that can be kept in a separate file when the application is out of the service.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/104082008062120AM/1.aspx</link><pubDate>4/21/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Graphics and C#</title><description>This article tells you how to enhance user interface by using graphics in your .NET application.</description><link>http://www.c-sharpcorner.com/UploadFile/TheButler/Graphics03042008044610AM/Graphics.aspx</link><pubDate>4/21/2008 12:00:00 AM</pubDate><author>Dave </author></item><item><title>Windows Forms</title><description>This article shows you a small game by using simple text box ,buttons and dropdown list.</description><link>http://www.c-sharpcorner.com/UploadFile/veeresh.i/smallgame04022008083949AM/smallgame.aspx</link><pubDate>4/19/2008 12:00:00 AM</pubDate><author>Veeresh i</author></item><item><title>Save the application settings for subsequents sessions</title><description>It is very important to save the application settings established by the user in the current session, in order to avoid the application pattern establishment for each time a new session is opened.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/204082008064658AM/2.aspx</link><pubDate>4/19/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Configuration Sections- Create a configuration section group and retrieve configuration information from it: Part IV</title><description>In the previous article  , we demonstrate how to create a custom section with custom attributes using the ConfigurationSection class and IConfigurationSectionHandler interface. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/404082008080449AM/4.aspx</link><pubDate>4/18/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Writing Testable Objects</title><description>This article is an introduction to a simple pattern for building more testable classes.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/WritingTestableObjects04172008180812PM/WritingTestableObjects.aspx</link><pubDate>4/18/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Building Scalable Mapping and GIS Apps with Web Services</title><description>This article will show you how to build a scalable mapping application utilizing a web service and also how to consume the web service from a client application.</description><link>http://www.c-sharpcorner.com/UploadFile/brianrowan/BuildingScalableGISAppsWithWebServices02292008160950PM/BuildingScalableGISAppsWithWebServices.aspx</link><pubDate>4/18/2008 12:00:00 AM</pubDate><author>Clint Batman</author></item><item><title>Introducing MVC#: A Model View Presenter framework for .NET platform</title><description>This article firstly explains you the MVP pattern essentials and then walks through the key features of the MVC# framework which help building true MVP-based solutions.</description><link>http://www.c-sharpcorner.com/UploadFile/OVZh/Introducing_MVCSharp_framework03062008064516AM/Introducing_MVCSharp_framework.aspx</link><pubDate>4/17/2008 12:00:00 AM</pubDate><author>Oleg Zhukov</author></item><item><title>Add and handle connection strings in an application configuration file: Part I</title><description>There are two ways to save data and parameters. In this case we save application parameters like information entered by the user during the installation process.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/304082008065737AM/3.aspx</link><pubDate>4/17/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Get the machine configuration file information using ConfigurationManager class</title><description>This article tells you how to retrive information of configuration file which is applied to the entire application.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/104082008092157AM/1.aspx</link><pubDate>4/17/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Add and handle application settings in the configuration file: Part II</title><description>This article tells you how to add connection string using the configuration file itself.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/404082008070639AM/4.aspx</link><pubDate>4/16/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Configuration Sections- Create customized section using IConfigurationSectionHandler Interface: Part III</title><description>In this part III article we will try to achieve, step by step, the same goal as in the Part II article, but using another tool, namely, the IConfigurationSectionHandler interface. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/304082008074354AM/3.aspx</link><pubDate>4/16/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Enumerable, Enumerator, and Yielding a "Free" State Machine.</title><description>In this article we look at the power of the "yield" keyword in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/csharpyield04142008014708AM/csharpyield.aspx</link><pubDate>4/15/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Configuration sections- Introducing the custom configuration section concept: Part I  </title><description>The custom sections are customized sections that a developer configures by him self. In this case, the developer sets, also, their attributes and elements to suit special applications needs in term of settings.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/104082008071835AM/1.aspx</link><pubDate>4/14/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Generics in C# - Part II</title><description>In the part II of generics in C# we will see how to create generic classes, structures, interfaces, and delegates. We will also see how to create a custom generic collections.</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/GenericsInCSharpII03312008043316AM/GenericsInCSharpII.aspx</link><pubDate>4/11/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>Data Validation Controls in ASP.NET 2.0</title><description>In this article, you will learn about the support that ASP.NET provides to you for performing data validation. </description><link>http://www.c-sharpcorner.com/UploadFile/kadiyalavj/Data_Validation04082008135313PM/Data_Validation.aspx</link><pubDate>4/11/2008 12:00:00 AM</pubDate><author>Vijaya Kadiyala</author></item><item><title>How to wrap a control completely</title><description>The following article explains you how to wrap a control completely.</description><link>http://www.c-sharpcorner.com/UploadFile/sunnychaganty/wrapcodesample03152008134132PM/wrapcodesample.aspx</link><pubDate>4/11/2008 12:00:00 AM</pubDate><author>Sunny </author></item><item><title>Merge Two Files with C#</title><description>This article tells you how to merge any two files, whether it is text or video irrespective of the content type and size of the file. </description><link>http://www.c-sharpcorner.com/UploadFile/sonuraj/MergeTwoFiles04082008144204PM/MergeTwoFiles.aspx</link><pubDate>4/11/2008 12:00:00 AM</pubDate><author>Sonu R</author></item><item><title>Configuration Sections-Create a customized section using ConfigurationSection class: Part II</title><description>This article extends the custom configuration section concept.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/204082008072802AM/2.aspx</link><pubDate>4/10/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Real Time 3D physics simulation using peace engine</title><description>This demo shows how to create physics simulation by using peace engine, a free 3d simulation/rendering engine, Which can use with various computer languages. </description><link>http://www.c-sharpcorner.com/UploadFile/peacedeveloper/peaceengine04042008165243PM/peaceengine.aspx</link><pubDate>4/10/2008 12:00:00 AM</pubDate><author>Akkaradech Sjn</author></item><item><title>Image viewer user control with preview capability</title><description>This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files.  The control displays the previous and next images in the file along with the current image.  </description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/ImageViewerPreviewCS04012008012905AM/ImageViewerPreviewCS.aspx</link><pubDate>4/10/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>C# scrollable Picturebox custom control</title><description>This article discusses the construction of a custom control used to add a scrollable Picturebox control to a project.  </description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/CSSrollablePicBox04062008025116AM/CSSrollablePicBox.aspx</link><pubDate>4/10/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Working with the ObjectDataSource and DateTime type</title><description>This tip will help you to work with the ObjectDataSource, when at least one of the properties of your business object (BO) is type of the DateTime . </description><link>http://www.c-sharpcorner.com/UploadFile/LivMic/ODS_DateTime04012008041741AM/ODS_DateTime.aspx</link><pubDate>4/7/2008 12:00:00 AM</pubDate><author>Michael Livshitz</author></item><item><title>Using OUTPUT clause for getting deleting information from several tables.</title><description>In this article I will explain how you can use such a T-SQL (SQL Server 2005) feature as OUTPUT clause in order to get information about rows, which were affected, when deleting process is executed for several tables, “connected” by foreign keys. The examples are written using T-SQL and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/LivMic/OutputDelete04012008044908AM/OutputDelete.aspx</link><pubDate>4/1/2008 12:00:00 AM</pubDate><author>Michael Livshitz</author></item><item><title>Using Lambda expression</title><description>This article gives you brief description about lambda expression and how to use it</description><link>http://www.c-sharpcorner.com/UploadFile/udeshikah/104012008021038AM/1.aspx</link><pubDate>4/1/2008 12:00:00 AM</pubDate><author>udeshika Horanagama</author></item><item><title>Extension methods under .NET Framework v2 and v3</title><description>This artilce tells you how to implement extension methods when using the .NET Framework v2 or v3 within Visual Studio 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/pcurnow/extmethods03242008070853AM/extmethods.aspx</link><pubDate>3/31/2008 12:00:00 AM</pubDate><author>Phil Curnow</author></item><item><title>Accessing remote SQL server by remoting (TCP)</title><description>This article describes how to build a distribution application that accesses MS SQL Server 2000 with a remoting service.
</description><link>http://www.c-sharpcorner.com/UploadFile/subcom/003272008105622AM/0.aspx</link><pubDate>3/31/2008 12:00:00 AM</pubDate><author>John Jiang</author></item><item><title>Working with binary large objects (BLOBs)</title><description>This article illustrates how to work with binary large objects (BLOBs), it will show you how to save and retrieve BLOB values in a database.</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/UsingBlobs03222008142343PM/UsingBlobs.aspx</link><pubDate>3/31/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>Generics in C# - Part I</title><description>In the part I of this series you will see the importance of generics, you will know how to use generics types which in System.Collections.Generic, and you will also know how to create generic methods.</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/GenericsInCSharp03232008084615AM/GenericsInCSharp.aspx</link><pubDate>3/28/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>Google Maps Control for ASP.Net - Part I</title><description>This is a user control for ASP.Net. You can use this control to insert google map in your aspx pages. </description><link>http://www.c-sharpcorner.com/UploadFile/shabdarghata/google-maps-user-control-for-ASP-Net-part103232008234414PM/google-maps-user-control-for-ASP-Net-part1.aspx</link><pubDate>3/27/2008 12:00:00 AM</pubDate><author>Shabdar Ghata</author></item><item><title>The Basics of Drawing Graphics onto Windows Forms</title><description>This article gives you an explanation of the use of the GDI+ library and how the .NET base classes can enhance graphics.</description><link>http://www.c-sharpcorner.com/UploadFile/TheButler/GDI03212008002117AM/GDI.aspx</link><pubDate>3/27/2008 12:00:00 AM</pubDate><author>Dave </author></item><item><title>Transfer any files on Web services by c#</title><description>We can use Microsoft SOAP protocol to transfer any files between a client and a server. </description><link>http://www.c-sharpcorner.com/UploadFile/subcom/003202008114211AM/0.aspx</link><pubDate>3/27/2008 12:00:00 AM</pubDate><author>John Jiang</author></item><item><title>Biztalk Messaging Services</title><description>This article is intended to illustrate the concepts of mapping in Biztalk Server 2006. </description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/BiztalkMessagingServicesMapping03142008151335PM/BiztalkMessagingServicesMapping.aspx</link><pubDate>3/27/2008 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>F# Tuples and Binding (and more Binding)</title><description>Binding in F# is similar to using variables in C# but there are some big differences. This article discusses one of the most used keywords in F# for binding ("let") and how it is different than setting a C# variable. I also cover the tuple F# data structure.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/fsharptuplesandbinding03252008215403PM/fsharptuplesandbinding.aspx</link><pubDate>3/26/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>F# Types and the Forward Pipe Operator |&gt;</title><description>Looking at F# Types (Especially Functions) and the Forward-Pipe Operator.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/fsharptypes03212008225543PM/fsharptypes.aspx</link><pubDate>3/22/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Getting Started With F#</title><description>This is the first in a series of articles discussing the F# programming language.  I cover how to get your dev environment set up to develop with this awesome NET Framework language</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/gettingstartedwithFSharp03212008220643PM/gettingstartedwithFSharp.aspx</link><pubDate>3/22/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Methods, Delegates, Anonymous Delegates, and Lambda Expressions... Oh My!</title><description>This article covers different syntax we can use for declaring and executing methods.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/methodsdelegatesanonymousdelegegateslambdaexpressions03212008200050PM/methodsdelegatesanonymousdelegegateslambdaexpressions.aspx</link><pubDate>3/22/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Consolidate Your Binding Code</title><description>I've noticed that in data driven UI projects there is often lots of repeated code wherever there is data binding. In this article we'll look at consolidating all the binding code in a helper class to make projects much easier to maintain by reducing the amount of code we have to dig through.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/consolidatebindingcode03212008201348PM/consolidatebindingcode.aspx</link><pubDate>3/22/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Executing multiple stored procedures within a single transaction context from ADO.Net</title><description>This article discusses how we can execute multiple stored procedures in ADO.NET with different parameter values in a single Transaction context.</description><link>http://www.c-sharpcorner.com/UploadFile/vmsanthosh.chn/dacado03182008004647AM/dacado.aspx</link><pubDate>3/20/2008 12:00:00 AM</pubDate><author>Santhosh Veeraraman LnT</author></item><item><title>Extending The String Class</title><description>This article will show you a technique (new for C# 3.0) that allows you to extend the string class inside the .NET framwork to include your own string methods.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/ExtendingStringClass03162008132109PM/ExtendingStringClass.aspx</link><pubDate>3/17/2008 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Using Validation Application Block (Enterprise Library 3.0) with the FormView control</title><description>In this article I will show how you can use the Enterprise Library 3 Validation Application  Block (VAB) to validate data, edited with the help of the FormView control.
The examples are written using C#.
</description><link>http://www.c-sharpcorner.com/UploadFile/LivMic/VAB_FV03152008135408PM/VAB_FV.aspx</link><pubDate>3/15/2008 2:11:12 PM</pubDate><author>Michael Livshitz</author></item><item><title>One or more rows contain values violating non-null, unique, or foreign-key constraints </title><description>You may get this error when using a typed DataSet. This article shows how to fix it.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/DataSetConstraints03132008152914PM/DataSetConstraints.aspx</link><pubDate>3/14/2008 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>The Zen of GUI Programming</title><description>This article describes some important rules to follow when creating an application that contains a presentation layer.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/ZenGUIProgramming03122008231252PM/ZenGUIProgramming.aspx</link><pubDate>3/13/2008 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Asynchronous Nature of Delegates</title><description>In this article you will see the other face of the delegate type in C#, it will show you how you can invoke a method asynchronously using delegates.</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/AsyncDelegates03032008144119PM/AsyncDelegates.aspx</link><pubDate>3/13/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>Using the BackgroundWorker component</title><description>This article discusses the BackgroundWorker component in .NET 2.0, it will show you how to use it to execute tasks in the background of your application</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/BackgroundWorker03082008094954AM/BackgroundWorker.aspx</link><pubDate>3/12/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>Strategies to implement a multi-criteria filtering.</title><description>This article provides you different ways to implement a multi-criteria filtering.</description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/Strategiesimplementmulti-criteriafiltering03052008105307AM/Strategiesimplementmulti-criteriafiltering.aspx</link><pubDate>3/6/2008 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Anonymous methods in C#</title><description>This article discusses the anonymous methods as a new feature in .NET 2.0, it will show you how to associate a delegate directly to a block of code statements at the time of event registration.</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/AnonymousMethods03032008142536PM/AnonymousMethods.aspx</link><pubDate>3/6/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>Functional Programming with C# - Composition</title><description>In this article we'll look at using a couple different functional approaches to implementing a basic formula through composition including using monads.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/functionalComposition03042008173611PM/functionalComposition.aspx</link><pubDate>3/5/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Creating a filtered list of customers on a mobile device</title><description>The article demonstrates how to create a sophisticated  filtered customer list on a Windows Mobile device using Resco AdvancedList control.</description><link>http://www.c-sharpcorner.com/UploadFile/Vladimir84/rescocustomerlist03042008092348AM/rescocustomerlist.aspx</link><pubDate>3/5/2008 12:00:00 AM</pubDate><author>Vladimir Gregor</author></item><item><title>XML-Binary BASE64 image slideshow using ASP. NET - AJAX</title><description>This article would illustrate how to create and use HTTPHandler in ashx file, XML binary base64 to change image format, using Asp.net / Ajax. This primarily aims to have a slide show which displays many user profiles and photos.</description><link>http://www.c-sharpcorner.com/UploadFile/klkumaran/XMLSlideShow03042008054236AM/XMLSlideShow.aspx</link><pubDate>3/5/2008 12:00:00 AM</pubDate><author>senthil kumar Lakshmanan</author></item><item><title>Working with Delegates -Part II</title><description>In this article we will discuss about delegates, what is multicast delegates and its contribution in Asynchronous communications and also how to work with long-running processes etc. </description><link>http://www.c-sharpcorner.com/UploadFile/vmsanthosh.chn/DelegatesII02292008080626AM/DelegatesII.aspx</link><pubDate>3/4/2008 12:00:00 AM</pubDate><author>Santhosh Veeraraman LnT</author></item><item><title>Features of WSS 3.0 and MOSS 2007</title><description>This Article describes features of windows SharePoint services (WSS 3.0) and MOSS 2007. It describes basic difference between WSS 3.0 and Moss 2007.
</description><link>http://www.c-sharpcorner.com/UploadFile/sarav82/FeaturesofWSSandMOSS02282008005632AM/FeaturesofWSSandMOSS.aspx</link><pubDate>3/4/2008 12:00:00 AM</pubDate><author>Saravanan Gajendran</author></item><item><title>Background worker simplified</title><description>This article looks at the Background Worker Technology and encapsulates it into a simple form that can be used over and over to run your background tasks.</description><link>http://www.c-sharpcorner.com/UploadFile/dwkrueger/BackgroundWorkerSimplified02122008215220PM/BackgroundWorkerSimplified.aspx</link><pubDate>3/3/2008 12:00:00 AM</pubDate><author>Daniel </author></item><item><title>Events in C#</title><description>This article discusses events in c#. It will show you the relation between delegates and events.</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/DelegatesInCSharp02252008143634PM/DelegatesInCSharp.aspx</link><pubDate>3/3/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>On-Server AJAX, a paradigm shift that brings the AJAX benefits to enterprises</title><description>This article tells you the benifits that  AJAX can bring for any enterprise.</description><link>http://www.c-sharpcorner.com/UploadFile/navotpeled/200711222007073552AM/2007.aspx</link><pubDate>3/3/2008 12:00:00 AM</pubDate><author>navot peked</author></item><item><title>How to retrieve EMC centera cluster/pool capabilities</title><description>This article describe the use of  EMC centera sdk and .net</description><link>http://www.c-sharpcorner.com/UploadFile/aeddin@carolina.rr.com/adrdart210102007002158AM/adrdart2.aspx</link><pubDate>3/3/2008 12:00:00 AM</pubDate><author>aeddin </author></item><item><title>Project web access integration with outlook</title><description>This article tells you about the project web access integration with microsoft outlook.</description><link>http://www.c-sharpcorner.com/UploadFile/tariq.younas/ProjectServer_ProjectWebAccess_Integration_with_Outlook02152008080524AM/ProjectServer_ProjectWebAccess_Integration_with_Outlook.aspx</link><pubDate>3/3/2008 12:00:00 AM</pubDate><author>Tariq Younas</author></item><item><title>Writing Better Code – Keepin’ it Maintainable</title><description>Writing maintainable code is an art form that should be practiced by every developer because if the code we write can not be maintained then there will come a point where it won’t be useful anymore and discarded and then all of our efforts will have been wasted.  In this article we’ll look at ways to keep our code maintainable.

</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/maintainableCode02292008083530AM/maintainableCode.aspx</link><pubDate>3/1/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Building ASP.NET bot protection (CAPTCHA-like)</title><description>This article shows how to build captcha-like protection from spam and other bots in ASP.NET.</description><link>http://www.c-sharpcorner.com/UploadFile/dsalko/adssantibot10282007030736AM/adssantibot.aspx</link><pubDate>2/29/2008 12:00:00 AM</pubDate><author>Dmitiriy Salko</author></item><item><title>The Basics of .NET Framework Interoperability</title><description>The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called the Platform Invoke service</description><link>http://www.c-sharpcorner.com/UploadFile/TheButler/CLR02272008220209PM/CLR.aspx</link><pubDate>2/29/2008 12:00:00 AM</pubDate><author>Dave </author></item><item><title>Dispaly a Picture in Grid Cell</title><description>This article helps to load picture in Grid Cell.</description><link>http://www.c-sharpcorner.com/UploadFile/Prathi0226/Grid10152007070422AM/Grid.aspx</link><pubDate>2/29/2008 12:00:00 AM</pubDate><author>prathi Atluri</author></item><item><title>Comaprission of dates for a year in JavaScript</title><description>This article and code snippet shows how to use JavaScript to validate dates in a method for a year. </description><link>http://www.c-sharpcorner.com/UploadFile/Prathi0226/Javascript10122007082219AM/Javascript.aspx</link><pubDate>2/29/2008 12:00:00 AM</pubDate><author>prathi Atluri</author></item><item><title>Delegates in C#</title><description>This article discusses the delegate type and how it can be used to point to methods in the application which can be invoked at later time. This article demonstrates also the delegate ability to multicast and delegate covariance.</description><link>http://www.c-sharpcorner.com/UploadFile/Ashush/Delegates02152008155757PM/Delegates.aspx</link><pubDate>2/29/2008 12:00:00 AM</pubDate><author>Amr Ashush </author></item><item><title>Creating Extensible and Abstract Layer</title><description>This article explains you about the abstraction and extensibility which is an important factor in modern day frameworks. </description><link>http://www.c-sharpcorner.com/UploadFile/kniranjankumars/Extensible-Abstract-Layer02062008212733PM/Extensible-Abstract-Layer.aspx</link><pubDate>2/28/2008 12:00:00 AM</pubDate><author>Niranjan Kumar Kandaswamy</author></item><item><title>Latest XY-Plot Control</title><description>This is an rewrite of the XY-Plot control.  It fixes some issues such as the y-axis label, smoother plotting of points, axis with tick mark values that make sense, and more.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/XYPlotControl02272008183528PM/XYPlotControl.aspx</link><pubDate>2/28/2008 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>How to serialize an object using an ISerializable interface </title><description>In this article I will show you how to serialize an object using ISerializable interface with a very simple manner.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/102162008172741PM/1.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Convert WinWord Document to Blob</title><description>This article tells you how to convert WinWord document to Blob and save it in a datarow.</description><link>http://www.c-sharpcorner.com/UploadFile/sanatpalia/ConvertDocToBlob02152008144307PM/ConvertDocToBlob.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Sanat Palia</author></item><item><title>Selecting Checkboxes inside the GridView Control</title><description>This article explains about how to select checkboxes inside the GridView control using javascript.</description><link>http://www.c-sharpcorner.com/UploadFile/MohanKumar.R/GridViewControl02152008105237AM/GridViewControl.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Mohan Kumar Rajasekaran</author></item><item><title>How to convert XLS file into CSV file in C#</title><description>The article shows you a simple way to convert  an XLS file into a CSV file by using a small C# program</description><link>http://www.c-sharpcorner.com/UploadFile/yuanwang200409/102242008174401PM/1.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Yuan Wang</author></item><item><title>Export Dataset data To XML File</title><description>This article will provides you how can you export DataSet in Asp.Net 2.0 to an XMl File.
</description><link>http://www.c-sharpcorner.com/UploadFile/prabhashchandra/AspNET02162008031739AM/AspNET.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Prabhash Chandra</author></item><item><title>XML in SQL Server Part 1</title><description>This article gives you an overview of working with XML in SQL Server.</description><link>http://www.c-sharpcorner.com/UploadFile/kadiyalavj/XML_IN_SQL_SERVER02242008110706AM/XML_IN_SQL_SERVER.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Vijaya Kadiyala</author></item><item><title>Auto Complete in ASP.NET using Ajax</title><description>This article will show you how to use Ajax AutoComplete control. </description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/AutoComplete02142008113654AM/AutoComplete.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Raj Beniwal</author></item><item><title>Filter data dispalyed in a DataGridView using BindingSource and DataView</title><description>In this article i will show you how to use the BindingSource or the DataView to filter data in a given data grid view.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/102162008174917PM/1.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Understanding connected world of MOSS 2007</title><description>This article tells you the conceptual and real world industrial usage of MOSS 2007.</description><link>http://www.c-sharpcorner.com/UploadFile/tariq.younas/Understating_of_MOSS_200702202008100039AM/Understating_of_MOSS_2007.aspx</link><pubDate>2/27/2008 12:00:00 AM</pubDate><author>Tariq Younas</author></item><item><title>INI File Class</title><description>This is a simple and easy to implement class for handling a .INI file. It uses the standard INI text file format to read and save settings.</description><link>http://www.c-sharpcorner.com/UploadFile/killermonkey99/IniFileClass02072008232619PM/IniFileClass.aspx</link><pubDate>2/26/2008 12:00:00 AM</pubDate><author>aaron bregger</author></item><item><title>Connect to Access Database in C# and ADO.NET</title><description>This artilce explains how to connect and get data from an Access database in C# and ADO.NET.  </description><link>http://www.c-sharpcorner.com/UploadFile/mimrantaj/Database102102008130743PM/Database1.aspx</link><pubDate>2/26/2008 12:00:00 AM</pubDate><author>Muhammad  Imran Taj</author></item><item><title>Host a combo box column within a DataGridView control </title><description>In this article I willl show how to host a data grid view combo box column within a data grid view control.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/102122008053259AM/1.aspx</link><pubDate>2/26/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>AJAX DragPanelExtender Control</title><description>AJAX DragPanel allows you to move your panel one place to another place around a Web page. This article and attached code shows how to use DragPanelEtender control in ASP.NET 2.0.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/DragPanelExtender02162008095531AM/DragPanelExtender.aspx</link><pubDate>2/26/2008 12:00:00 AM</pubDate><author>Raj Beniwal</author></item></channel></rss>