﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>C-Sharpcorner Top Articles</title><link>http://www.c-sharpcorner.com/articles/</link><description>Watch articles from C# Corner</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Working with Arrays in C#</title><description>This tutorial discusses array programming in C# and .NET. It starts with the discussion of simple arrays and then delves into more complex topics such as jagged and multi-dimensional arrays. In the end, it discusses the Array class and it's methods for searching and sorting an array's items.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingWithArrays11232005064036AM/WorkingWithArrays.aspx</link><pubDate>7/9/2002 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Reading and Writing XML in C#</title><description>In this tutorial, you will learn how to read and write XML documents in Microsoft .NET using C# language.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/ReadWriteXMLTutMellli2111282005041517AM/ReadWriteXMLTutMellli21.aspx</link><pubDate>10/29/2001 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Regular Expressions Usage in C#</title><description>The source code shows how to use Regular Expressions in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/prasad_1/RegExpPSD12062005021717AM/RegExpPSD.aspx</link><pubDate>9/7/2001 12:00:00 AM</pubDate><author>Prasad </author></item><item><title>OOPS Concepts and .NET Part 2: Inheritance, Abstraction, &amp; Polymorphism</title><description>The following article is the second of a three-part article series that presents definitions and samples for different Object-Oriented Programming (OOP) concepts and its implementation in .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/eecabral/OOPSand.NET211102005075520AM/OOPSand.NET2.aspx</link><pubDate>6/22/2005 12:00:00 AM</pubDate><author>Erika Ehrli Cabral</author></item><item><title>Generating Random Number and String in C#</title><description>The Random class defined in the .NET Framework class library provides functionality to generate random numbers. This article shows you how you can use this class to generate random numbers and strings and even combination of both.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/RandomNumber11232005010428AM/RandomNumber.aspx</link><pubDate>11/19/2004 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Creating a Windows Service in C#</title><description>Windows Services is a new name for NT Services in .NET. This tutorial steps you through creating a Windows Service and how to install and start it. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/window_service11262005045007AM/window_service.aspx</link><pubDate>1/23/2001 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Timer in C#</title><description>An article with sample project explains how to work with the Timer control in C# and .NET to write to a text file after few seconds.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingwithTimerControlinCSharp11302005054911AM/WorkingwithTimerControlinCSharp.aspx</link><pubDate>1/26/2001 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Creating C# Class Library (DLL) Using Visual Studio .NET</title><description>This tutorial explains how to create a C# class library(dll) and call it from a C# console client application.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/dll12222005064058AM/dll.aspx</link><pubDate>12/9/2000 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>ProgressBar in C#</title><description>You need progress bars to display the progress of your application or background tasks. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingwithProgressBarinCSharp11302005045625AM/WorkingwithProgressBarinCSharp.aspx</link><pubDate>2/22/2000 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Free Book: C# Programming for Beginners</title><description>In this book, you will learn how to write and compile C# programs, understand C# syntaxes, data types, control flow, classes and their members, interfaces, arrays, and exception handling. After completing this book, you should have a clear understanding of the purpose of C# language, it’s usages, and how to write C# programs. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/csp08202007084545AM/csp.aspx</link><pubDate>8/21/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Understanding Properties in C#</title><description>In C#, properties are nothing but natural extension of data fields. They are usually known as 'smart fields' in C# community.</description><link>http://www.c-sharpcorner.com/UploadFile/rajeshvs/PropertiesInCS11122005001040AM/PropertiesInCS.aspx</link><pubDate>10/15/2001 12:00:00 AM</pubDate><author>Rajesh VS</author></item><item><title>ASP.NET 2.0 FileUpload Control</title><description>ASP.NET 2.0 FileUpLoad control is used to browse and upload a file from a web page. This tutorial shows how to use ASP.NET 2.0 FileUpload control. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/FileUpload10092005172118PM/FileUpload.aspx</link><pubDate>10/9/2005 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>C# Tutorial for Beginners: Part I</title><description>Three chapter of this tutorial explains basics of .NET, C# and how to write your first C# program.</description><link>http://www.c-sharpcorner.com/UploadFile/anandnarayanswamy/CSTutorial1AN11282005015140AM/CSTutorial1AN.aspx</link><pubDate>8/16/2001 12:00:00 AM</pubDate><author>Anand Narayanswamy</author></item><item><title>Exception Handling in C#</title><description>Exception handling is an in built mechanism in .NET framework to detect and handle run time errors.</description><link>http://www.c-sharpcorner.com/UploadFile/rajeshvs/ExceptionHandlinginCSharp11282005051444AM/ExceptionHandlinginCSharp.aspx</link><pubDate>10/17/2001 12:00:00 AM</pubDate><author>Rajesh VS</author></item><item><title>TreeView Control in C#</title><description>This is an article addressing some of the basics of working with a TreeView control; the article will address dynamically adding TreeNodes to a TreeView control, searching the nodes to find and highlight a single node or a collection of nodes.</description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/TreeviewBasics04152007195731PM/TreeviewBasics.aspx</link><pubDate>4/16/2007 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Working with DropDownList and ListBox Controls in ASP.NET</title><description>In this article we'll see how to use DropDownList and ListBox Web controls to display data in various formats. </description><link>http://www.c-sharpcorner.com/UploadFile/sd_patel/DropDownListBox11222005064123AM/DropDownListBox.aspx</link><pubDate>7/29/2003 12:00:00 AM</pubDate><author>Sushila Patel</author></item><item><title>Creating Setup and Deployment Projects in VS.NET</title><description>This step-by-step tutorial guides you how to create a setup and deployment project using Visual Studio .NET to build a setup of your applications. </description><link>http://www.c-sharpcorner.com/UploadFile/vishnuprasad2005/SetupProjects12022005022406AM/SetupProjects.aspx</link><pubDate>4/21/2003 12:00:00 AM</pubDate><author>Vishnu Prasad</author></item><item><title>Introductions to Crystal Reports in .NET</title><description>There have been many enquiries about Crystal Reports on the site. Here i will show you how to create a simple report using Crystal Reports and Visual Studio .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/CrystalReportsIntroduction11082005014959AM/CrystalReportsIntroduction.aspx</link><pubDate>9/19/2003 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Client Side Validation with JavaScript in ASP.NET</title><description>This simple program will guide how to do client side validation in JavaScript.</description><link>http://www.c-sharpcorner.com/UploadFile/purankaushal/103222006013805AM/1.aspx</link><pubDate>3/22/2006 12:00:00 AM</pubDate><author>Puran Kaushal</author></item><item><title>ASP.Net 2.0: Export GridView to Excel </title><description>This article describes how to Export an ASP.Net 2.0 GridView to Excel. </description><link>http://www.c-sharpcorner.com/UploadFile/DipalChoksi/exportxl_asp2_dc11032006003657AM/exportxl_asp2_dc.aspx</link><pubDate>11/6/2006 12:00:00 AM</pubDate><author>Dipal Choksi</author></item><item><title>Calculating Date Difference in C#</title><description>This article introduces the various options for calculating the date difference in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/DipalChoksi/DateDiff_CS_DC09132006172429PM/DateDiff_CS_DC.aspx</link><pubDate>9/14/2006 12:00:00 AM</pubDate><author>Dipal Choksi</author></item><item><title>How To Open and Read an Excel Spreadsheet into a ListView in .NET</title><description>The Interoperability services make it very easy to work with COM Capable Applications such as Word and Excel.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/HowtoOepnandReadanExcelSpreadsheetinaListViewin.NET11282005034134AM/HowtoOepnandReadanExcelSpreadsheetinaListViewin.NET.aspx</link><pubDate>11/26/2001 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Introduction to Multithreading in C#</title><description>This article is a complete introdution to threading.  It explains what is a thread and why it is used in programming.  It also talks about common problems with threading, and how to begin writing thread safe code.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/MultithreadingIntro10062005000439AM/MultithreadingIntro.aspx</link><pubDate>10/6/2005 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Using ListViews in C#</title><description>As a Visual C++ user for 10 years I can say that Microsoft deserves praise for their new ListView class. The MFC ListView class was, well, unpleasant to use.  C# makes life a bit easier with a richer property and method set for ListViews.  Also, you can now, set the ListView to select an entire row in report mode, something that in Visual C++ you had to write a whole custom ListView control to do.  Note also the nice grid lines.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/ListViewInCSharp11172005021741AM/ListViewInCSharp.aspx</link><pubDate>1/18/2001 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Space Invaders for C# and .NET</title><description>This is an update of the space invaders game posted on C# Corner 3 years ago for Visual Studio 2005.  This version adds spiraling bombs and a ship lives indicator.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/SpaceInvaders06292005005618AM/SpaceInvaders.aspx</link><pubDate>6/29/2005 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Word automation using C#</title><description>Word Automation through C# is all about programmatically generating the Word Document using C# code. Almost all of the tasks which we perform on word 2003 can be done programmatically using C# or VB. </description><link>http://www.c-sharpcorner.com/UploadFile/amrish_deep/WordAutomation05102007223934PM/WordAutomation.aspx</link><pubDate>5/11/2007 12:00:00 AM</pubDate><author>Amrish Deep Ravidas</author></item><item><title>Writing an ActiveX Control in .NET</title><description>In this example, I will walk you through creating an ActiveX control that will show a simple user interface and accept input from a web page.  </description><link>http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx</link><pubDate>3/12/2003 12:00:00 AM</pubDate><author>David Sandor</author></item><item><title>Working with HashTable in C# 2.0</title><description>We often 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 the HashTable class to store object type data. </description><link>http://www.c-sharpcorner.com/UploadFile/pradeep.tiwari/PradeepTiwariHashtable11072006072247AM/PradeepTiwariHashtable.aspx</link><pubDate>11/13/2006 12:00:00 AM</pubDate><author>Pradeep Tiwari</author></item><item><title>Implementing MVC Design Pattern in .NET</title><description>This article explains the basic concept of the Model View Controller (MVC) design pattern and also shows how how closely .NET Framework can be used to implement the MVC design pattern with the one that originally conceived.</description><link>http://www.c-sharpcorner.com/UploadFile/napanchal/MVCDesign12052005035152AM/MVCDesign.aspx</link><pubDate>2/25/2003 12:00:00 AM</pubDate><author>nimesh panchal</author></item><item><title>Shell Commands within C#</title><description>In this article we will examine a few examples for executing shell commands outside of our program using C#. 
</description><link>http://www.c-sharpcorner.com/UploadFile/DipalChoksi/ShellCommandsInCS12032005042031AM/ShellCommandsInCS.aspx</link><pubDate>7/10/2002 12:00:00 AM</pubDate><author>Dipal Choksi</author></item><item><title>Working with Windows TabControl with C#</title><description>Windows TabControl is a useful control that allows you display multiple dialogs tabs on a single form by switching between the tabs. In this tutorial, I will explain how to create and use a TabControl in your Windows applications with C#. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/TabControlTutorial11302005235835PM/TabControlTutorial.aspx</link><pubDate>12/16/2003 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>C# Heap(ing) Vs Stack(ing) in .NET: Part I</title><description>Even though with the .NET framework we don't have to actively worry about memory management and garbage collection (GC), we still have to keep memory management and GC in mind in order to optimize the performance of our applications.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/csharp_memory01122006130034PM/csharp_memory.aspx</link><pubDate>1/14/2006 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Programming C#: Working with Arrays in .NET</title><description>This article concentrates on arrays in .NET and how you can work with arrays using C# language. Article also covers the Arrays class and its method, which can be used to sort, search, get, and set an array items.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingWithArrays11142005060354AM/WorkingWithArrays.aspx</link><pubDate>7/9/2002 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Drag and Drop Using C#</title><description>Drag and Drop in C# has been a question on the UseNet and many websites on C# so I have decided to tackle the problem here.  This is an update of the directory tree component download on this web site. </description><link>http://www.c-sharpcorner.com/UploadFile/mgold/DoingDragandDropUsingCSharp11302005020610AM/DoingDragandDropUsingCSharp.aspx</link><pubDate>3/30/2001 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>How to Convert String to Hexadecimal and Vice versa</title><description>This article shows you how to convert string to hexadecimal and vice versa.
I did this program for my smart Card application.</description><link>http://www.c-sharpcorner.com/UploadFile/Joshy_geo/HexConverter10282006021521AM/HexConverter.aspx</link><pubDate>10/31/2006 12:00:00 AM</pubDate><author>Joshy George</author></item><item><title>Building a 3-Tier Application using ASP.NET</title><description>In the first part we will discuss about 3.Tier Architecture and in the second part we will implement an ASP.NET example to practice the 3.Tier design. You need  the Visual Studio.net with c#  compiler, IIS and a Microsoft SQL Server to follow this article.</description><link>http://www.c-sharpcorner.com/UploadFile/paulabraham/Building3TierAppPA11282005053625AM/Building3TierAppPA.aspx</link><pubDate>12/17/2001 12:00:00 AM</pubDate><author>Paul Abraham</author></item><item><title>Object Oriented Concepts in C#</title><description>In this article we will discuss key concepts of object orientation with their practical implementation in C#. We will discuss here basics of OOPS including Interfaces, Access Modifiers, inheritance, polymorphism etc. </description><link>http://www.c-sharpcorner.com/UploadFile/tusharkantagarwal/objectorientedcsharp11162005070743AM/objectorientedcsharp.aspx</link><pubDate>12/24/2003 12:00:00 AM</pubDate><author>tusharkant.agarwal </author></item><item><title>C# Interface Based Development</title><description>When trying to build maintainable, reusable, and flexible C# code, the object oriented nature of C# only gets us 50% of the way there. Programming to interfaces can provide us with the last 50%.  Interfaced-based design provides loose coupling, true component-based programming, easier maintainability and it makes code reuse much more accessible because implementation is separated from the interface.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/csharp_interrfaces03052006095933AM/csharp_interrfaces.aspx</link><pubDate>3/6/2006 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Printing in C#</title><description>This sample shows you how to print a text box contents in C# and .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/PritinginCSharp11222005040630AM/PritinginCSharp.aspx</link><pubDate>1/26/2000 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Simple XML Parser in C#</title><description>This article shows how to create a very simple XML parser.</description><link>http://www.c-sharpcorner.com/UploadFile/shehperu/SimpleXMLParser11292005004801AM/SimpleXMLParser.aspx</link><pubDate>4/5/2005 12:00:00 AM</pubDate><author>Shehan Peruma</author></item><item><title>Socket Programming in C#</title><description>This program is useful for a starter who wants to write C# Codes using Net Sockets. </description><link>http://www.c-sharpcorner.com/UploadFile/dottys/SocketProgDTRP11222005023030AM/SocketProgDTRP.aspx</link><pubDate>9/3/2001 12:00:00 AM</pubDate><author>Dottys </author></item><item><title>Add some elegance to your code using C# List</title><description>A short and to-the-point tutorial that demonstrates how to sort and search using List in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/camurphy/csharpLists03302006170209PM/csharpLists.aspx</link><pubDate>3/31/2006 12:00:00 AM</pubDate><author>Craig Murphy</author></item><item><title>Modal Popup Dialog Window in ASP.NET</title><description>This sample show you how to create modal popup dialog window in ASP.NET that passes and returns multiple parameters.</description><link>http://www.c-sharpcorner.com/UploadFile/fvolking/ModalPopupInASP.NET11262005000152AM/ModalPopupInASP.NET.aspx</link><pubDate>9/15/2003 12:00:00 AM</pubDate><author>Frederick Volking</author></item><item><title>Event Handling in .NET using C#</title><description>In this article I discuss the event handling model in .NET using C#. The discussion starts with an introduction to the concept of delegates and then it extends that concept to events and event handling in .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/ddutta/EventHandlingInNetUsingCS11092005052726AM/EventHandlingInNetUsingCS.aspx</link><pubDate>3/13/2002 12:00:00 AM</pubDate><author>Deepak Dutta</author></item><item><title>Access Command Line Arguments in C#</title><description>This article shows how to access command line arguments in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/CmdLineArgs03212006232449PM/CmdLineArgs.aspx</link><pubDate>3/27/2006 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Inserting new row in GridView in ASP.NET 2.0</title><description>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.
</description><link>http://www.c-sharpcorner.com/UploadFile/Art Scott/GridViewInsertANewRow09012006165053PM/GridViewInsertANewRow.aspx</link><pubDate>9/4/2006 12:00:00 AM</pubDate><author>art_scott </author></item><item><title>Export ASP.NET DataGrid to Excel</title><description>Export to Excel is one of the most common functionality required in ASP.NET pages. Users can download the data from the DataGrid into an Excel spreadsheet for offline verification and/or computation. </description><link>http://www.c-sharpcorner.com/UploadFile/DipalChoksi/ExportASPNetDataGridToExcel11222005041447AM/ExportASPNetDataGridToExcel.aspx</link><pubDate>9/8/2003 12:00:00 AM</pubDate><author>Dipal Choksi</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/connect-to-access-database-in-C-Sharp-and-ado-net/default.aspx</link><pubDate>2/26/2008 12:00:00 AM</pubDate><author>Muhammad  Imran Taj</author></item><item><title>ASP.NET MessageBox</title><description>The attached source code contains a class WebMsgBox, which is a message box written in C# for ASP.NET applications. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WebMsgBox09082006110929AM/WebMsgBox.aspx</link><pubDate>9/11/2006 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>GDI+ Tutorial for Beginners</title><description>GDI+ is next evolution of GDI. In Visual Studio .NET, Microsoft has taken care of most of the GDI problems and have made it easy to use.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/gdi_plus12092005070041AM/gdi_plus.aspx</link><pubDate>12/26/2000 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Using Property Grid in C#</title><description>Property Grid control is one of the control we deal with all the time when writing UI applications. This article and attached source code shows how to use the Property Grid control in your applications.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/PropertyGridInCSharp11302005004139AM/PropertyGridInCSharp.aspx</link><pubDate>6/30/2004 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Hashtable in C#</title><description>Hashtable is useful when you need to store data in a key and value pair. This article shows how to use hashtable in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/Hashtable11082005171748PM/Hashtable.aspx</link><pubDate>11/14/2005 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Enter Null Values for DateTime Column of SQL Server</title><description>Inserting a null value to the DateTime Field in SQL Server is one of the most common issues giving various errors. Even if one enters null values the value in the database is some default value as 1/1/1900 12:00:00 AM.</description><link>http://www.c-sharpcorner.com/UploadFile/sd_patel/EnterNullValuesForDateTime11222005015742AM/EnterNullValuesForDateTime.aspx</link><pubDate>9/26/2003 12:00:00 AM</pubDate><author>Sushila Patel</author></item><item><title>Communicating with Serial Port  in C#</title><description>This article shows how to communicated with Serial Port using C#.</description><link>http://www.c-sharpcorner.com/uploadfile/eclipsed4utoo/communicating-with-serial-port-in-C-Sharp/default.aspx</link><pubDate>12/8/2008 12:00:00 AM</pubDate><author>Ryan Alford</author></item><item><title>TreeView in WPF</title><description>This tutorial shows you how to create and use a TreeView control available in WPF and XAML.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/treeview-in-wpf/</link><pubDate>2/27/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Working with Strings in VB.NET</title><description>This article is VB.NET version of Working with Strings in .NET using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingWithStringsP311232005021723AM/WorkingWithStringsP3.aspx</link><pubDate>2/5/2002 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Views &amp; Stored Procedure in SQL Server 2005</title><description>This article shows how to use Views and Stored Procedures in SQL Server 2005</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/views-stored-procedure-in-sql-server-2005/</link><pubDate>10/10/2008 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Posting Form Data from ASP.NET Page to Another URL</title><description>This article shows you how to post a Form data to a different URL from ASP.NET pages. For example, you might need to send user to a third party payment processing system using post method. ASP.NET does not provide any straight forward way to accomplish this task.</description><link>http://www.c-sharpcorner.com/UploadFile/desaijm/ASP.NetPostURL11282005005516AM/ASP.NetPostURL.aspx</link><pubDate>9/27/2004 12:00:00 AM</pubDate><author>Jigar Desai</author></item><item><title>How to Export Crystal Report in ASP.NET</title><description>When using Crystal Reports in ASP.NET, the CrystalReportViewer control does not have the export or the print buttons like the one in Windows Form. We can still achieve some degree of export and print functionality by writing our own code to handle exporting. </description><link>http://www.c-sharpcorner.com/UploadFile/chriswong1/ExportCrystalReportInASPNET11092005010905AM/ExportCrystalReportInASPNET.aspx</link><pubDate>5/6/2004 12:00:00 AM</pubDate><author>chris wong</author></item><item><title>Playing AVI Files using DirectX 9 with C# and .NET</title><description>Ever wonder how to play videos in .NET?  This article will show you how to use the managed DirectX 9 Video class to play avi video files.  </description><link>http://www.c-sharpcorner.com/UploadFile/mgold/PlayingVideo11242005002218AM/PlayingVideo.aspx</link><pubDate>11/24/2005 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>How To Print a Data Grid in C#  and .NET</title><description>I wrote this article in response to the question, "How the heck do I print out a DataGrid and its contents</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/HowToPrintaDataGridinCsHARPand.NET11212005060838AM/HowToPrintaDataGridinCsHARPand.NET.aspx</link><pubDate>6/4/2003 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Multiple Inheritance in C#</title><description>Can you inherit from multiple classes in C#? Simply put, this cannot be done. However there are ways around it. From a design perspective you must ask yourself, will a Class fully represent an object? </description><link>http://www.c-sharpcorner.com/UploadFile/cbreakspear/MultipleInheritance11082005004843AM/MultipleInheritance.aspx</link><pubDate>8/29/2001 12:00:00 AM</pubDate><author>Craig Breakspear</author></item><item><title>Tip: How to pass Crystal Report Parameters Programmatically?</title><description>This tip shows how to pass a Crystal Report parameters and their values programmatically.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/paramInCR11012006132839PM/paramInCR.aspx</link><pubDate>11/2/2006 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Introduction to Model View Control (MVC) Pattern using C#</title><description>The benefits of using the Model-View-Control (MVC) pattern in our development projects is that we can completely decouple our business and presentation application layers.  Furthermore, we will have a completely independent object to control the presentation layer.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/MVC_intro12122005162329PM/MVC_intro.aspx</link><pubDate>12/12/2005 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Creating and Opening Microsoft Word Documents from .NET Using C#</title><description>This article answers "how do I open a word document from within a .NET application."</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/WordFromDotNet11082005235506PM/WordFromDotNet.aspx</link><pubDate>10/25/2006 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>The "ins" and "outs" of Using Stored Procedures in C#</title><description>This article reviews the creation of stored procedures with parameters using the Visual Studio IDE.</description><link>http://www.c-sharpcorner.com/UploadFile/dclark/InsOutsinCS11302005072332AM/InsOutsinCS.aspx</link><pubDate>1/27/2003 12:00:00 AM</pubDate><author>Dan Clark</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/delegates-in-C-Sharp/</link><pubDate>2/29/2008 12:00:00 AM</pubDate><author>Amr Monjid</author></item><item><title>Using Stored Procedures with ASP.NET</title><description>This article helps you to create a stored procedure on SQL Server and tells you how to use them in your asp.net applications.</description><link>http://www.c-sharpcorner.com/UploadFile/gtomar/storedprocedure12052007003126AM/storedprocedure.aspx</link><pubDate>12/12/2007 12:00:00 AM</pubDate><author>Gaurav Tomar</author></item><item><title>LINQ to SQL in C#</title><description>This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored procedures.</description><link>http://www.c-sharpcorner.com/uploadfile/scottlysle/linq-to-sql-in-C-Sharp/default.aspx</link><pubDate>6/2/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>How do I Generate Random Number in C#?</title><description>This code snippet shows how to you generate a random number between a range in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/RandomNumber10272005160549PM/RandomNumber.aspx</link><pubDate>10/5/2005 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Using Linked List in C#</title><description>What we going to make is a linked list. Yeah I know there is a class which does the same as a linked list called ArrayList, but we (as a diehard C# programmer) want absolute control and knowledge of what we use.</description><link>http://www.c-sharpcorner.com/UploadFile/jeradus/UsingLinkedListInCS11102005005525AM/UsingLinkedListInCS.aspx</link><pubDate>6/25/2003 12:00:00 AM</pubDate><author>Jay Smith</author></item><item><title>Static Constructor in C# and their Usages.</title><description>Static constructor is used to initialize static data members as soon as the class is referenced first time, whereas an instance constructor is used to create an instance of that class with &lt;new&gt; keyword. </description><link>http://www.c-sharpcorner.com/UploadFile/cupadhyay/StaticConstructors11092005061428AM/StaticConstructors.aspx</link><pubDate>9/9/2002 12:00:00 AM</pubDate><author>chandrakant upadhyay</author></item><item><title>How to Build Multi-Language Web Sites with ASP.NET 2.0 and VS.Net 2005</title><description>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.</description><link>http://www.c-sharpcorner.com/UploadFile/mosessaur/aspnetlocalization02042006165851PM/aspnetlocalization.aspx</link><pubDate>2/6/2006 12:00:00 AM</pubDate><author>Muhammad Mosa</author></item><item><title>Web Browser in C# and VB.NET</title><description>This article explains how to add and web browser ActiveX to your project to developer your own customized web browser.  </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WebBrowserInCSMDB12022005001524AM/WebBrowserInCSMDB.aspx</link><pubDate>9/11/2001 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>ListBox in WPF</title><description>This tutorial shows you how to create and use a ListBox control in WPF and XAML. The tutorial also covers styling and formatting, add images, checkboxes, and data binding in a ListBox contrtol.</description><link>http://www.c-sharpcorner.com/uploadfile/mahesh/listbox-in-wpf/default.aspx</link><pubDate>8/26/2008 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Using WebRequest and WebResponse classes</title><description>Downloading and uploading data from the web has been a very common programming practice these days.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WebRequestNResponseMDB12012005232323PM/WebRequestNResponseMDB.aspx</link><pubDate>7/31/2001 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Speech Recognition using C#</title><description>This article provides some elementary information about how to implement Speech Recognition capabilities in to your applications using C# and Speech SDK 5.1. </description><link>http://www.c-sharpcorner.com/UploadFile/ssrinivas/SpeeechRecognitionusingCSharp11222005054918AM/SpeeechRecognitionusingCSharp.aspx</link><pubDate>5/18/2004 12:00:00 AM</pubDate><author>Suhil Srinivas</author></item><item><title>Generate ASP.NET Crystal Report using DataSet</title><description>This article will help us to create Crystal Report in ASP.NET/C# using Dataset. </description><link>http://www.c-sharpcorner.com/UploadFile/rsubhajit/CrystalReportwithDataSet03012006060655AM/CrystalReportwithDataSet.aspx</link><pubDate>3/2/2006 12:00:00 AM</pubDate><author>Subhajit Datta Roy</author></item><item><title>Authentication and Authorization in ASP.NET</title><description>There are two closely interlinked concepts at the heart of security for distributed applications - authentication and authorization.</description><link>http://www.c-sharpcorner.com/UploadFile/lmoningi/AuthenticationAndAuthorizatio11252005233533PM/AuthenticationAndAuthorizatio.aspx</link><pubDate>9/9/2003 12:00:00 AM</pubDate><author>Lakshami Moningi</author></item><item><title>Reading XML File using XmlDocument</title><description>In this article Reading XML File using XmlDocument.</description><link>http://www.c-sharpcorner.com/UploadFile/bulentozkir/ReadingXmlUsingXmlDocument11142005010141AM/ReadingXmlUsingXmlDocument.aspx</link><pubDate>4/26/2001 12:00:00 AM</pubDate><author>Bulent Ozkir</author></item><item><title>Read a file using C#</title><description>This program just demonstrate the use of FileStream &amp; StreamReader.</description><link>http://www.c-sharpcorner.com/UploadFile/psingh/ReadafileusingCSharp12032005000755AM/ReadafileusingCSharp.aspx</link><pubDate>1/15/2000 12:00:00 AM</pubDate><author>Pramod Singh</author></item><item><title>OOPS Concepts and .NET Part 2: Inheritance, Abstraction, &amp; Polymorphism</title><description>The following article is the second of a three-part article series that presents definitions and samples for different Object-Oriented Programming (OOP) concepts and its implementation in .NET. The first part examined the concepts of classes, objects, and structures. This part examines the concepts of inheritance, abstraction, and polymorphism. The third and last part will examine the concepts of interface, multiple interface inheritance, collections, and overloading.</description><link>http://www.c-sharpcorner.com/UploadFile/ecabral/OOPSandDotNET206272005000559AM/OOPSandDotNET2.aspx</link><pubDate>6/22/2005 12:00:00 AM</pubDate><author>Erika Ehrli</author></item><item><title>Update and Delete Rows in a DataTable</title><description>This how do I shows how to update and delete rows when looping through a DataTable.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/DeleteDataTableRows08242006123435PM/DeleteDataTableRows.aspx</link><pubDate>8/24/2006 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Calculator in C# (Windows Application)</title><description>This is a simple calculator program that was written using Visual Studio.NET and C#. </description><link>http://www.c-sharpcorner.com/UploadFile/davidkulbok/CalculatorinCSharpWindowsAppliaction11292005015717AM/CalculatorinCSharpWindowsAppliaction.aspx</link><pubDate>10/19/2001 12:00:00 AM</pubDate><author>David Kulbok</author></item><item><title>How to Read and Write System Registry Keys using C# (VS.Net 2005)</title><description>Most of the time while working with the Enterprise Application will need to store the user preferences inside the windows system registry. In a general term Windows Registry is the database that holds all the settings Windows needs to function.</description><link>http://www.c-sharpcorner.com/UploadFile/sushmita_kumari/RegistryKeys102082006061720AM/RegistryKeys1.aspx</link><pubDate>2/9/2006 12:00:00 AM</pubDate><author>Sushmita Kumari</author></item><item><title>Building WebParts in ASP .Net 2.0</title><description>Web Parts is a framework built into ASP.NET 2.0 for building highly customizable portal-style pages. End users can customize Web Parts pages by changing the page layout, adding and removing Web Parts, editing Web Parts properties, establishing connections between Web Parts, and more. I would like to share how to build web parts in ASP .Net 2.0. I am providing the source code of application as well.</description><link>http://www.c-sharpcorner.com/UploadFile/a_anajwala/Building_WebParts.mht08042005042119AM/Building_WebParts.mht.aspx</link><pubDate>8/8/2005 12:00:00 AM</pubDate><author>Amit Anajwala</author></item><item><title>How to use Login Control in Visual Studio 2005</title><description>In the recent version of Visual Studio 2005, Microsoft has taken care of a very common functionality of the web applications. In the following article we will see that how to use login control using C#.Net.</description><link>http://www.c-sharpcorner.com/UploadFile/sushmita_kumari/Logincontrol101312006002845AM/Logincontrol1.aspx</link><pubDate>1/31/2006 12:00:00 AM</pubDate><author>Sushmita Kumari</author></item><item><title>Pointers in C#</title><description>C# also supports pointers in a limited extent. A pointer is nothing but a variable that holds the memory address of another type. But in C# pointer can only be declared to hold the memory address of value types and arrays.</description><link>http://www.c-sharpcorner.com/UploadFile/rajeshvs/PointersInCSharp11112005051624AM/PointersInCSharp.aspx</link><pubDate>10/25/2001 12:00:00 AM</pubDate><author>Rajesh VS</author></item><item><title>Developing MDI Applications in C#</title><description>In this article, I'll explain how to write MDI applications using C# and Windows Forms.</description><link>http://www.c-sharpcorner.com/UploadFile/ggaganesh/DevelopingMDIAppplicationsinCSharp11272005225843PM/DevelopingMDIAppplicationsinCSharp.aspx</link><pubDate>1/16/2002 12:00:00 AM</pubDate><author>G Gnana  Arun  Ganesh</author></item><item><title>DataGrid in WPF</title><description>This article is a part 1 of my WPF DataGrid series. In this part, you will learn how to create a DataGrid using XAML and C# and set its properties. The article will also show you how to apply data binding on a collection.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/datagrid-in-wpf/</link><pubDate>9/28/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>The out and ref Paramerter in C#</title><description>The out and the ref parameters are used to return values in the same variables, that you pass an an argument of a method. These both parameters are very useful when your method needs to return more than one values.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/out_and_ref11112005002102AM/out_and_ref.aspx</link><pubDate>6/12/2001 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Understanding Destructors in C# </title><description>This article is about understanding the working concept of destructor in C#. I know you all may be thinking why a dedicated article on simple destructor phenomenon. </description><link>http://www.c-sharpcorner.com/UploadFile/chandrahundigam/UnderstandingDestructors11192005021208AM/UnderstandingDestructors.aspx</link><pubDate>6/18/2002 12:00:00 AM</pubDate><author>Chandra Hundigam</author></item><item><title>Creating and Opening Microsoft Word Document from .NET Using C#</title><description>This article is being written in response to a couple inquiries on the question, "How do I open a word document from .NET?".  </description><link>http://www.c-sharpcorner.com/UploadFile/mgold/CreatingandOpeningMicrosoftDocumentfrom.NETUsingCSharp11262005050939AM/CreatingandOpeningMicrosoftDocumentfrom.NETUsingCSharp.aspx</link><pubDate>3/8/2002 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>OOPS Concepts and .NET Part 1: Classes, Objects, and Structures </title><description>The following article kicks off a three-part article series that will present definitions and samples for different Object-Oriented Programming concepts and its implementation in .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/eecabral/OOPSand.NET111102005065802AM/OOPSand.NET1.aspx</link><pubDate>6/22/2005 12:00:00 AM</pubDate><author>Erika Ehrli Cabral</author></item><item><title>WCF Programming for Beginners</title><description>This article provides the basics for programming the WCF Service.</description><link>http://www.c-sharpcorner.com/UploadFile/SunilBabuYLV/wcf-programming-for-beginners/</link><pubDate>8/13/2008 12:00:00 AM</pubDate><author>Sunil </author></item><item><title>Outlook Integration in C#</title><description>This article describes how we can manipulate outlook from Visual Studio 2005.</description><link>http://www.c-sharpcorner.com/UploadFile/rambab/OutlookIntegration10282006032802AM/OutlookIntegration.aspx</link><pubDate>10/31/2006 12:00:00 AM</pubDate><author>Sairam </author></item><item><title>Using ListBox in C#</title><description>The source code demonstrates how to use a listbox control in C# - adding, deleting and altering strings.</description><link>http://www.c-sharpcorner.com/UploadFile/devinderarora/ListBoxDA00111182005034107AM/ListBoxDA001.aspx</link><pubDate>12/28/2004 12:00:00 AM</pubDate><author>devinder arora</author></item><item><title>Write XML in C#</title><description>In this article, I will show you how to use XmlTextWriter class to create an XML document and write data to the document.
</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/writexmlusingXmlWriter11132005233450PM/writexmlusingXmlWriter.aspx</link><pubDate>3/27/2001 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Tutorial: Working with Windows Forms - Part I</title><description>Tutorial contains a number of C# samples for the Amateur/ Beginners in the Visual C# and .Net PlatForm Environment.</description><link>http://www.c-sharpcorner.com/UploadFile/jmukharjee/WindowsFormsTutorial111282005011245AM/WindowsFormsTutorial1.aspx</link><pubDate>8/9/2001 12:00:00 AM</pubDate><author>Jayant Mukharjee</author></item><item><title>Display Videos in ASP.NET 2.0 </title><description>This article shall describe the construction of a custom control used to play video on an ASP.NET web page. The control is based upon the Windows Media Player active X control; with it you can add canned or live video to a web page by setting a property or two at design time, or from the ASP.NET page itself.</description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/CsharpWebVideo04212007133218PM/CsharpWebVideo.aspx</link><pubDate>8/29/2007 12:00:00 AM</pubDate><author>Scott Lysle</author></item></channel></rss>