﻿<?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=harshit-vyas2" rel="self" type="application/rss+xml" /><item><title>How to handle multiple file upload dynamically</title><description>This guide covers essential techniques for managing bulk file uploads in web applications using JavaScript, ensuring seamless file handling and improved user experience. Perfect for developers looking</description><link>https://www.c-sharpcorner.com/UploadFile/hgvyas123/how-to-handle-multiple-file-upload-dynamically/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/hgvyas123/how-to-handle-multiple-file-upload-dynamically/</guid><pubDate>Wed, 10 Nov 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>SQL Server Caching</title><description>This article shows to configure SQL Server and ASP.NET to cache page requests in order to reduce server load, until the data on which the page depends has been updated in SQL Server.</description><link>https://www.c-sharpcorner.com/uploadfile/hgvyas123/sql-server-caching/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/hgvyas123/sql-server-caching/default.aspx</guid><pubDate>Tue, 09 Nov 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>Bulk Insert Update and Delete in SQL Server</title><description>In this article we will see how to make bulk operation in SQL Server.</description><link>https://www.c-sharpcorner.com/UploadFile/hgvyas123/bulk-insert-update-and-delete-in-sql-server/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/hgvyas123/bulk-insert-update-and-delete-in-sql-server/</guid><pubDate>Tue, 02 Nov 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>How To Print Part of the page in C#</title><description>In this article we will see how to print a portion of a page in C#.</description><link>https://www.c-sharpcorner.com/UploadFile/hgvyas123/how-to-print-part-of-the-page-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/hgvyas123/how-to-print-part-of-the-page-in-C-Sharp/</guid><pubDate>Tue, 02 Nov 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>3 Tier Architecture</title><description>3-Tier architecture is a very well know buzz word in the world of software development whether it web based or desktop based. In this article I am going to show how to design a web application based on 3-tier architecture.</description><link>https://www.c-sharpcorner.com/uploadfile/hgvyas123/3-tier-architecture/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/hgvyas123/3-tier-architecture/default.aspx</guid><pubDate>Tue, 02 Nov 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>Delegates in C#</title><description>This article discusses what delegates are and how they can be used in C# with lucid code examples. </description><link>https://www.c-sharpcorner.com/uploadfile/hgvyas123/delegates-in-C-Sharp/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/hgvyas123/delegates-in-C-Sharp/default.aspx</guid><pubDate>Mon, 01 Nov 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>Resizing Image</title><description>This blog is about resizing the image.</description><link>https://www.c-sharpcorner.com/blogs/resizing-image1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/resizing-image1</guid><pubDate>Thu, 28 Oct 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>WCF Tutorial</title><description>In this article you will learn how to use WCF in C#.</description><link>https://www.c-sharpcorner.com/UploadFile/hgvyas123/wcf-tutorial/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/hgvyas123/wcf-tutorial/</guid><pubDate>Thu, 07 Oct 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>Caching in ASP.Net</title><description>Here we will see, how to cache data from file and delete them when files data will change.</description><link>https://www.c-sharpcorner.com/uploadfile/hgvyas123/caching-in-Asp-Net/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/hgvyas123/caching-in-Asp-Net/default.aspx</guid><pubDate>Fri, 01 Oct 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>Capchas in ASP.Net Web Form</title><description>The capchas are really very good thing to prevent bots from autofilling and securing our site.</description><link>https://www.c-sharpcorner.com/uploadfile/hgvyas123/capchas-in-Asp-Net-web-form/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/hgvyas123/capchas-in-Asp-Net-web-form/default.aspx</guid><pubDate>Wed, 29 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item><item><title>URL Rewriting in ASP.Net</title><description>In this article we will see a method for URL Rewriting in ASP.Net.</description><link>https://www.c-sharpcorner.com/uploadfile/hgvyas123/url-rewriting-in-Asp-Net/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/hgvyas123/url-rewriting-in-Asp-Net/default.aspx</guid><pubDate>Fri, 24 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshit Vyas)</author></item></channel></rss>