﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=shankar-m7" rel="self" type="application/rss+xml" /><item><title>Creating a Simple User Control and Adding it to the Toolbox</title><description>In this article we will spend some time to learn how to create a simple User Control in C# and add it to the Toolbox.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/creating-a-simple-user-control-and-adding-it-to-the-toolbox/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/creating-a-simple-user-control-and-adding-it-to-the-toolbox/</guid><pubDate>Wed, 30 Oct 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Exporting Dataset to Individual Excel Sheets (Windows Application)</title><description>In this article, we will learn how to Export Dataset to Individual Excel sheets in C# Windows application.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/exporting-dataset-to-individual-excel-sheets-windows-applic/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/exporting-dataset-to-individual-excel-sheets-windows-applic/</guid><pubDate>Wed, 16 Oct 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Export DataGridView Data to Excel in C# Without Saving to File System</title><description>In this article, we will learn how to Export DataGridView data to Excel in C# without saving to Local File System.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/export-datagridview-data-to-excel-in-C-Sharp-without-saving-to-fi/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/export-datagridview-data-to-excel-in-C-Sharp-without-saving-to-fi/</guid><pubDate>Mon, 05 Aug 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Using Properties Approach to Pass Data Between Forms</title><description>In this article we will learn how to data between forms in C# Windows Forms. There are many such approaches to passing data between forms. Here we will learn the Properties approach in detail.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/using-properties-approach-to-pass-data-between-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/using-properties-approach-to-pass-data-between-forms/</guid><pubDate>Sun, 04 Aug 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>SQL Server Functions and Oracle Equivalent</title><description>This article looks at SQL Server string, numeric and date functions and their Oracle equivalents.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/sql-server-functions-and-oracle-equivalent/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/sql-server-functions-and-oracle-equivalent/</guid><pubDate>Sat, 04 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Enumerating File System Directories</title><description>In this blog we will learn how to display the File System Directories in TreeView and display the Files in the Directory selected.</description><link>https://www.c-sharpcorner.com/blogs/enumerating-file-system-directories1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/enumerating-file-system-directories1</guid><pubDate>Thu, 02 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Adding Check Box to DataGridView Column without using DataGridViewCheckBoxColumn Class</title><description>In this blog, we will Learn how to add a CheckBox column to DataGridview with out using DataGridViewCheckBoxColumn class.</description><link>https://www.c-sharpcorner.com/blogs/adding-check-box-to-datagridview-column-without-using-datagridviewcheckboxcolumn-class1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/adding-check-box-to-datagridview-column-without-using-datagridviewcheckboxcolumn-class1</guid><pubDate>Sat, 27 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Working With Command Object in ADO.NET</title><description>In this article, we will learn how to work with the Command Object in ADO .NET and the Execute Methods in the Command Object.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/working-with-command-object/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/working-with-command-object/</guid><pubDate>Wed, 24 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Resolving Hardcoded String, should Use @String Resource in Android Application</title><description>In this blog we will learn how to Resolve Hardcoded string, should use @string resource in Android Application.</description><link>https://www.c-sharpcorner.com/blogs/resolving-hardcoded-string-should-use-string-resource-in-android-application1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/resolving-hardcoded-string-should-use-string-resource-in-android-application1</guid><pubDate>Mon, 22 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Extracting XML From a SQL Server using DataSet Class</title><description>In this blog we will learn how to extract XML from SQL Server using the DataSet class.</description><link>https://www.c-sharpcorner.com/blogs/extracting-xml-from-a-sql-server-using-dataset-class1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/extracting-xml-from-a-sql-server-using-dataset-class1</guid><pubDate>Wed, 17 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Database Driven TreeView in Windows Forms and C#</title><description>In this blog, we will learn how to manage the Hierarchical data in a single Table and Populate the Tree View Dynamically.</description><link>https://www.c-sharpcorner.com/blogs/database-driven-treeview-in-windows-forms-and-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/database-driven-treeview-in-windows-forms-and-c-sharp1</guid><pubDate>Wed, 17 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>DataTable Compute Method</title><description>In this blog, we will learn how to use the Compute Method in DataTable class.</description><link>https://www.c-sharpcorner.com/blogs/datatable-compute-method1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/datatable-compute-method1</guid><pubDate>Tue, 16 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Retrieving Multiple Result Sets</title><description>In this blog we will learn how to read multiple result sets.</description><link>https://www.c-sharpcorner.com/blogs/retrieving-multiple-result-sets1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/retrieving-multiple-result-sets1</guid><pubDate>Mon, 15 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Binding XML Data to ListView Control - DataSet Approach</title><description>In this article we will discuss how to bind an XML File Data to ListView Control.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/binding-xml-data-to-listview-control-dataset-approach/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/binding-xml-data-to-listview-control-dataset-approach/</guid><pubDate>Sat, 13 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>DataGridView AutoComplete TextBox</title><description>In this article we will discuss how to utilize the AutoComplete Feature in a DataGridView Column that acts as a TextBox.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/datagridview-autocomplete-textbox/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/datagridview-autocomplete-textbox/</guid><pubDate>Thu, 11 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Dynamically Resizing Controls On Windows Forms - Using Anchor Property</title><description>In this article let’s discuss how to dynamically resizing the controls on the Form taking leverage of Anchor Properties in Windows Application.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/dynamically-resizing-controls-on-windows-forms-using-ancho/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/dynamically-resizing-controls-on-windows-forms-using-ancho/</guid><pubDate>Sat, 06 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Data Grid View Sorting &amp; Filtering</title><description>In this blog we will learn how to Sort and Filter data present in DataGridView</description><link>https://www.c-sharpcorner.com/blogs/data-grid-view-sorting-filtering1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/data-grid-view-sorting-filtering1</guid><pubDate>Mon, 01 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Reading XML using DataSet Class</title><description>In this article we will learn how to read XML File using Data Set Class.</description><link>https://www.c-sharpcorner.com/blogs/reading-xml-using-dataset-class1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/reading-xml-using-dataset-class1</guid><pubDate>Fri, 29 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Access Data Using ADO .NET</title><description>In this blog we will learn how to access data using ADO .NET and updating the Database Table.</description><link>https://www.c-sharpcorner.com/blogs/access-data-using-ado-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/access-data-using-ado-net1</guid><pubDate>Fri, 29 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Using LINQ in .NET</title><description>In this article we will discuss the LINQ approach introduced in .NET 3.5 for querying.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/using-linq-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/using-linq-in-net/</guid><pubDate>Thu, 21 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Create a TreeView from a Database in Windows Forms and C#</title><description>In this article, we will try to learn how to Populate a TreeView Dynamically in C# Windows Application.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/populate-a-treeview-dynamically/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/populate-a-treeview-dynamically/</guid><pubDate>Tue, 05 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Views and Materialized Views in Oracle</title><description>In this blog, we will discuss the difference between views and Materialized views.</description><link>https://www.c-sharpcorner.com/blogs/views-and-materialized-views-in-oracle1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/views-and-materialized-views-in-oracle1</guid><pubDate>Mon, 25 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>SqlParameter Class</title><description>In this article we will discuss how to Use the SqlParameter Class in C# since it forms the basics of ADO .NET programming</description><link>https://www.c-sharpcorner.com/blogs/sqlparameter-class1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/sqlparameter-class1</guid><pubDate>Mon, 25 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Fetching Records and Displaying in DataGrid Using BackgroundWorker</title><description>In this article we will discuss how to use a BackgroundWorker Control in C# and Load records from the Database Table.
</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/fetching-records-and-displaying-in-datagrid-using-background/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/fetching-records-and-displaying-in-datagrid-using-background/</guid><pubDate>Thu, 21 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Exception Handlers in C#</title><description>In this article, I discuss what Exception Handlers are in C# and how to trap errors using try/catch blocks and their behavior when we use multiple catch statements to handle errors and finaly, how to </description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/exception-handling-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/exception-handling-in-C-Sharp/</guid><pubDate>Tue, 19 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Dynamic MenuStrip - Updated </title><description>In this blog I have shared the source code to create nested SubMenus.</description><link>https://www.c-sharpcorner.com/blogs/dynamic-menustrip-updated1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/dynamic-menustrip-updated1</guid><pubDate>Tue, 12 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Dynamic MenuStrip in Windows Forms</title><description>This article tries to explain how to create a Database Driven MenuStrip and add Items to the MenuStrip using the ToolStripMenuItem class in  a C# Windows Forms application.</description><link>https://www.c-sharpcorner.com/UploadFile/c5c6e2/dynamic-menustrip-in-windows-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/c5c6e2/dynamic-menustrip-in-windows-forms/</guid><pubDate>Tue, 12 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Creating Static Methods in C#</title><description>In this blog, I have discussed how to create static methods in c#.</description><link>https://www.c-sharpcorner.com/blogs/creating-static-methods-in-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/creating-static-methods-in-c-sharp1</guid><pubDate>Wed, 06 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Data Swapping of two rows</title><description>Interchanging data of two rows of table with out temporary fields.</description><link>https://www.c-sharpcorner.com/blogs/data-swapping-of-two-rows1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/data-swapping-of-two-rows1</guid><pubDate>Fri, 14 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Number of columns in Table</title><description>To know the number of columns in a table with out using describe statement in Oracle SQL</description><link>https://www.c-sharpcorner.com/blogs/number-of-columns-in-table1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/number-of-columns-in-table1</guid><pubDate>Wed, 12 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>FileStream Class in C#</title><description>FileStream class can read and write operating system files.
</description><link>https://www.c-sharpcorner.com/blogs/filestream-class-in-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/filestream-class-in-c-sharp1</guid><pubDate>Mon, 10 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item><item><title>Create MenuStrip Dynamically in C#</title><description>In this blog, I have shared how to create a MenuStrip control in a Windows Forms application dynamically.</description><link>https://www.c-sharpcorner.com/blogs/create-menustrip-dynamically-in-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/create-menustrip-dynamically-in-c-sharp1</guid><pubDate>Sat, 24 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shankar M)</author></item></channel></rss>