﻿<?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 - 2008  Mindcracker LLC. All Rights Reserved</copyright><item><title>HyperLink Styling as Button in Silverlight 3</title><description>In this article I will show you how can you style your Hyperlink to look like a Button.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/HyperLinkStylingAsButtonInSilverlight311062009220536PM/HyperLinkStylingAsButtonInSilverlight3.aspx</link><pubDate>11/7/2009 12:00:00 AM</pubDate><author>Diptimaya Patra</author></item><item><title>How to show data using WPF ADO.NET Entity Data Model</title><description>This article will show you how to fetch and show data from database using ADO.NET Entity Data Model in WPF. </description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/WPFADONETEntuty11062009070646AM/WPFADONETEntuty.aspx</link><pubDate>11/6/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Creating Forms with COBOL</title><description>We've done numerous articles on how to interface COBOL with other .NET languages. Here is something a little different, creating a form using only COBOL. This is part 1 or the article and it will cover creating the form, adding controls and enabling them and calling .NET classes. Part 2 will show you how to make things disappear!</description><link>http://www.c-sharpcorner.com/UploadFile/RSM50/CBLForm11052009094447AM/CBLForm.aspx</link><pubDate>11/5/2009 10:00:27 AM</pubDate><author>Rick Malek</author></item><item><title>DataTableOperation in ADO.NET</title><description>In this article I will explain about DataTableOperation in ADO.NET.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataTableOperations11032009003147AM/DataTableOperations.aspx</link><pubDate>11/5/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Hello C#</title><description>This short article is based on the classic “Hello, World” sample program familiarizes you with the language syntax and introduces the command line compiler. </description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/HelloCSharp11032009235059PM/HelloCSharp.aspx</link><pubDate>11/5/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Drawing Graphics Shapes</title><description>In this article I will explain about Drawing Graphics Shapes in GDI+.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DrawingGraphicsShapes11042009225136PM/DrawingGraphicsShapes.aspx</link><pubDate>11/5/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>How to write a GDI+ Application</title><description>In this article you’ll learn how to write your first GDI+ application, step-by-step. You will create a Window application and draw a few simple objects.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/HowtowriteGDIApplication11042009031129AM/HowtowriteGDIApplication.aspx</link><pubDate>11/4/2009 3:20:51 AM</pubDate><author>Puran Mehra</author></item><item><title>Benefits of the .NET Framework</title><description>In this article I will explain about benefits of the .NET Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/BenefitsNETFramework11032009223945PM/BenefitsNETFramework.aspx</link><pubDate>11/4/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Populating name of files from SharePoint Document library in a drop down list</title><description>This article will show how to iterate through SharePoint document library and list out all the file names and bind the list to a drop down list. </description><link>http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/filesindocumentlibrary11032009141707PM/filesindocumentlibrary.aspx</link><pubDate>11/4/2009 12:00:00 AM</pubDate><author>Dhananjay Kumar</author></item><item><title>.NET and the .NET Framework</title><description>In this article I will explain about .NET, .NET Framework and other technologies related to .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/NETNETFramework11032009063439AM/NETNETFramework.aspx</link><pubDate>11/3/2009 6:43:11 AM</pubDate><author>Puran Mehra</author></item><item><title>Measure Execution Time of Code in C#</title><description>This article demonstrates how you can find out how much time your code is taking in execution using C#. </description><link>http://www.c-sharpcorner.com/UploadFile/kirtan007/ExecutionTime11032009101252AM/ExecutionTime.aspx</link><pubDate>11/3/2009 12:00:00 AM</pubDate><author>Kirtan </author></item><item><title>Uploading file with Progress Bar</title><description>In this article I am going to show how to upload a file with progress bar in asp.net .</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/UploadFileWithProgressBar11032009063604AM/UploadFileWithProgressBar.aspx</link><pubDate>11/3/2009 12:00:00 AM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>The DataTable in class properties and methods in ADO.NET</title><description>In this article I will explain about the DataTable class properties and methods in ADO.NET.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataTableclasspropertiesmethods11022009233159PM/DataTableclasspropertiesmethods.aspx</link><pubDate>11/2/2009 11:39:53 PM</pubDate><author>Puran Mehra</author></item><item><title>Databind WPF Combobox</title><description>In this article I am going to explain you, how to bind ComboBox with the help of TableAdapter.</description><link>http://www.c-sharpcorner.com/UploadFile/manishkdwivedi/WPFCombobox11022009034321AM/WPFCombobox.aspx</link><pubDate>11/2/2009 4:32:42 AM</pubDate><author>Manish Dwivedi</author></item><item><title>How to use DetailsView control without SQLDataSource</title><description>This article will show you how to use DetailsView control without using of SQLDataSource data control.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/DetailsViewWithourSQLDataSource11022009070744AM/DetailsViewWithourSQLDataSource.aspx</link><pubDate>11/2/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>DataRow in ADO.NET</title><description>In this article I will explain about Data Row in ADO.Net.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataRowADONET10302009021325AM/DataRowADONET.aspx</link><pubDate>11/1/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>GDI+ Application</title><description>In this article we move to the more practical aspects of writing graphics applications using GDI+ in the .NET Framework. 
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/GDIApplication10302009063434AM/GDIApplication.aspx</link><pubDate>11/1/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Create Windows Application in C# from Command Line </title><description>The article explains how to create /compile a Windows Forms application program from command line using C# compiler without using Visual Studio IDE.</description><link>http://www.c-sharpcorner.com/UploadFile/kirtan007/CreateGUI10312009153953PM/CreateGUI.aspx</link><pubDate>10/31/2009 12:00:00 AM</pubDate><author>Kirtan </author></item><item><title>.NET vs .NET CF Development</title><description>Development of desktop and mobile .NET applications is nowadays more-or-less the same. Microsoft Visual Studio and .NET can be used to develop for both platforms. Even though the .NET Compact Framework is a subset of large .NET Framework, it allows developing mobile applications in a same way as the desktop ones. In addition, developer can use well known programming languages, such as C# or Visual Basic.</description><link>http://www.c-sharpcorner.com/UploadFile/Vladimir84/CFDevelopment10302009014827AM/CFDevelopment.aspx</link><pubDate>10/31/2009 12:00:00 AM</pubDate><author>Vladimir Gregor</author></item><item><title>Data Column in ADO.NET</title><description>In this article I will explain about Data Colum in ADO.Net.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataColumnADONET10302009011902AM/DataColumnADONET.aspx</link><pubDate>10/30/2009 1:25:14 AM</pubDate><author>Puran Mehra</author></item><item><title>DataRelation in ADO.NET</title><description>In this article I will explain you about DataRelation in ADO.NET.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataRelationADONET10302009023720AM/DataRelationADONET.aspx</link><pubDate>10/30/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Shaped Windows in WPF</title><description>Every user interface in WPF is represented by a Window. In this article, you will learn how to create non-rectangular shaped Windows in WPF using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/shapedWindow10292009222424PM/shapedWindow.aspx</link><pubDate>10/30/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>New features in Visual Studio 2008</title><description>This article discusses new features introduced in Visual Studio 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/karthikarajamma/110272009024359AM/1.aspx</link><pubDate>10/30/2009 12:00:00 AM</pubDate><author>Karthika Palaniswamy</author></item><item><title>Calling external assemblies from maps in BizTalk</title><description>In this article, I will cover how to call external assemblies from maps in BizTalk through a simple example of an external assembly which implements the logic of string concatenation. </description><link>http://www.c-sharpcorner.com/UploadFile/john_charles/callingexternalassemblies10302009000547AM/callingexternalassemblies.aspx</link><pubDate>10/30/2009 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Upload File With Update Panel</title><description>In this I am going to show how we will upload file with update panel in asp.net.</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/UploadFileWithUpdatePanel10292009235128PM/UploadFileWithUpdatePanel.aspx</link><pubDate>10/29/2009 11:59:04 PM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>GDI+ Namespaces and Classes in .NET</title><description>In this article I will explain about GDI+ Namespaces and Classes in .NET
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/GDINamespacesClassesNET10292009061205AM/GDINamespacesClassesNET.aspx</link><pubDate>10/29/2009 6:24:47 AM</pubDate><author>Puran Mehra</author></item><item><title>GDI+ from a GDI Perspective</title><description>This article is for GDI programmers. To build on your exiting knowledge, we will compare and contrast GDI and GDI+. </description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/GDIPerspective10292009030026AM/GDIPerspective.aspx</link><pubDate>10/29/2009 3:07:55 AM</pubDate><author>Puran Mehra</author></item><item><title>DataTable, DataColumn and DataRow classes</title><description>In this article I will explain about DataTable, DataColum and DataRow classes in ADO.NET.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataTableDataColumnDataRowclasses10292009022144AM/DataTableDataColumnDataRowclasses.aspx</link><pubDate>10/29/2009 2:30:10 AM</pubDate><author>Puran Mehra</author></item><item><title>Show/Delete/Edit data in WPF DataGrid using LINQ to SQL Classes</title><description>This article will demonstrates how to Show, Delete, and Edit data in WPF Data Grid using LINQ to SQL Data Classes. </description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/WPFDataGridLINQtoSQL10292009010513AM/WPFDataGridLINQtoSQL.aspx</link><pubDate>10/29/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Adding CheckBoxes in SharePoint GridView (SPGridView)</title><description>In this article, I am going to show how to add a checkboxes in SPGRidVIew.  I will iterate through the SPGridView to find out the selected rows. </description><link>http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/checkboxspgridviewsharepoint10292009155022PM/checkboxspgridviewsharepoint.aspx</link><pubDate>10/29/2009 12:00:00 AM</pubDate><author>Dhananjay Kumar</author></item><item><title>Triple DES Encryption and Decryption using User provided key</title><description>In this article, I will explain how to do a Triple DES encryption on a plain text using user provided key.  I will calculate a MD5 Hash on the key provided by the user.  And that key will be user to encrypt and decrypt the message. </description><link>http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/desencryption10292009151743PM/desencryption.aspx</link><pubDate>10/29/2009 12:00:00 AM</pubDate><author>Dhananjay Kumar</author></item><item><title>Managing Cookies in a WPF Application</title><description>This article discusses how use cookies in WPF Applications using C#. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/cookiesInWPF10282009220050PM/cookiesInWPF.aspx</link><pubDate>10/29/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>ADO .NET Class Hierarchy</title><description>In this article I will explain about the ADO.NET class hierarchy provided by the .NET Runtime class library. These classes represent ADO.NET components.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/ADONETClassHierarchy10272009235705PM/ADONETClassHierarchy.aspx</link><pubDate>10/28/2009 12:04:12 AM</pubDate><author>Puran Mehra</author></item><item><title>Storing bulk tcp dump file into SQL Server 2005</title><description>In this article I will explain all steps needed to load tcp dump file into SQL Server 2005.</description><link>http://www.c-sharpcorner.com/UploadFile/packchan/110282009092234AM/1.aspx</link><pubDate>10/28/2009 12:00:00 AM</pubDate><author>krishna prasad</author></item><item><title>ADO .NET Disconnected Classes</title><description>In this article I will explain about the ADO.NET Disconnected Classes.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/ADONETDisconnectedClasses10282009004041AM/ADONETDisconnectedClasses.aspx</link><pubDate>10/28/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>How to use AJAX HoverMenuExtender control using Grid View</title><description>This article will show how to use Ajax HoveMenuExtender control with Grid View.  </description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/GridViewHoverMenuExtender10282009001435AM/GridViewHoverMenuExtender.aspx</link><pubDate>10/28/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Wildcards in SQL Server 2005</title><description>SQL wildcards are used for searching data’s in a database, which were used with LIKE operator. </description><link>http://www.c-sharpcorner.com/UploadFile/karthikarajamma/110272009065716AM/1.aspx</link><pubDate>10/27/2009 7:02:03 AM</pubDate><author>Karthika Palaniswamy</author></item><item><title>Show Data in WPF DataGrid using DataSet data template</title><description>This article will demonstrates how to show data in wpf datagrid using dataset data template. </description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/WPFDataGridWIthDataSet10262009020539AM/WPFDataGridWIthDataSet.aspx</link><pubDate>10/26/2009 2:21:06 AM</pubDate><author>Raj Kumar</author></item><item><title>ADO .NET Data Providers and Disconnected classes </title><description>In this article, you’ll get a broad view of the ADO.NET architecture and the basic building blocks of ADO.NET and ADO.NET data providers. 
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/ADONETDataProvidersDisconnectedclasses10262009005754AM/ADONETDataProvidersDisconnectedclasses.aspx</link><pubDate>10/26/2009 1:04:02 AM</pubDate><author>Puran Mehra</author></item><item><title>Remote Desktop using C#.Net</title><description>Remote Desktop Services is one of Microsoft Windows components to access a remote computer through network. Only the user interface of the application is presented at the client. Any input is redirected over to the remote computer over the network.</description><link>http://www.c-sharpcorner.com/UploadFile/thiagu304/remotedesktop10262009033113AM/remotedesktop.aspx</link><pubDate>10/26/2009 12:00:00 AM</pubDate><author>Thiagarajan Alagarsamy</author></item><item><title>Adding a Splash Screen to a WPF Application</title><description>This article demonstrates how to add a splash screen to a WPF application using Visual Studio. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/Splash10252009230241PM/Splash.aspx</link><pubDate>10/26/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Types of computer applications</title><description>This article discusses various types of computer software applications. </description><link>http://www.c-sharpcorner.com/UploadFile/karthikarajamma/110242009085717AM/1.aspx</link><pubDate>10/26/2009 12:00:00 AM</pubDate><author>Karthika Palaniswamy</author></item><item><title>New features in SQL Server 2008</title><description>Here are some of the new features added to SQL Server 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/karthikarajamma/110242009075809AM/1.aspx</link><pubDate>10/26/2009 12:00:00 AM</pubDate><author>Karthika Palaniswamy</author></item><item><title>Using Table variables instead of Temporary Tables in SQL Server</title><description>This article demonstrates how to use Table variables in SQL Server instead of temporary tables. </description><link>http://www.c-sharpcorner.com/UploadFile/karthikarajamma/110212009071728AM/1.aspx</link><pubDate>10/23/2009 12:00:00 AM</pubDate><author>Karthika Palaniswamy</author></item><item><title>Sending Mails in .NET Framework</title><description>In this article learn how to send e-mail messages via SMTP in .NET Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/GemingLeader/smtp-mails10162009130140PM/smtp-mails.aspx</link><pubDate>10/20/2009 12:00:00 AM</pubDate><author>Mohammad Elsheimy</author></item><item><title>Working with SQL Server Logins</title><description>Learn how to work with logins in SQL Server programmatically and via SQL Server Management Studio.</description><link>http://www.c-sharpcorner.com/UploadFile/GemingLeader/sql-server-logins10202009105217AM/sql-server-logins.aspx</link><pubDate>10/20/2009 12:00:00 AM</pubDate><author>Mohammad Elsheimy</author></item><item><title>Show multiple Windows at startup in WPF</title><description>There are often times when you need to show multiple Windows when a WPF application starts. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/MW10192009222246PM/MW.aspx</link><pubDate>10/20/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Working with COBOL Data Groups</title><description>COBOL programmers have used data groups to package data together for a long time. How though does a non-COBOL user access the data being used by the COBOL programs? </description><link>http://www.c-sharpcorner.com/UploadFile/RSM50/CBLData10192009113752AM/CBLData.aspx</link><pubDate>10/19/2009 11:45:37 AM</pubDate><author>Rick Malek</author></item><item><title>Introduction to LINQ, Extension methods and Lambda Expressions</title><description>This article is an introduction of LINQ, Extension methods and Lambda Expressions. In my following articles, I will delve into more details. </description><link>http://www.c-sharpcorner.com/UploadFile/ashish_2008/Introduction10152009042317AM/Introduction.aspx</link><pubDate>10/18/2009 12:00:00 AM</pubDate><author>ashish shukla</author></item><item><title>Checking a HTTP proxy status and type</title><description>This article demonstrates how to check if a HTTP Proxy is working and if its anonymous or transparent using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/popnadrian/checkhttpproxystatus10182009092349AM/checkhttpproxystatus.aspx</link><pubDate>10/18/2009 12:00:00 AM</pubDate><author>Pop Adrian Nicolae</author></item><item><title>Requesting Admin Approval at Application Start</title><description>Learn how to make your application requests UAC elevation (in Windows Vista and later versions) at start.</description><link>http://www.c-sharpcorner.com/UploadFile/GemingLeader/admin-approval10162009124135PM/admin-approval.aspx</link><pubDate>10/16/2009 12:56:10 PM</pubDate><author>Mohammad Elsheimy</author></item><item><title>How to use Login Control in Visual Studio 2008 </title><description>In the recent version of Visual Studio 2008, 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/anjudidi/LoginControl10152009061552AM/LoginControl.aspx</link><pubDate>10/15/2009 12:00:00 AM</pubDate><author>Sapna Malik</author></item><item><title>Views in SQL Server 2005</title><description>This article explains about the views in sql server 2005 with sample sql queries.</description><link>http://www.c-sharpcorner.com/UploadFile/skumaar_mca/viewsinsqlserver200510132009103348AM/viewsinsqlserver2005.aspx</link><pubDate>10/14/2009 2:46:43 AM</pubDate><author>Erode Senthilkumar</author></item><item><title>Creating Data Adapters with the Data Adapter Configuration Wizard </title><description>This article will help you in understanding Creating Data Adapters with the Data Adapter Configuration Wizard.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/CreatingDataAdapterswithDataAdapterConfigurationWizard10142009010615AM/CreatingDataAdapterswithDataAdapterConfigurationWizard.aspx</link><pubDate>10/14/2009 1:22:02 AM</pubDate><author>Puran Mehra</author></item><item><title>Mouse Scrolling in DataGrid in Silverlight 3</title><description>In this article we will see how can we scroll with mouse for a DataGrid. </description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/MouseScrollingInDataGridInSilverlight310112009090608AM/MouseScrollingInDataGridInSilverlight3.aspx</link><pubDate>10/14/2009 12:00:00 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Changing Screen Resolution Programmatically via DirectX</title><description>In this article, learn how to change display settings (resolution, bit count, etc.) via DirectX libraries.</description><link>http://www.c-sharpcorner.com/UploadFile/GemingLeader/display-settings-directx10122009114126AM/display-settings-directx.aspx</link><pubDate>10/14/2009 12:00:00 AM</pubDate><author>Mohammad Elsheimy</author></item><item><title>Monitoring Database Connections using Performance Counters</title><description>ADO.NET performance counters can be used to monitor the status the connection resources that the application uses. This article concentrates mainly on monitoring database connections.</description><link>http://www.c-sharpcorner.com/UploadFile/CMouli/PerfCounters10142009095556AM/PerfCounters.aspx</link><pubDate>10/14/2009 12:00:00 AM</pubDate><author>Chandramouli Muralidaran</author></item><item><title>Data Components in Visual Studio .NET Part4</title><description>This article will help you in understanding Data Connections in Visual Studio .NET</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataComponentsVisualStudioPart410132009070955AM/DataComponentsVisualStudioPart4.aspx</link><pubDate>10/13/2009 7:17:22 AM</pubDate><author>Puran Mehra</author></item><item><title>Data Components in Visual Studio .NET Part3</title><description>This article will help you in understanding Visual Data Components</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataComponentsVisualStudioPart310132009025531AM/DataComponentsVisualStudioPart3.aspx</link><pubDate>10/13/2009 3:05:06 AM</pubDate><author>Puran Mehra</author></item><item><title>Email Sending in ASP.net 2.0</title><description>This article will focus on following concept Simplest way of sending email Writing HTML Email Creating Email with attachment.</description><link>http://www.c-sharpcorner.com/UploadFile/anjudidi/EmailSend10132009022448AM/EmailSend.aspx</link><pubDate>10/13/2009 2:43:09 AM</pubDate><author>Sapna Malik</author></item><item><title>Data Components in Visual Studio .NET Part2</title><description>In this article I will explain about managing and viewing data through Server Explorer. </description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataComponentsVisualStudioPart210132009015433AM/DataComponentsVisualStudioPart2.aspx</link><pubDate>10/13/2009 2:01:16 AM</pubDate><author>Puran Mehra</author></item><item><title>Data Components in Visual Studio .NET: Part I</title><description>In this article, I will help you in understanding using the Server Explorer for Adding a new Connection.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataComponentsinVisualStudioPart110132009012920AM/DataComponentsinVisualStudioPart1.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Arrays are Structurally equatable in .NET 4.0</title><description>This article discusses expansion of arrays in .NET 4.0. </description><link>http://www.c-sharpcorner.com/UploadFile/balaweblog/Arrays10132009193907PM/Arrays.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>BALAMURUGAN ALAGUMALAI</author></item><item><title>.NET 4.0 FAQ: Part I - The DLR</title><description>In this section we will look in to new features provided by .NET 4.0 framework. We have a glance on some important features, DLR, subsystems of DLR, dynamic object and expand objects.</description><link>http://www.c-sharpcorner.com/UploadFile/shivprasadk/DotNet4pt010102009064108AM/DotNet4pt0.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>Shivprasad </author></item><item><title>Big Integer in .NET 4.0</title><description>This article introduces Big Integer added to .NET 4.0 and C# 2010.</description><link>http://www.c-sharpcorner.com/UploadFile/balaweblog/BigInteger10132009193521PM/BigInteger.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>BALAMURUGAN ALAGUMALAI</author></item><item><title>Setting Focus of TextBox in Silverlight 3</title><description>In this article we will see how we can set a focus for a TextBox. </description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/SettingFocusofTextBoxInSilverlight310102009112352AM/SettingFocusofTextBoxInSilverlight3.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Dynamic Programming in .NET 4.0</title><description>Dynamic programming is new addition to .NET 4.0 and C# 2010. </description><link>http://www.c-sharpcorner.com/UploadFile/balaweblog/dynamic10132009194303PM/dynamic.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>BALAMURUGAN ALAGUMALAI</author></item><item><title>How to use mobile device's camera and microphone in business applications</title><description>This article uncovers the utilization of mobile device's built-in camera and microphone in a photo documentation application that enables creating a voice tag.</description><link>http://www.c-sharpcorner.com/UploadFile/Vladimir84/usemobiledevicecameraandmicrophone10132009013134AM/usemobiledevicecameraandmicrophone.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>Vladimir Gregor</author></item><item><title>WPF ComboBox</title><description>This tutorial demonstrates how to create and work with a ComboBox control in WPF using XAML and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/WPFComboBox10122009073811AM/WPFComboBox.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>AccountPlus</title><description>AccountPlus is an application which can be used for shared account/expense management with proper reporting and general analytics. </description><link>http://www.c-sharpcorner.com/UploadFile/akrtripathi/AccountPlus09082009065236AM/AccountPlus.aspx</link><pubDate>10/13/2009 12:00:00 AM</pubDate><author>Ashish Tripathi</author></item><item><title>Simple ADO.NET program with Visual Studio .NET IDE</title><description>In this article I will explain about a simple ADO.NET program with VS using windows forms.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/ADONETVisualStudio10122009013530AM/ADONETVisualStudio.aspx</link><pubDate>10/12/2009 1:43:11 AM</pubDate><author>Puran Mehra</author></item><item><title>Passing Data from Child Window to Parent Window in Silverlight 3</title><description>In this article we will see a sample implementation of this requirement to pass the value from the ChildWindow to the Parent Window.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/PassingDatafromChildWindowtoParentWindowInSilverlight310102009005546AM/PassingDatafromChildWindowtoParentWindowInSilverlight3.aspx</link><pubDate>10/12/2009 12:00:00 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Using Google Earth in a Windows Forms Application</title><description>This article shows how to use Google Earth in a Windows Forms application using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/GoogleEarth10112009064129AM/GoogleEarth.aspx</link><pubDate>10/12/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Moving a Form without the Title Bar</title><description>In this article, learn how to to allow the user to move the form without its title bar.</description><link>http://www.c-sharpcorner.com/UploadFile/GemingLeader/move-form-wo-titlebar10122009115551AM/move-form-wo-titlebar.aspx</link><pubDate>10/12/2009 12:00:00 AM</pubDate><author>Mohammad Elsheimy</author></item><item><title>ASP.NET MVC Web Application using LINQ to SQL Classes</title><description>This article will demonstrate how to use ASP.NET MVC Web Application using LINQ to SQL Classes.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/MVCUsingLINQSQL10092009060837AM/MVCUsingLINQSQL.aspx</link><pubDate>10/11/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Start using JQuery in Web Application</title><description>In this article we will see how we can use jQuery compatible script in a simple web application. jQuery is a buzzword today for writing script behind in mark up.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/StartUsingJQueryInWebApplication10102009004932AM/StartUsingJQueryInWebApplication.aspx</link><pubDate>10/11/2009 12:00:00 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Collections Classes in .NET – Part 1</title><description>This article explains about the Collection classes in .NET. This first part explains the ArrayList class and advantages, disadvantages and difference with Array.</description><link>http://www.c-sharpcorner.com/UploadFile/skumaar_mca/CollectionClassPart110102009044126AM/CollectionClassPart1.aspx</link><pubDate>10/10/2009 12:00:00 AM</pubDate><author>Erode Senthilkumar</author></item><item><title>Windows Firewall setting for SharePoint Site Access in LAN</title><description>Windows Firewall setting for SharePoint Site Access in LAN</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/WindowsFirewallSettingForSharePointSiteAccessInLAN10102009003613AM/WindowsFirewallSettingForSharePointSiteAccessInLAN.aspx</link><pubDate>10/10/2009 12:00:00 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Custom Context Menu in Silverlight 3</title><description>In this article we will see how we can create our own context menu.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/CustomContextMenuInSilverlight310102009004410AM/CustomContextMenuInSilverlight3.aspx</link><pubDate>10/10/2009 12:00:00 AM</pubDate><author>Diptimaya Patra</author></item><item><title>ASP.NET MVC Web Application using ADO.NET Entity Data Model</title><description>This article will help you to understand how to use ASP.NET MVC web application using ADO.NET Entity Data Mode.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/ASPNETMVCADONETEntityDataModel10092009014300AM/ASPNETMVCADONETEntityDataModel.aspx</link><pubDate>10/9/2009 2:02:37 AM</pubDate><author>Raj Kumar</author></item><item><title>Programmatically Turning on the Screen Saver </title><description>Learn how to programmatically turn on the screen saver via Win32 API and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/GemingLeader/turn-on-screensaver10082009122726PM/turn-on-screensaver.aspx</link><pubDate>10/8/2009 12:42:40 PM</pubDate><author>Mohammad Elsheimy</author></item><item><title>GDI+: The Next-Generation Graphics Interface</title><description>In this article I will give you introduction about GDI+.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/GDI10082009022322AM/GDI.aspx</link><pubDate>10/8/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Creating a Stack-Based Array</title><description>- Learn how to create high-performance stack-based short-lived arrays. 
- Learn how to work with array pointers.
- Learn how to copy arrays many times faster.</description><link>http://www.c-sharpcorner.com/UploadFile/GemingLeader/stack-arrays10082009115802AM/stack-arrays.aspx</link><pubDate>10/8/2009 12:00:00 AM</pubDate><author>Mohammad Elsheimy</author></item><item><title>Get Installed Speech Voices in WPF</title><description>This code snippet shows how to get all installed speech synthesis voices on a computer using Speech API in WPF and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/SpeechVoices10072009231354PM/SpeechVoices.aspx</link><pubDate>10/8/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Writing ADO.NET Applications</title><description>In this article I will explain you basic steps required to write an ADO.NET Application.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/ADONETApplications10072009071623AM/ADONETApplications.aspx</link><pubDate>10/7/2009 7:28:45 AM</pubDate><author>Puran Mehra</author></item><item><title>Data Set and Data View objects in ADO.NET</title><description>In this article I will explain you Data Set and Data View objects in ADO.NET.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/DataSetDataViewobjects10072009062611AM/DataSetDataViewobjects.aspx</link><pubDate>10/7/2009 6:34:57 AM</pubDate><author>Puran Mehra</author></item><item><title>Command Object, Command Builder, Data Adapter object, ADO.NET.</title><description>In this article I will explain about Command object, Command Builder and Data Adapter object in ADO.NET.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/CommandObjectCommandBuilderDataAdapterobjectADONET10072009015411AM/CommandObjectCommandBuilderDataAdapterobjectADONET.aspx</link><pubDate>10/7/2009 1:58:54 AM</pubDate><author>Puran Mehra</author></item><item><title>Connection Object in ADO.NET</title><description>In this article I will explain you about Connection Object in ADO.NET.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/ConnectionObject10072009010549AM/ConnectionObject.aspx</link><pubDate>10/7/2009 1:11:45 AM</pubDate><author>Puran Mehra</author></item><item><title>Understanding ADO.NET Components</title><description>In this article I will explain about ADO.NET Components.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/ADONETComponents10072009003141AM/ADONETComponents.aspx</link><pubDate>10/7/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Simple genetic algorithm on C#</title><description>First steps on the exploration of genetic algorithms using C#</description><link>http://www.c-sharpcorner.com/UploadFile/bunker17/simplegeneticalgorithm10072009170529PM/simplegeneticalgorithm.aspx</link><pubDate>10/7/2009 12:00:00 AM</pubDate><author>Alfredo Alvarez</author></item><item><title>Bind an Enum to a ComboBox</title><description>The following code snippet shows how to bind an enumeration to a ComboBox in WPF or Windows Forms using C#. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/EnumC10052009102930AM/EnumC.aspx</link><pubDate>10/6/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Overview of ADO.NET Namespaces and Classes</title><description>In this article I will explain about ADO.NET namespaces and classes.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/ADONETNamespacesClasses10062009004701AM/ADONETNamespacesClasses.aspx</link><pubDate>10/6/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Lambda, Lambda, Lambda -  Uncovering the Mystery Behind Lambda Expressions</title><description>Lambda Expressions are a powerful addition to C# Programming.   This article  attempts to describe lambda expressions in simple terms to pave the way for some powerful uses of this construct.</description><link>http://www.c-sharpcorner.com/UploadFile/mgold/LambdaQuadratic10042009020452AM/LambdaQuadratic.aspx</link><pubDate>10/5/2009 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>New Features in C# 2008</title><description>Several language extensions are introduced in C# 3.0 code-named "Orcas". These extensions are built on C# 2.0 to support functional programming style. </description><link>http://www.c-sharpcorner.com/UploadFile/CMouli/OrcasFeatures10042009122013PM/OrcasFeatures.aspx</link><pubDate>10/4/2009 12:00:00 AM</pubDate><author>Chandramouli Muralidaran</author></item><item><title>Creating Dynamic TextBox and Get Its Value</title><description>This code snippet shows how to create a Dynamic TextBox and get its value in the code in Windows Forms.</description><link>http://www.c-sharpcorner.com/UploadFile/kaunainbaig/110042009094442AM/1.aspx</link><pubDate>10/4/2009 12:00:00 AM</pubDate><author>kaunainbaig kaunainbaig</author></item><item><title>Singleton pattern Unleashed in C#</title><description /><link>http://www.c-sharpcorner.com/UploadFile/CMouli/SingletonUnleashed10032009001411AM/SingletonUnleashed.aspx</link><pubDate>10/3/2009 12:18:52 AM</pubDate><author>Chandramouli Muralidaran</author></item><item><title>Find Controls by Name in WPF</title><description>FindName method of FrameworkElement class is used to find elements or controls by their Name properties. This article shows how to find controls on a Window by name.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/FindName10022009122153PM/FindName.aspx</link><pubDate>10/3/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Building Transparent Controls in WPF</title><description>This article demonstrates how to build transparent and semi-transparent controls in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/Tc10012009211641PM/Tc.aspx</link><pubDate>10/2/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Creating Window Service in ASP.NET 1.1</title><description>In this article you will learn how to Create Window Service in ASP.NET  1.1.</description><link>http://www.c-sharpcorner.com/UploadFile/srinivaskotra/CreatingWindowservice10022009111806AM/CreatingWindowservice.aspx</link><pubDate>10/2/2009 12:00:00 AM</pubDate><author>Srinivas Kotra</author></item><item><title>Background Processes in ASP .Net Web Applications</title><description>This article talks about various approaches of creating background processing in Web application using C#. </description><link>http://www.c-sharpcorner.com/UploadFile/CMouli/BackgroundProcesses09302009224928PM/BackgroundProcesses.aspx</link><pubDate>10/1/2009 12:00:00 AM</pubDate><author>Chandramouli Muralidaran</author></item></channel></rss>