﻿<?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=susan-abraham2" rel="self" type="application/rss+xml" /><item><title>Custom Calendar Control in VB.NET</title><description>The Custom Calendar Control described in this paper overcomes the above limitations of the DateTimePicker by enhancing the capabilities of the existing MonthCalendar Control provided by Visual Studio .Net.</description><link>https://www.c-sharpcorner.com/UploadFile/susanabraham/custom-calendar-control-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/susanabraham/custom-calendar-control-in-VB-Net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Creational Patterns – Singleton</title><description>This article discusses the implementation of the Singleton Design Pattern.</description><link>https://www.c-sharpcorner.com/UploadFile/susanabraham/CreationalPatterns11282005230309PM/CreationalPatterns.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/susanabraham/CreationalPatterns11282005230309PM/CreationalPatterns.aspx</guid><pubDate>Tue, 31 May 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Creational Patterns - Singleton using VB.NET</title><description>This article discusses the implementation of the Singleton Design Pattern.Most programming involves usage of Design Patterns in one form or other .There are around 23 Design Patterns that are available.</description><link>http://www.vbdotnetheaven.com/UploadFile/susanabraham/CreationalPatternsvb11122005001524AM/CreationalPatternsvb.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/susanabraham/CreationalPatternsvb11122005001524AM/CreationalPatternsvb.aspx</guid><pubDate>Tue, 31 May 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Creational Patterns - Singleton</title><description>This article discusses the implementation of the Singleton Design Pattern.</description><link>http://www.dotnetheaven.com/Uploadfile/susanabraham/CreationalPatterns02012006011921AM/CreationalPatterns.aspx</link><guid isPermaLink="true">http://www.dotnetheaven.com/Uploadfile/susanabraham/CreationalPatterns02012006011921AM/CreationalPatterns.aspx</guid><pubDate>Tue, 31 May 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Creational Patterns - Singleton</title><description>This article discusses the implementation of the Singleton Design Pattern.</description><link>https://www.c-sharpcorner.com/article/creational-patterns-singleton/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creational-patterns-singleton/</guid><pubDate>Tue, 31 May 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Custom Calendar Control in VB.NET</title><description>The Custom Calendar Control described in this paper overcomes the above limitations of the DateTimePicker by enhancing the capabilities of the existing MonthCalendar Control provided by Visual Studio .Net.</description><link>http://www.vbdotnetheaven.com/UploadFile/susanabraham/CustomCalendarControlVB11152005015723AM/CustomCalendarControlVB.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/susanabraham/CustomCalendarControlVB11152005015723AM/CustomCalendarControlVB.aspx</guid><pubDate>Thu, 19 May 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Custom Calendar Control</title><description>The Custom Calendar Control described in this article overcomes the limitations of the DateTimePicker by enhancing the capabilities of the existing MonthCalendar Control available in Visual Studio .NET.</description><link>https://www.c-sharpcorner.com/article/custom-calendar-control/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/custom-calendar-control/</guid><pubDate>Thu, 19 May 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Custom Exception Handling in C#</title><description>This article discusses the implementation of Custom Exception Handling using the existing features of C# .Net.</description><link>https://www.c-sharpcorner.com/article/custom-exception-handling-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/custom-exception-handling-in-C-Sharp/</guid><pubDate>Tue, 17 May 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Custom Exception Handling in VB.NET</title><description>This article discusses the implementation of Custom Exception Handling using the existing features of VB.Net.</description><link>http://www.vbdotnetheaven.com/UploadFile/susanabraham/CustomExceptionHandlingvb11122005021337AM/CustomExceptionHandlingvb.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/susanabraham/CustomExceptionHandlingvb11122005021337AM/CustomExceptionHandlingvb.aspx</guid><pubDate>Tue, 17 May 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Stack In C#</title><description>Stack is a data structure in programming that provides a first-in-first-out data access paradigm. In this article and code example, you&amp;#39;ll learn how to implement stack in C# to solve expressions.</description><link>https://www.c-sharpcorner.com/article/stack-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/stack-in-C-Sharp/</guid><pubDate>Tue, 22 Feb 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Using Stacks in VB.Net</title><description>Stacks are one of the common data structures used in the software world, which follows the First In Last Out paradigm. Stacks are used in various mathematical functions like Towers of Hanoi, finding Fibonacci Sequence , Factorial of a number to name a few.</description><link>http://www.vbdotnetheaven.com/UploadFile/susanabraham/UsingStacksInVB11142005010807AM/UsingStacksInVB.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/susanabraham/UsingStacksInVB11142005010807AM/UsingStacksInVB.aspx</guid><pubDate>Tue, 22 Feb 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item><item><title>Validating Input Xml Data Files</title><description>In this article we'll discus two strategies for validating input XML data files. The validation of an XML input file could occur at various instances of processing.</description><link>https://www.c-sharpcorner.com/article/validating-input-xml-data-files/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/validating-input-xml-data-files/</guid><pubDate>Mon, 28 Jun 2004 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Susan Abraham)</author></item></channel></rss>