﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Visual C# Latest Articles</title><link>http://www.c-sharpcorner.com/articles/</link><description>Watch latest articles from Visual C#</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Publishing Your Application in VS 2005</title><description>This article explains how do you publish your C# application in a netwrok share and send the update notification to all installed clients.</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/publishing-your-application-in-vs-2005/</link><pubDate>3/31/2013 11:16:07 AM</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>Program For Bubble Sort Using C#</title><description>In this article I explain how to write a program for doing a bubble sort using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/programm-for-bubble-sort-using-C-Sharp/</link><pubDate>3/26/2013 4:19:44 PM</pubDate><author>Vithal Wadje</author></item><item><title>Creating First Emgu CV Project</title><description>This is the first app with Emgu CV; it involves streaming from the webcam and also processing it.</description><link>http://www.c-sharpcorner.com/UploadFile/shubham0987/creating-first-emgu-cv-project/</link><pubDate>1/8/2013 4:18:18 PM</pubDate><author>Shubham Saxena</author></item><item><title>TextSearch (Release 1.0) - From Multiple Text Documents</title><description>TextSearch-1.0 reveals the track to enhance the search functionality of Text Documents belonging to the same path and folder.</description><link>http://www.c-sharpcorner.com/UploadFile/ea36c5/textsearch-release-1-0-from-multiple-text-documents/</link><pubDate>12/19/2012 9:11:20 AM</pubDate><author>Mayur Dighe</author></item><item><title>Hangman Game (Guess the Word) Using Win Form in C#</title><description>You will enjoy this article; you are going to play the popular word guessing game "Hangman". This game is developed as a Windows Application in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/hangman-game-guess-the-word-using-win-form-in-C-Sharp/</link><pubDate>11/28/2012 6:29:56 AM</pubDate><author>Hemant Srivastava</author></item><item><title>Value Out and Ref Parameters in C#</title><description>In this article, I am going to discuss the first 3 kinds of parameters.</description><link>http://www.c-sharpcorner.com/UploadFile/d9e6f2/value-out-and-ref-parameters-in-C-Sharp/</link><pubDate>11/28/2012 8:51:26 AM</pubDate><author>Ramakrishna </author></item><item><title>Using the DocX DLL to Programmatically Create Word Documents</title><description>The project offers a DLL which can be downloaded and added to a project and then used to programmatically create Word documents on the fly and without any reliance upon the Microsoft Office DLLs. </description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/using-the-docx-dll-to-programmatically-create-word-documents/</link><pubDate>10/29/2012 6:09:26 AM</pubDate><author>Scott Lysle</author></item><item><title>Print Fibonacci Numbers Below 200 Using ASP.NET C# Console Application</title><description>I will explain in this article how to print the Fibonacci numbers in an ASP.Net console application using C# with a basic Introduction.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/print-fibonacci-numbers-below-200-using-Asp-Net-C-Sharp-console-a/</link><pubDate>10/19/2012 6:50:14 AM</pubDate><author>Vithal Wadje</author></item><item><title>Send SMS Using C# Web Application</title><description>Here you can send SMS using the way2sms client library from your very own C# .Net Web Application.</description><link>http://www.c-sharpcorner.com/UploadFile/b8d90a/send-sms-using-C-Sharp-web-application/</link><pubDate>10/19/2012 9:38:12 AM</pubDate><author>Shivam Pandya</author></item><item><title>Querying a Data Table Using Select Method and Lambda Expressions in C#</title><description>In this article, we are explaining how we can perform several queries on a DataTable object using the select method and Lambda expression.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/querying-a-data-table-using-select-method-and-lambda-express/</link><pubDate>10/15/2012 9:29:48 AM</pubDate><author>Hemant Srivastava</author></item><item><title>Using a Lambda Expression Over a List in C#</title><description>This article exemplifies methods for performing several tasks and queries over a set of records in a List. Sample code is also attached.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/using-lambda-expression-over-a-list-in-C-Sharp/</link><pubDate>10/10/2012 8:10:26 AM</pubDate><author>Hemant Srivastava</author></item><item><title>Three Dimensional Dictionary in C#</title><description>In this article, you will learn how to build a three-dimensional Dictionary structure in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/three-dimensional-dictionary-in-C-Sharp/</link><pubDate>9/9/2012 9:50:53 AM</pubDate><author>Hemant Srivastava</author></item><item><title>Introduction to Enterprise Library: Part II</title><description>This article explains Attribute based validation in a Validation Application Block.</description><link>http://www.c-sharpcorner.com/UploadFile/satisharveti/introduction-to-enterprise-library-part-ii/</link><pubDate>1/19/2009 12:00:00 AM</pubDate><author>Sateesh Arveti</author></item><item><title>Aural Alert Generator (Voice and Tones)</title><description>This article describes an application used to generate and test aural alerts; I wrote the application originally to allow me to define and test aural alerts for use in a couple of cockpit simulators, however, you could use the application to generate aural alerts for any purpose.  The application also may be used to define voice messages which may be optionally saved as wave files for subsequent use in other applications.  </description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/AuralAlerts08242006161438PM/AuralAlerts.aspx</link><pubDate>8/25/2006 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Color Syntax Editor Part II - Exporting a RichTextBox to a Microsoft Word Document</title><description>This article is part II of a color syntax editor created back in 2003.  It describes how to export the contents of the RichTextBox to Word and Open the Word Document Programmatically.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/RichTextBoxToWord08132007002604AM/RichTextBoxToWord.aspx</link><pubDate>8/14/2007 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title> Application Development using ClickOnce in Visual Studio 2005</title><description>This article is an introduction for deploying application using ClickOnce in Visual Studio 2005. </description><link>http://www.c-sharpcorner.com/UploadFile/arun777/108122005054109AM/1.aspx</link><pubDate>8/12/2005 12:00:00 AM</pubDate><author>Arun Kumar</author></item><item><title>Object Instantiation in C#  Part IV The Builder Pattern</title><description>There are many ways to approach object instantiation. In this article we’ll cover a few of the patterns used to instantiate objects.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/instantiationBuilder06232007171715PM/instantiationBuilder.aspx</link><pubDate>6/27/2007 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Handle resource files - Generate a class with strongly typed properties from a resources file using resgen.exe: Part VI</title><description>Other functionality provided by the resgen.exe witch I appreciate a lot. This tool gives you the possibility to generate an entire class with strong typed properties.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/handle-resource-files-generate-a-class-with-strongly-typed-properties-from-a-resources-file-using/</link><pubDate>6/10/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Using DLL files in Visual Studio 2005 using C#</title><description>This article explains the procedure of creating  DLL files using visual studio 2005. It is very quick and easy to learn.</description><link>http://www.c-sharpcorner.com/UploadFile/chitkaran/DLLFile11132007043215AM/DLLFile.aspx</link><pubDate>11/14/2007 12:00:00 AM</pubDate><author>Chitkaran Singh</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/working-with-delegates-part-ii/</link><pubDate>3/4/2008 12:00:00 AM</pubDate><author>Santhosh Veeraraman</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-control-for-Asp-Net-part-i/</link><pubDate>3/27/2008 12:00:00 AM</pubDate><author>Shabdar Ghata</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/configuration-sections-create-a-customized-section-using-configurationsection-class-part-ii/</link><pubDate>4/10/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</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/save-the-application-settings-using-vs2005-for-subsequent-application-sessions/</link><pubDate>4/21/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/whats-really-differs-an-interface-from-a-class-part-ii/</link><pubDate>4/28/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Building control derived from Windows Forms control in Visual Studio 2005: Part II</title><description>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#.</description><link>http://www.c-sharpcorner.com/UploadFile/LivMic/Control_Combo_2005_209132006130335PM/Control_Combo_2005_2.aspx</link><pubDate>9/14/2006 12:00:00 AM</pubDate><author>Michael Livshitz</author></item><item><title>How to remotely load an executable file  in ASP.NET</title><description>A simple ASP.NET sample to load an executable file (or an application) remotely from internet.</description><link>http://www.c-sharpcorner.com/UploadFile/yuanwang200409/CSharpNASPNET07252006135848PM/CSharpNASPNET.aspx</link><pubDate>7/26/2006 12:00:00 AM</pubDate><author>Yuan Wang</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/what-really-it-differs-an-interface-from-a-class-part-i/</link><pubDate>4/28/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>The .Net Way of Calling APIs </title><description>This article explains how an API can be called from .Net</description><link>http://www.c-sharpcorner.com/UploadFile/thiagu304/APIinCsharp12292006075340AM/APIinCsharp.aspx</link><pubDate>1/1/2007 12:00:00 AM</pubDate><author>Thiagarajan Alagarsamy</author></item><item><title>Access Row of a file Random bases using C#</title><description>In this aritical, we will look how to get a row of a file which contains multiple rows randomly.</description><link>http://www.c-sharpcorner.com/UploadFile/ahsanshakir/AccessRowRandomBases12292006135504PM/AccessRowRandomBases.aspx</link><pubDate>1/1/2007 12:00:00 AM</pubDate><author>Muhammad Shakir</author></item><item><title>Implementation of MD-5 </title><description>Describing, how can we implement MD5 and how it works and what is purpose of Hash algorithm.</description><link>http://www.c-sharpcorner.com/UploadFile/ahsanshakir/MD5Implementation01182007230406PM/MD5Implementation.aspx</link><pubDate>1/22/2007 12:00:00 AM</pubDate><author>Muhammad Shakir</author></item><item><title>Key Issue of sharing </title><description>Describing how can we share a key from one place to another.</description><link>http://www.c-sharpcorner.com/UploadFile/ahsanshakir/keyIssue01192007005723AM/keyIssue.aspx</link><pubDate>1/23/2007 12:00:00 AM</pubDate><author>Muhammad Shakir</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/what-really-it-differs-an-interface-from-a-class-part-iii/</link><pubDate>4/29/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Sending Email with C# using SMTP Servers</title><description>This article will explain how we can send emails using SMTP servers.</description><link>http://www.c-sharpcorner.com/UploadFile/lyildiz/sendMailUseSMTP08012005021833AM/sendMailUseSMTP.aspx</link><pubDate>8/1/2005 12:00:00 AM</pubDate><author>Levent Yildiz</author></item><item><title>Handle resource files - Use resgen.exe to generate resources files: Part V</title><description>The resgen.exe is a wonderful tool provided by the .Net framework to generate resx, resources files. In this article I wil show the trick of how to use it in .Net.</description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/handle-resource-files-use-resgen-exe-to-generate-resources-files-part-v/</link><pubDate>6/2/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Preview of What's New in C# 3.0</title><description>This article discusses about the new enhancements expected in C# 3.0.</description><link>http://www.c-sharpcorner.com/UploadFile/sb_roy/Newincsha03022007030433AM/Newincsha.aspx</link><pubDate>3/2/2007 12:00:00 AM</pubDate><author>Vinoth Roy  SavaridossBosco</author></item><item><title>NotePad 2008 </title><description>The attached project is Notepad 2008,an advanced version of Notepad that let you create and edit text, HTML, and rich text files. </description><link>http://www.c-sharpcorner.com/UploadFile/kapilsoni88/notepad-2008/</link><pubDate>8/3/2008 12:00:00 AM</pubDate><author>Kapil Soni</author></item><item><title>Dynamically Loading an assembly at Runtime and calling its methods</title><description>This article explains how to load an assembly dynamically and call its method.</description><link>http://www.c-sharpcorner.com/UploadFile/sridhar_subra/dynamically-loading-an-assembly-at-runtime-and-calling-its-methods/</link><pubDate>10/14/2008 12:00:00 AM</pubDate><author>Sridhar Subramanian</author></item><item><title>AdRotator Standard Control</title><description>This article will help programmer, developer to overcome the problem as:"The AdRotator adRtrCtrl/adRotator1 could not find the AdvertisementFile or the file is invalid".</description><link>http://www.c-sharpcorner.com/UploadFile/munnamax/adRot03132007094643AM/adRot.aspx</link><pubDate>3/14/2007 12:00:00 AM</pubDate><author>Munir Shaikh</author></item><item><title>Aspect Oriented Programming in C#.NET: Part I</title><description>A lot has been written about AOP (Aspect Oriented Programming) on the Web, but none of the articles cover how to implement it practically in C#. This articles covers it practically using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/aspect-oriented-programming-in-C-Sharp-net-part-i/</link><pubDate>2/16/2009 12:00:00 AM</pubDate><author>Shivprasad </author></item><item><title>Detecting File Changes using FileSystemWatcher</title><description>This article is about detecting file changes like file renaming, file creation, deletion and changes in a folder using FileSystemWatcher class.</description><link>http://www.c-sharpcorner.com/UploadFile/thiagu304/FileSystemWatcher03192007133144PM/FileSystemWatcher.aspx</link><pubDate>3/20/2007 12:00:00 AM</pubDate><author>Thiagarajan Alagarsamy</author></item><item><title>Aspect Oriented Programming in C#.NET: Part II</title><description>This article is the continuation of the Part I.  We will continue with the same problem of the Customer Sales application discussed in Part I.</description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/aspect-oriented-programming-in-C-Sharp-net-part-ii/</link><pubDate>2/19/2009 12:00:00 AM</pubDate><author>Shivprasad </author></item><item><title>Generic Web Service Proxy</title><description>In this article I will explain how you can consume a web service without using the standard "Add Web Reference" in Visual Studio and how to do this without using SOAP.</description><link>http://www.c-sharpcorner.com/UploadFile/ChrisBlake/GenericWebServiceProxy11232005080848AM/GenericWebServiceProxy.aspx</link><pubDate>2/4/2004 12:00:00 AM</pubDate><author>Chris Blake</author></item><item><title>FTP Explorer in C# Version 2.0</title><description>FTP Explorer is a GUI - FTP client application developed in C# using Visual Studio.NET Beta 1.</description><link>http://www.c-sharpcorner.com/UploadFile/nkumar/FTPExplorerinCSVer2.012062005062334AM/FTPExplorerinCSVer2.0.aspx</link><pubDate>7/10/2001 12:00:00 AM</pubDate><author>K Niranjan Kumar</author></item><item><title>ASP.NET HTML Postback Custom Control</title><description>Web form controls do not offer a complete solution to ASP.Net design and hence HTML tags are still required. Occasionally the need exists for a postback from an HTML tag, this article presents a Custom Control to address this requirement.</description><link>http://www.c-sharpcorner.com/UploadFile/mike.knuckey/HTMLPostback02282007103457AM/HTMLPostback.aspx</link><pubDate>3/1/2007 12:00:00 AM</pubDate><author>Mike  Knuckey</author></item><item><title>An Introduction to C# Generics</title><description>There is a reality; most of the developers confuse about C# Generics. Actually, there is no reason for that. If your background comes from C++ or Java you may understand more easily. What “Templates” tell you from your C++ knowledge or “Generics” from Java. </description><link>http://www.c-sharpcorner.com/UploadFile/jgodel/Page102062006170216PM/Page1.aspx</link><pubDate>2/6/2006 12:00:00 AM</pubDate><author>John Hudai Godel</author></item><item><title>Secrets of Map and Filter Functions</title><description>This article explains about C# Implementation of Map and Filter Functions</description><link>http://www.c-sharpcorner.com/UploadFile/satisharveti/secrets-of-map-and-filter-functions/</link><pubDate>2/19/2009 12:00:00 AM</pubDate><author>Sateesh Arveti</author></item><item><title>C# using the Proxy Pattern to Define Relationships</title><description>I was recently working on a 2.0 Framework project where we had many types of related objects.  However, we needed to ensure that there were not multiple instances of the same object in memory.  Usually the GOF Proxy pattern is used to hide or control access to an object, but we can also use it to define relationships between objects.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/proxy_relation01212006081540AM/proxy_relation.aspx</link><pubDate>1/23/2006 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Regular Expression Usage in .Net Environment</title><description>This article describes how to use regular expression in .Net.</description><link>http://www.c-sharpcorner.com/UploadFile/vinod.shalgar/RegularExpression0104182007131940PM/RegularExpression01.aspx</link><pubDate>4/19/2007 12:00:00 AM</pubDate><author>Vinod Shalgar</author></item><item><title>Solar Power Charting Tool</title><description>In this article, we will see how to use C# and GDI+ in measuring the solar power and represent it in form of chart. </description><link>http://www.c-sharpcorner.com/UploadFile/mgold/SolarPowerChartingTool11142005073846AM/SolarPowerChartingTool.aspx</link><pubDate>12/30/2003 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>MultiPlayer in C# </title><description>MultiPlayer is a programm developed in C# and Windows Forms plays all kinds of media files.</description><link>http://www.c-sharpcorner.com/UploadFile/NikhilJohari/multiplayer-in-C-Sharp/</link><pubDate>3/2/2009 12:00:00 AM</pubDate><author>Nikhil Kumar</author></item><item><title>INI File Class in C#</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/ini-file-class-in-C-Sharp/</link><pubDate>2/26/2008 12:00:00 AM</pubDate><author>Aaron Bregger</author></item><item><title>Using SOAP Headers to Validate Clients</title><description>In this brief article I will attempt to show you how you can use SOAP headers within your web service to validate clients and thereby secure your service from unauthorized usage.</description><link>http://www.c-sharpcorner.com/UploadFile/rog_21/soapheaders05172007120046PM/soapheaders.aspx</link><pubDate>5/18/2007 12:00:00 AM</pubDate><author>Roger Smith</author></item><item><title>Populating a Generic Data List with Generic method</title><description>This article describes how to use a Generic List as a data object and how to fill it with a generic method. </description><link>http://www.c-sharpcorner.com/UploadFile/sridhar_subra/populating-a-generic-data-list-with-generic-method/</link><pubDate>10/17/2008 12:00:00 AM</pubDate><author>Sridhar Subramanian</author></item><item><title>Calling a COM Component From C# (Late Binding)</title><description>This code sample shows how to call a COM component in .NET framework using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/psingh/CallingCOMComponentFromCSharp12022005231615PM/CallingCOMComponentFromCSharp.aspx</link><pubDate>1/8/2001 12:00:00 AM</pubDate><author>Pramod Singh</author></item><item><title>FileSharing Server in C# and .NET</title><description>The server acts as a File Sharing Server, it listens for multiple clients to connect to it. The Clients have a option to either Download any of the Files available with the server for download.</description><link>http://www.c-sharpcorner.com/UploadFile/saurabhnandu/FileSharingServerinCSharpn.NET12032005003904AM/FileSharingServerinCSharpn.NET.aspx</link><pubDate>2/1/2001 12:00:00 AM</pubDate><author>Saurabh Nandu</author></item><item><title>An "Outlook Like" control</title><description>This is a control that behaves like the Tab control but have visual cues that look more like the Navigation panel in outlook. And since this is more of a tab control than a navigation panel control, you are free to add as many tabs as you like.
</description><link>http://www.c-sharpcorner.com/UploadFile/a3f5dd/1a09132007004305AM/1a.aspx</link><pubDate>10/1/2007 12:00:00 AM</pubDate><author>aeddin </author></item><item><title>Outlook with .NET 2.0 </title><description>This article allows you to know how you can access different functionality of the outlook using .NET like create an appointment, Create contact item, task item and send a mail.</description><link>http://www.c-sharpcorner.com/UploadFile/Nimusoft/OutlookwithNET06262007081811AM/OutlookwithNET.aspx</link><pubDate>6/26/2007 12:00:00 AM</pubDate><author>Nimesh Patel</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. The first part will examine the concepts of classes, objects, and structures. The second part will examine 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/OOPSandDotNET106252005024236AM/OOPSandDotNET1.aspx</link><pubDate>6/22/2005 12:00:00 AM</pubDate><author>Erika Ehrli</author></item><item><title>What are sealed classes and sealed methods</title><description>In this article, I will try to explain sealed classes and sealed methods in a very simple way in C# language.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/what-are-sealed-classes-and-sealed-methods/</link><pubDate>5/25/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Using Reflection and With Class2000 to view the .NET System.Drawing library Part I</title><description>Using the power of .NET and the power of COM InterOperability through WithClass 2000, you can view the System.Drawing library in a rough UML diagram.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/UsingReflectionnWithClass2000I12052005234222PM/UsingReflectionnWithClass2000I.aspx</link><pubDate>5/29/2001 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Model View Presenter (MVP) design pattern and data binding</title><description>Model View Presenter (MVP) design pattern is the evolution of the MVC design pattern and it’s aimed at providing a cleaner separation of concerns between the view, the model, and the controller improving the architecture (you can use several UI technologies without recompiling the business logic components) and testability of the enterprise solution. The pattern was originally developed at Taligent in the 1990s.
In this article, I will explain the principles and how to use the MVP design pattern along with data binding with an example using C# language in Microsoft.NET.</description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/model-view-presenter-mvp-design-pattern-and-data-binding/</link><pubDate>6/3/2009 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Object Instantiation in C#. Part III Abstract Factories</title><description>There are many ways to approach object instantiation. In this article we’ll cover a few of the patterns used to instantiate objects.</description><link>http://www.c-sharpcorner.com/UploadFile/rmcochran/instantiationAbstractFactory06232007155144PM/instantiationAbstractFactory.aspx</link><pubDate>6/25/2007 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>HJ PDF in C#</title><description>This program allows you to download all Italian Hacker Journal issues into PDF files for free.</description><link>http://www.c-sharpcorner.com/UploadFile/francesconatali/HjPdf12062005054134AM/HjPdf.aspx</link><pubDate>10/31/2002 12:00:00 AM</pubDate><author>Francesco Natali</author></item><item><title>Using PostgreSQL from Microsoft.NET</title><description>PostgreSQL is one of the most important relational database systems in the open source world. It is released under a BSD style license. I’ve seen a few documents talking about the development of .NET application with PostgreSQL as the back-end server. That’s why I’m writing this article to illustrate how you can access to the PostgreSQL database system using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/using-postgresql-from-microsoft-net/</link><pubDate>6/4/2009 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Difference between Composition and Aggregation </title><description>Apart from programming, a lot of my spare time sat at the computer is spent reading group, blog postings, etc from other developers. One particular posting that caught my eye recently provoked a lot of response and mixed answers to a question posed by a poster. This question was, ‘What is the difference between composition and aggregation and how would I express it in my programs?’</description><link>http://www.c-sharpcorner.com/UploadFile/pcurnow/compagg07272007062838AM/compagg.aspx</link><pubDate>7/27/2007 12:00:00 AM</pubDate><author>Phil Curnow</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>Scientific Calculator in C#</title><description>The attached project is a Scientific Calculator application developed using C#.NET. It allows you to calculate sin, cos, tan, sin inverse , cos inverese, tan inverse with radian or degree. It also has square root, cubing, squaring and many more features. </description><link>http://www.c-sharpcorner.com/UploadFile/rajshree.mittal/scientific-calculator-in-C-Sharp-by-rajshree/</link><pubDate>7/8/2009 12:00:00 AM</pubDate><author>Rajshree Mittal</author></item><item><title>Web Part Communication</title><description>In my earlier article I have discussed about web part basics and how web part can be utilized as User control. In this article we will be discussing about the communication between two web parts.</description><link>http://www.c-sharpcorner.com/UploadFile/munnamax/WPC09252007055234AM/WPC.aspx</link><pubDate>9/25/2007 12:00:00 AM</pubDate><author>Munir Shaikh</author></item><item><title>Encrypt a file using Rijndael </title><description>In this artical, we will encrypt a file and embed a encrypted key through wich we encrypt that file</description><link>http://www.c-sharpcorner.com/UploadFile/ahsanshakir/EncryptFile12212006042816AM/EncryptFile.aspx</link><pubDate>1/3/2007 12:00:00 AM</pubDate><author>Muhammad Shakir</author></item><item><title>Type Conversions in C#</title><description>In this article I will explain you about type conversion in C#.
</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/type-conversions-in-C-Sharp/</link><pubDate>11/16/2009 12:00:00 AM</pubDate><author>Praveen Kumar</author></item><item><title>Singleton Pattern in C#</title><description>In this article we will see how to create a single instance of a class using Singleton Pattern.</description><link>http://www.c-sharpcorner.com/UploadFile/aggarwalrajul/singleton-pattern-in-C-Sharp/</link><pubDate>11/26/2009 12:00:00 AM</pubDate><author>Rajul Aggarwal</author></item><item><title>C# Preprocessor Directives </title><description>In this article I will explain you about C# Preprocessor Directives.</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/C-Sharp-preprocessor-directives/</link><pubDate>11/25/2009 11:30:52 PM</pubDate><author>Praveen Kumar</author></item><item><title>Polynomials</title><description>This is a complete collection of classes that allows you to easily use polynomials in your programs.</description><link>http://www.c-sharpcorner.com/UploadFile/MattDiesel/polynomials/</link><pubDate>4/20/2010 1:04:58 AM</pubDate><author>Matt Diesel</author></item><item><title>Web Browser in C#</title><description>There are many web browsers out there with all the bells-n-whistles but I added of a few new things that I haven't seen before.</description><link>http://www.c-sharpcorner.com/UploadFile/leokoach/web-browser-in-C-Sharp/</link><pubDate>3/22/2010 6:44:38 AM</pubDate><author>Leo Koach</author></item><item><title>6 important uses of Delegates and Events</title><description>In this article we will first try to understand what problem delegate solves, we will then create a simple delegate and try to solve the problem. Next we will try to understand the concept of multicast delegates and how events help to encapsulate delegates. Finally we understand the difference between events and delegates and also understand how to do invoke delegates asynchronously. 
</description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/6-important-uses-of-delegates-and-events/</link><pubDate>6/2/2010 11:04:48 AM</pubDate><author>Shivprasad </author></item><item><title>Extract Data into Gridview with C#</title><description>In this article we will learn how to Extract data into GridView in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/brij_mcn/extract-data-into-gridview-with-C-Sharp/</link><pubDate>8/11/2010 5:11:54 AM</pubDate><author>Brijesh Jalan</author></item><item><title>Difference between Ref Keyword And Out Keyword</title><description>While passing Argument To Any Method Having ref and out keyword in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/5eae74/difference-between-ref-keyword-and-out-keyword/</link><pubDate>4/21/2011 1:34:42 AM</pubDate><author>Mayur  Gujrathi</author></item><item><title>Use of Stopwatch Class in C#</title><description>This article shows how to use the Stopwatch class in your application.</description><link>http://www.c-sharpcorner.com/UploadFile/9f4ff8/use-of-stopwatch-class-in-C-Sharp/</link><pubDate>4/22/2011 3:31:42 AM</pubDate><author>Ghanashyam Nayak </author></item><item><title>Add Controls At Runtime &amp; Also Perform An Event Of That Control</title><description>This article explains how you can add a particular control into your form at runtime &amp; also it will perform a particular event of that control.</description><link>http://www.c-sharpcorner.com/UploadFile/9f4ff8/add-controls-at-runtime-also-perform-an-event-of-that-control/</link><pubDate>4/24/2011 1:22:32 AM</pubDate><author>Ghanashyam Nayak </author></item><item><title>System I/O and Streams in C#</title><description>In this article I will explain you about System I/O and Streams in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/system-io-and-streams-in-C-Sharp/</link><pubDate>12/7/2009 12:00:00 AM</pubDate><author>Praveen Kumar</author></item><item><title>Add Root Node &amp; Child Node to a TreeView Selected Node At Runtime and Rename the Selected Node</title><description>This article will show how to add a Root Node &amp; Child Node to a TreeView selected node at runtime &amp; the user can rename the node by pressing the "F2' key from the keyboard...</description><link>http://www.c-sharpcorner.com/UploadFile/9f4ff8/add-root-node-child-node-to-a-treeview-selected-node-at-runtime-and-rename-the-selected-node/</link><pubDate>4/24/2011 3:10:04 AM</pubDate><author>Ghanashyam Nayak </author></item><item><title>C# Registry Operations</title><description>This article describes performing different-different operations on the registry.</description><link>http://www.c-sharpcorner.com/UploadFile/9f4ff8/C-Sharp-registry-operations/</link><pubDate>4/27/2011 9:54:30 AM</pubDate><author>Ghanashyam Nayak </author></item><item><title>Creating C# Console Application using a Text Editor</title><description>Here I show steps to create console application using a text editor and compiling from a command window.</description><link>http://www.c-sharpcorner.com/UploadFile/00c99e/creating-C-Sharp-console-application-using-a-text-editor/</link><pubDate>6/3/2011 1:47:15 AM</pubDate><author>Sandeep Shekhawat</author></item><item><title>Automatic Binding of Days, Months, Years to a DropDownList Control</title><description>This blog shows a simple snippet of binding days, months and years to a DropDownList.</description><link>http://www.c-sharpcorner.com/UploadFile/suthish_nair/automatic-binding-of-days-months-years-to-a-dropdownlist-control/</link><pubDate>9/22/2010 5:08:33 AM</pubDate><author>Suthish Nair</author></item><item><title>Inheritance in C#</title><description>In this article I will explain about Inheritance in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/inheritance-in-C-Sharp/</link><pubDate>11/26/2009 12:00:00 AM</pubDate><author>Praveen Kumar</author></item><item><title>Introduction to MSMQ</title><description>Microsoft Messaging Queue (MSMQ) technology is used for asynchronous communication using messages. MSMQ also can be considered to be an InterProcess communication capability.</description><link>http://www.c-sharpcorner.com/UploadFile/b9e011/introduction-to-msmq/</link><pubDate>9/23/2012 6:33:51 AM</pubDate><author>Kamal Rawat</author></item><item><title>Overview of Extension Methods in C#</title><description>This article is an overview of Extension Methods in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/pragati2478/overview-of-extension-method-in-C-Sharp/</link><pubDate>9/21/2012 10:22:50 AM</pubDate><author>Pragati </author></item><item><title>Solution For Parsing an Excel File in C# and the Cells Seem to Get Cut Off at 255 Characters</title><description>In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.</description><link>http://www.c-sharpcorner.com/UploadFile/4876ca/solution-for-parsing-an-excel-file-in-C-Sharp-and-the-cells-seem/</link><pubDate>9/13/2012 11:07:24 AM</pubDate><author>Sai Kumar</author></item><item><title>Preprocessor Directive in C#</title><description>In this article we will see when and how to use some of the preprocessor directives in C# programming.</description><link>http://www.c-sharpcorner.com/UploadFile/SukeshMarla/preprocessor-directive-in-C-Sharp/</link><pubDate>9/10/2012 7:24:06 AM</pubDate><author>Sukesh Marla</author></item><item><title>Export Multidimensional Array to Excel With Formatting in C#</title><description>In this document, let us see how to export a multidimensional array to an Excel file and add formatting to the contents while writing the Excel file. </description><link>http://www.c-sharpcorner.com/UploadFile/1a81c5/export-multidimensional-array-to-excel-with-formatting-in-cs/</link><pubDate>9/5/2012 10:48:59 AM</pubDate><author>Santhosh Kumar Jayaraman</author></item><item><title>C# 3.0 - Object Initializers, Collection Intializers, Anonymous Classes</title><description>In this article we will discuss some of the very useful features introduced in C# 3.0</description><link>http://www.c-sharpcorner.com/UploadFile/SukeshMarla/C-Sharp-3-0-object-initializers-collection-intializers-anonym/</link><pubDate>9/2/2012 6:51:49 AM</pubDate><author>Sukesh Marla</author></item><item><title>Interface in C#</title><description>In this article, we will be discuss what an interface is and how to easily implement an inheritance in it.</description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/interface-in-C-Sharp/</link><pubDate>8/21/2012 10:12:20 AM</pubDate><author>Mahak Gupta</author></item><item><title>Overload Operator Using C#</title><description>In this article we will try to understand how to overload operator == for our convenience.</description><link>http://www.c-sharpcorner.com/UploadFile/SukeshMarla/overload-operator-using-C-Sharp/</link><pubDate>8/16/2012 7:25:04 AM</pubDate><author>Sukesh Marla</author></item><item><title>C# Extension Methods: Explained</title><description>The intention of the article is to give an idea of what extension methods are and their benefits.</description><link>http://www.c-sharpcorner.com/UploadFile/akkiraju/C-Sharp-extension-methods-explained/</link><pubDate>8/6/2012 7:11:22 AM</pubDate><author>Akkiraju Ivaturi</author></item><item><title>How to Download DataTable to Text File in C#</title><description>In this article we will see how to download a DataTable to a text file.</description><link>http://www.c-sharpcorner.com/UploadFile/cd19b9/how-to-download-datatable-to-text-file-in-C-Sharp/</link><pubDate>7/22/2012 8:20:10 AM</pubDate><author>Mohammed Kaleem</author></item><item><title>Connecting to MySQL Using C#.NET</title><description>This article shows you how to connect to a MySQL database using the MySQL Connector for .NET. I will also show you how to update MySQL database records using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/8af3e0/connecting-to-mysql-using-C-Sharp-net/</link><pubDate>7/16/2012 11:14:02 AM</pubDate><author>Ravindra T C</author></item><item><title>Data Driven Testing Using Selenium (webdriver) in C#</title><description>In this article, I would like to explain about performing data driven testing in Selenium using .Net. </description><link>http://www.c-sharpcorner.com/UploadFile/jawedmd/data-driven-testing-using-selenium-webdriver-in-C-Sharp/</link><pubDate>2/7/2012 5:44:03 AM</pubDate><author>Jawed MD</author></item><item><title>Working With Ref and Out Parameter in C#</title><description>Here we discuss the ref and out parameters in C#. They are basically parameters and we can use it in a different way.</description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/working-with-ref-and-out-parameter-in-C-Sharp/</link><pubDate>5/28/2012 7:04:30 AM</pubDate><author>Mahak Gupta</author></item><item><title>Custom Extension Method to Compare List in C#</title><description>In this article, we will see how to create a custom extension method to compare 2 lists in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/1a81c5/custom-extension-method-to-compare-list-in-C-Sharp/</link><pubDate>5/24/2012 5:53:36 AM</pubDate><author>Santhosh Kumar Jayaraman</author></item><item><title>.NET Framework and Architecture</title><description>This article will help your in understanding .NET and .NET architecture.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/net-framework-and-architecture/</link><pubDate>6/26/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item></channel></rss>