﻿<?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=vishal-verma6" rel="self" type="application/rss+xml" /><item><title>Factory Method Without Switch Case</title><description>A Factory method affords us an easy way to create objects when multiple classes are involved. It eases the way of object creation but allows the subclass to decide which object needs to be created.</description><link>https://www.c-sharpcorner.com/blogs/factory-method-without-switch-case</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/factory-method-without-switch-case</guid><pubDate>Fri, 23 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Factory Without Switch Case</title><description>Factory Design Pattern falls under the category of creational design pattern.We can implement it in many ways.</description><link>https://www.c-sharpcorner.com/blogs/factory-without-switch-case</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/factory-without-switch-case</guid><pubDate>Fri, 23 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Prevent Flickering In Web Page</title><description>Sometimes we add too much code in a web page and this causes a page to flicker.</description><link>https://www.c-sharpcorner.com/blogs/prevent-flickering-in-web-page</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/prevent-flickering-in-web-page</guid><pubDate>Thu, 22 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Hide Or Unhide Element Using Jquery</title><description>It becomes important to hide/unhide a page depending on client input.
</description><link>https://www.c-sharpcorner.com/blogs/hide-or-unhide-element-using-jquerry</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/hide-or-unhide-element-using-jquerry</guid><pubDate>Thu, 22 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Different Method To Clone An Object</title><description>I started writing an article on methods of object cloning but while I was surfing on internet,I found a really interesting article and decided not to write another article. I deleted all my writing an</description><link>https://www.c-sharpcorner.com/blogs/different-method-to-clone-an-object</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/different-method-to-clone-an-object</guid><pubDate>Thu, 22 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Object Cloning</title><description>Object cloning is an important concept.</description><link>https://www.c-sharpcorner.com/blogs/object-cloning</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/object-cloning</guid><pubDate>Tue, 20 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Threading With Parameters</title><description>We have multiple ways to create applications that use more than one thread of execution.
1.Thread
2.ThreadPool
3.Task
4.Async delegates
5.Async and wait</description><link>https://www.c-sharpcorner.com/blogs/threading-with-parameters</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/threading-with-parameters</guid><pubDate>Tue, 20 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>C# Concepts - Value Type And Reference Type</title><description>This article explains C# concepts of Value and Reference types.</description><link>https://www.c-sharpcorner.com/UploadFile/ca6c61/concepts-of-C-Sharp-value-type-and-reference-type/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ca6c61/concepts-of-C-Sharp-value-type-and-reference-type/</guid><pubDate>Fri, 21 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Delegate and its Memory Allocation in C#</title><description>In this article you will learn an overview of delegate in C# language.</description><link>https://www.c-sharpcorner.com/UploadFile/ca6c61/delegate-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ca6c61/delegate-in-C-Sharp/</guid><pubDate>Thu, 20 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>FileSystemWatcher and Queues with Parallel Execution</title><description>In this blog you will learn about FileSystemWatcher and Queues with Parallel Execution using C#.</description><link>https://www.c-sharpcorner.com/blogs/filesystemwatcher-and-queues-with-parallel-execution1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/filesystemwatcher-and-queues-with-parallel-execution1</guid><pubDate>Tue, 18 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Object vs Dynamic vs Var and ExpandoObject</title><description>In C# and .NET, &amp;quot;Object,&amp;quot; &amp;quot;dynamic,&amp;quot; &amp;quot;var,&amp;quot; and &amp;quot;ExpandoObject&amp;quot; are different ways to work with data types, each with its own characteristics and use cases. Let</description><link>https://www.c-sharpcorner.com/UploadFile/ca6c61/object-vs-dynamic-vs-var-and-expandoobject/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ca6c61/object-vs-dynamic-vs-var-and-expandoobject/</guid><pubDate>Sat, 15 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Inheritance With AS, IS and Cast Operators</title><description>In this article we will learn how to use IS, AS and Cast Operator in Inheritance.</description><link>https://www.c-sharpcorner.com/UploadFile/ca6c61/inheritance-with-as-is-and-cast-operators/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ca6c61/inheritance-with-as-is-and-cast-operators/</guid><pubDate>Thu, 13 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Confusion Over Equals and "==" in Simple Way</title><description>Its consolidated overview of my understanding over Equals and "==" operator in Simple way.The information is asper my knowledge and will expand with time.</description><link>https://www.c-sharpcorner.com/blogs/confusion-over-equals-and-in-simple-way1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/confusion-over-equals-and-in-simple-way1</guid><pubDate>Tue, 11 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item><item><title>Compare Objects in C# using Hash Code</title><description>This blog shows how to compare objects in C# using hash code.</description><link>https://www.c-sharpcorner.com/blogs/compare-objects-in-c-sharp-using-hash-code1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/compare-objects-in-c-sharp-using-hash-code1</guid><pubDate>Mon, 10 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Vishal Verma)</author></item></channel></rss>