﻿<?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=ashish-singhal3" rel="self" type="application/rss+xml" /><item><title>Multiple Masters Pages in ASP.NET Application</title><description>This article will explain that how can we use multiple master pages in our application and can access properties at run time.</description><link>http://www.vbdotnetheaven.com/UploadFile/Ashish1/Masters12212006000443AM/Masters.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/Ashish1/Masters12212006000443AM/Masters.aspx</guid><pubDate>Thu, 21 Dec 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Create Meta Tags Programmatically in ASP.NET 2.0</title><description>In ASP.NET, we had an option to add head tags in HTML where we could define our Meta tags like keyword and description but in ASP.NET 2.0 if we use master page inheritated page then there is problem to add meta tags. This article explains how you can add meta tags in ASP.NET 2.0. </description><link>http://www.vbdotnetheaven.com/UploadFile/Ashish1/metatags11212006233519PM/metatags.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/Ashish1/metatags11212006233519PM/metatags.aspx</guid><pubDate>Wed, 22 Nov 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Multiple Masters Pages in ASP.NET Application</title><description>This article will explain that how can we use multiple master pages in our application and can access properties at run time.</description><link>https://www.c-sharpcorner.com/article/multiple-masters-pages-in-Asp-Net-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multiple-masters-pages-in-Asp-Net-application/</guid><pubDate>Fri, 16 Jun 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Create Meta Tags Programmatically in ASP.NET 2.0</title><description>In ASP.NET, we had an option to add head tags in HTML where we could define our Meta tags like keyword and description but in ASP.NET 2.0 if we use master page inheritated page then there is problem to add meta tags. This article explains how you can add meta tags in ASP.NET 2.0. </description><link>https://www.c-sharpcorner.com/article/create-meta-tags-programmatically-in-Asp-Net-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-meta-tags-programmatically-in-Asp-Net-2-0/</guid><pubDate>Fri, 07 Apr 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Using Dispose method in C#</title><description>This artice will explain about Finalize and Dispose method implementation in C#.</description><link>https://www.c-sharpcorner.com/article/using-dispose-method-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-dispose-method-in-C-Sharp/</guid><pubDate>Fri, 17 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Update Database using DataSet</title><description>In this article, we will see how to update a database using a Data Adapter's Update method using C# and ADO.NET.</description><link>https://www.c-sharpcorner.com/article/update-database-using-dataset/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/update-database-using-dataset/</guid><pubDate>Mon, 06 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Generics in C# 2.0</title><description>In this article we will see how we can use generics in C#, we have read this concept as templates in C++.</description><link>https://www.c-sharpcorner.com/article/generics-in-C-Sharp-2-02/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generics-in-C-Sharp-2-02/</guid><pubDate>Thu, 02 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Display a Web Page in a Windows Forms</title><description>In this article, we will see how we can display a web page on Windows Forms.</description><link>https://www.c-sharpcorner.com/article/display-a-web-page-in-a-windows-forms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/display-a-web-page-in-a-windows-forms/</guid><pubDate>Tue, 31 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Fetching Data from a Database in XML Format</title><description>In this article we will see how to fetch data from database in XML format.</description><link>https://www.c-sharpcorner.com/article/fetching-data-from-a-database-in-xml-format/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/fetching-data-from-a-database-in-xml-format/</guid><pubDate>Sat, 28 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Validating User Inputs Using Regular Expressions</title><description>This article shows how can we validate our inputs using regular expressions.</description><link>https://www.c-sharpcorner.com/article/validating-user-inputs-using-regular-expressions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/validating-user-inputs-using-regular-expressions/</guid><pubDate>Sat, 28 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Set Web User Control Properties in Design Time </title><description>This article will show that how can we initialize properties of web user control when we register it on some web page.</description><link>https://www.c-sharpcorner.com/article/set-web-user-control-properties-in-design-time/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/set-web-user-control-properties-in-design-time/</guid><pubDate>Fri, 27 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Set Web User Control Properties in Design Time </title><description>This article will show that how can we initialize properties of web user control when we register it on some web page.</description><link>http://www.dotnetheaven.com/Uploadfile/Ashish1/usercontrol02252006022936AM/usercontrol.aspx</link><guid isPermaLink="true">http://www.dotnetheaven.com/Uploadfile/Ashish1/usercontrol02252006022936AM/usercontrol.aspx</guid><pubDate>Fri, 27 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Important Aspects about Components</title><description>In this article, I wil discuss some properties and key definitions about component programming.</description><link>https://www.c-sharpcorner.com/article/important-aspects-about-components/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/important-aspects-about-components/</guid><pubDate>Thu, 12 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Building RSS Feeds using RSS Document 2.0 and VB.NET</title><description>This article and attached source code shows how to build a RRS Feed using RSS Document 2.0 specifications. </description><link>http://www.vbdotnetheaven.com/UploadFile/Ashish1/rssfeeds01102006044215AM/rssfeeds.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/Ashish1/rssfeeds01102006044215AM/rssfeeds.aspx</guid><pubDate>Fri, 06 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Building RSS Feeds using RSS Document 2.0</title><description>This article and attached source code shows how to build a RRS Feed using RSS Document 2.0 specifications. </description><link>http://www.dotnetheaven.com/Uploadfile/Ashish1/rss02262006225653PM/rss.aspx</link><guid isPermaLink="true">http://www.dotnetheaven.com/Uploadfile/Ashish1/rss02262006225653PM/rss.aspx</guid><pubDate>Fri, 06 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Building RSS Feeds using RSS Document 2.0</title><description>This article and attached source code shows how to build a RRS Feed using RSS Document 2.0 specifications. </description><link>https://www.c-sharpcorner.com/article/building-rss-feeds-using-rss-document-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-rss-feeds-using-rss-document-2-0/</guid><pubDate>Fri, 06 Jan 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How to Execute Oracle Stored Procedures Dynamically in C# </title><description>In this article, I wiil show how we can store  schema of stored procedures in an XML file and load  and run the stored procedure from UI application using C# and Oracle.</description><link>https://www.c-sharpcorner.com/article/how-to-execute-oracle-stored-procedures-dynamically-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-execute-oracle-stored-procedures-dynamically-in-C-Sharp/</guid><pubDate>Thu, 10 Nov 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How To Get All Database Tables and TableColumns in Oracle </title><description>In this article, I will show how can I fetch all tables and corresponding columns from an Oracle database using C# and Oracle .NET Data Provider.</description><link>https://www.c-sharpcorner.com/article/how-to-get-all-database-tables-and-tablecolumns-in-oracle/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-get-all-database-tables-and-tablecolumns-in-oracle/</guid><pubDate>Tue, 08 Nov 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How do I use ThreadPool in C# and .NET?</title><description>In this brief articles, I will show you how to use thread pool in C# and .NET.</description><link>https://www.c-sharpcorner.com/article/how-do-i-use-threadpool-in-C-Sharp-and-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-do-i-use-threadpool-in-C-Sharp-and-net/</guid><pubDate>Sat, 05 Nov 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>RegisterWaitForSingleObject in ThreadPool</title><description>In this article, we are going to describe how to use Threadpool to execute a thread at specified time interval or instant by using Threading AutoResetEvent.</description><link>https://www.c-sharpcorner.com/article/registerwaitforsingleobject-in-threadpool/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/registerwaitforsingleobject-in-threadpool/</guid><pubDate>Fri, 04 Nov 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How Do I Bind Datagrid with SqlDataReader in C#</title><description>This article will show, how do we bind our binding controls like DataGrid, DataList using SqlDataReader. </description><link>https://www.c-sharpcorner.com/article/how-do-i-bind-datagrid-with-sqldatareader-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-do-i-bind-datagrid-with-sqldatareader-in-C-Sharp/</guid><pubDate>Sat, 29 Oct 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How do I use Memory Stream in C# </title><description>This article shows how to use memory stream to read byte[] array and can use to write some file in memory.</description><link>https://www.c-sharpcorner.com/article/how-do-i-use-memory-stream-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-do-i-use-memory-stream-in-C-Sharp/</guid><pubDate>Thu, 27 Oct 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Count Image Requests from a Web Server using ASP.NET </title><description>This article explains you how we can count Image request from a Web server using C# and ASP.NET.</description><link>https://www.c-sharpcorner.com/article/count-image-requests-from-a-web-server-using-Asp-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/count-image-requests-from-a-web-server-using-Asp-Net/</guid><pubDate>Sat, 19 Mar 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Count Image Requests from a Web Server using ASP.NET (VB.Net)</title><description>This article explains you how we can count Image request from a Web server using VB.Net and ASP.NET.</description><link>http://www.dotnetheaven.com/Uploadfile/Ashish1/CountImageRequestsvb02262006231503PM/CountImageRequestsvb.aspx</link><guid isPermaLink="true">http://www.dotnetheaven.com/Uploadfile/Ashish1/CountImageRequestsvb02262006231503PM/CountImageRequestsvb.aspx</guid><pubDate>Sat, 19 Mar 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>Count Image Requests from a Web Server using ASP.NET (VB.Net)</title><description>This article explains you how we can count Image request from a Web server using VB.Net and ASP.NET.</description><link>https://www.c-sharpcorner.com/article/count-image-requests-from-a-web-server-using-Asp-Net-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/count-image-requests-from-a-web-server-using-Asp-Net-VB-Net/</guid><pubDate>Sat, 19 Mar 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How to Insert a Date into DateTime Column using ADO.NET &amp; VB.Net</title><description>In this article, we will show how to insert a date into a date column using ADO.NET and VB.Net.The article shows  how you can convert a date into a proper data which database accepts.</description><link>http://www.vbdotnetheaven.com/UploadFile/Ashish1/MSaccessDateInsertInVB11082005000729AM/MSaccessDateInsertInVB.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/Ashish1/MSaccessDateInsertInVB11082005000729AM/MSaccessDateInsertInVB.aspx</guid><pubDate>Fri, 04 Feb 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How to Insert a Date Into DateTime Column Using ADO.NET &amp; C#</title><description>In this article, we will show how to insert a date into a date column using ADO.NET and C#.</description><link>https://www.c-sharpcorner.com/article/how-to-insert-a-date-into-datetime-column-using-ado-net-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-insert-a-date-into-datetime-column-using-ado-net-C-Sharp/</guid><pubDate>Fri, 04 Feb 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How to Populate a DropDownList insides a DataGrid through an XML File</title><description>In this article, we will show how to fill a DropDownList inside a DataGrid through an XML file. We will also show how the contents of one DropDownList changes dynamically as we change the index of second DropDownList (both inside the grid).</description><link>http://www.vbdotnetheaven.com/UploadFile/Ashish1/PopulateDropDownListinsidesInVB11112005060555AM/PopulateDropDownListinsidesInVB.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/Ashish1/PopulateDropDownListinsidesInVB11112005060555AM/PopulateDropDownListinsidesInVB.aspx</guid><pubDate>Tue, 16 Nov 2004 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item><item><title>How to Populate a DropDownList insides a DataGrid through an XML File</title><description>In this article, we will show how to fill a DropDownList inside a DataGrid through an XML file. We will also show how the contents of one DropDownList changes dynamically as we change the index of second DropDownList (both inside the grid).</description><link>https://www.c-sharpcorner.com/article/how-to-populate-a-dropdownlist-insides-a-datagrid-through-an/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-populate-a-dropdownlist-insides-a-datagrid-through-an/</guid><pubDate>Tue, 16 Nov 2004 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ashish Singhal)</author></item></channel></rss>