﻿<?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=prasoon19" rel="self" type="application/rss+xml" /><item><title>How to Check if there is any Alphabet or Non Alphanumeric Character in a String</title><description>This article gives you an idea about how to check if there is any alphabet or non alphanumeric character in a sttring just with the help of one metthod using regular expressions in C#.</description><link>https://www.c-sharpcorner.com/UploadFile/prasoonk/how-to-check-if-there-is-any-alphabet-or-non-alphanumeric-character-in-a-string/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/prasoonk/how-to-check-if-there-is-any-alphabet-or-non-alphanumeric-character-in-a-string/</guid><pubDate>Tue, 23 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>GUIDs In C# And .NET</title><description>C# Guid. A GUID (Global Unique IDentifier) is a 128-bit integer used as  a unique identifier. Learn how to create a GUID in C# and .NET using C# Guid class.</description><link>https://www.c-sharpcorner.com/UploadFile/prasoonk/guids-in-C-Sharp-and-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/prasoonk/guids-in-C-Sharp-and-net/</guid><pubDate>Thu, 18 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Parallel Extension to LINQ </title><description>This article gives you an idea how to utilize Parallel Extension to Linq or PLINQ.</description><link>https://www.c-sharpcorner.com/uploadfile/prasoonk/parallel-extension-to-linq/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/prasoonk/parallel-extension-to-linq/default.aspx</guid><pubDate>Thu, 18 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Custom Overload for ExecuteNonQuery Method</title><description>Custom Overload for ExecuteNonQuery Method.</description><link>https://www.c-sharpcorner.com/uploadfile/prasoonk/custom-overload-for-executenonquery-method/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/prasoonk/custom-overload-for-executenonquery-method/default.aspx</guid><pubDate>Thu, 18 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Abstract Class vs Interface</title><description>This tutorial will try to explain difference between Abstract Class and interface 
 theoratically and programitically both ways.</description><link>https://www.c-sharpcorner.com/uploadfile/prasoonk/abstract-class-vs-interface/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/prasoonk/abstract-class-vs-interface/default.aspx</guid><pubDate>Wed, 10 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Parallel Extension in .Net</title><description>This tutorial gives the idea of Parallel Extension being built by Microsoft to many of its existing features.</description><link>https://www.c-sharpcorner.com/uploadfile/prasoonk/parallel-extension-in-net/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/prasoonk/parallel-extension-in-net/default.aspx</guid><pubDate>Wed, 10 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Abstract Class vs Interface</title><description>Abstract classes provide a partial implementation with the option for subclasses to extend, while interfaces define a contract without implementation, allowing multiple inheritance. Abstract classes s</description><link>https://www.c-sharpcorner.com/UploadFile/prasoonk/abstract-class-vs-interface/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/prasoonk/abstract-class-vs-interface/</guid><pubDate>Wed, 10 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Singleton Design Patterns in C#</title><description>Whenever we want that a class has only one instance and it should have global point to access it but allowing the flexibility to create more objects if the situation changes,in that case we will use Singleton Design Pattern.</description><link>https://www.c-sharpcorner.com/uploadfile/prasoonk/singleton-design-patterns-in-C-Sharp/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/prasoonk/singleton-design-patterns-in-C-Sharp/default.aspx</guid><pubDate>Mon, 08 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Getting started with Nullable Types in C#</title><description>This article gives you an idea how we can use Nullable Type in C#.</description><link>https://www.c-sharpcorner.com/uploadfile/prasoonk/getting-started-with-nullable-types-in-C-Sharp/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/prasoonk/getting-started-with-nullable-types-in-C-Sharp/default.aspx</guid><pubDate>Mon, 08 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Nullable Types in C#</title><description>A C# nullable type is a data type that contains the defined data type or the value of null. This article explains the use of C# Nullable Types. </description><link>https://www.c-sharpcorner.com/UploadFile/prasoonk/getting-started-with-nullable-types-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/prasoonk/getting-started-with-nullable-types-in-C-Sharp/</guid><pubDate>Mon, 08 Jun 2009 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Hashtable Sorting</title><description>This article gives you an idea for sorting a Hashtable.</description><link>https://www.c-sharpcorner.com/uploadfile/prasoonk/hashtable-sorting/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/prasoonk/hashtable-sorting/default.aspx</guid><pubDate>Sun, 31 Aug 2008 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item><item><title>Hashtable Sorting</title><description>This article gives you an idea for sorting a Hashtable.</description><link>https://www.c-sharpcorner.com/UploadFile/prasoonk/hashtable-sorting/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/prasoonk/hashtable-sorting/</guid><pubDate>Sun, 31 Aug 2008 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Prasoon  )</author></item></channel></rss>