﻿<?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=abhishek-bhat" rel="self" type="application/rss+xml" /><item><title>GitHub - Branching and Merging</title><description>This video throws light on how to create branches and do code merging using GitHub.</description><link>https://www.c-sharpcorner.com/article/github-branching-and-merging/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/github-branching-and-merging/</guid><pubDate>Mon, 11 Jun 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Getting Started With GitHub</title><description>In today&amp;#39;s era, there is an absolute need for developers to use distributed version control. Distributed source control have more advanced functionality as compared to standalone version control t</description><link>https://www.c-sharpcorner.com/article/getting-started-with-github/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-github/</guid><pubDate>Fri, 08 Jun 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Getting Started With C# 6.0</title><description>In this article you will learn about new features of C# 6.0.</description><link>https://www.c-sharpcorner.com/UploadFile/851045/getting-started-with-C-Sharp-6-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/getting-started-with-C-Sharp-6-0/</guid><pubDate>Mon, 17 Nov 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>HeartBleed - Open SSL Security Threat</title><description>This blog defines oOpen SSL security threat.</description><link>https://www.c-sharpcorner.com/blogs/heartbleed-open-ssl-security-threat1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/heartbleed-open-ssl-security-threat1</guid><pubDate>Sun, 13 Apr 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>What is ASP.Net WebAPI</title><description>In this article, I will take you through the basics of the ASP.Net Web API.</description><link>https://www.c-sharpcorner.com/UploadFile/851045/what-is-Asp-Net-webapi/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/what-is-Asp-Net-webapi/</guid><pubDate>Mon, 14 Oct 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Command Design Pattern in C#</title><description>Here you will learn about the Command Design Pattern in C#.</description><link>https://www.c-sharpcorner.com/UploadFile/851045/command-design-pattern-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/command-design-pattern-in-C-Sharp/</guid><pubDate>Sun, 14 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Windows To Go Feature</title><description>Windows To Go is a new feature which will enable users to use USB drive to load the Windows 8 operating system. </description><link>https://www.c-sharpcorner.com/blogs/windows-to-go-feature1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/windows-to-go-feature1</guid><pubDate>Sun, 21 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Free ebook on VS.Net 2012 and ASP.Net 4.5</title><description>Free ebook on VS.Net 2012 and ASP.Net 4.5</description><link>https://www.c-sharpcorner.com/blogs/free-ebook-on-vsnet-2012-and-asp-net-45</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/free-ebook-on-vsnet-2012-and-asp-net-45</guid><pubDate>Mon, 01 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Getting started with SQLite </title><description>In this article you will see how to start with SQLite.SQLite is a popular, lightweight, and self-contained relational database management system (RDBMS) that is widely used for various applications, e</description><link>https://www.c-sharpcorner.com/UploadFile/851045/getting-started-with-sqlite/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/getting-started-with-sqlite/</guid><pubDate>Mon, 12 Dec 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Introduction of JQuery</title><description>JQuery is a Javascript library which is used extensively for client side validation and manipulation of Dom elements. </description><link>https://www.c-sharpcorner.com/uploadfile/851045/introduction-of-jquery/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/851045/introduction-of-jquery/default.aspx</guid><pubDate>Wed, 07 Sep 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Introduction to MEF</title><description>MEF stands for Managed Extensible Framework. It is part of .Net 4.0 and is useful for building extensible applications. </description><link>https://www.c-sharpcorner.com/UploadFile/851045/introduction-to-mef/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/introduction-to-mef/</guid><pubDate>Wed, 07 Sep 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Introduction to Exception Handling Block</title><description>Application blocks are Microsoft recommended patterns and practices which address some of the most common scenarios like logging, caching, exception handling, dependency injection and so on.</description><link>https://www.c-sharpcorner.com/blogs/introduction-to-exception-handling-block1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/introduction-to-exception-handling-block1</guid><pubDate>Tue, 30 Aug 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Code Analysis using VS.Net 2010</title><description>The Code Analysis tool is available as part of Visual Studio. When we enable code analysis, our code is validated against the rule defined in Microsft FxCop (current version is 1.36). </description><link>https://www.c-sharpcorner.com/uploadfile/851045/code-analysis-using-vs-net-2010/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/851045/code-analysis-using-vs-net-2010/default.aspx</guid><pubDate>Thu, 03 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Assembly in .NET: Part 1</title><description>An assembly in the .Net world is nothing but a DLL or an exe. It is a basic building block of any .Net application. </description><link>https://www.c-sharpcorner.com/uploadfile/851045/assembly-in-net-part-1/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/851045/assembly-in-net-part-1/default.aspx</guid><pubDate>Tue, 01 Feb 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Builder Pattern</title><description>Builder pattern falls under the Creational design pattern. The Builder pattern separates the construction phase of a complex object from its representation so that the same construction logic can be u</description><link>https://www.c-sharpcorner.com/UploadFile/851045/builder-pattern/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/builder-pattern/</guid><pubDate>Mon, 31 Jan 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Strategy Pattern</title><description>The Strategy Pattern is a GOF (Gang of Four) behavioral pattern where the intent is to "define a family of algorithms, encapsulate each one, and make them interchangeable".</description><link>https://www.c-sharpcorner.com/UploadFile/851045/strategy-pattern/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/strategy-pattern/</guid><pubDate>Sun, 30 Jan 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Singleton and Prototype Patterns</title><description>Singleton and Prototype patterns fall under Creational Design Patterns which deal with object creation.</description><link>https://www.c-sharpcorner.com/UploadFile/851045/singleton-and-prototype-patterns/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/singleton-and-prototype-patterns/</guid><pubDate>Sun, 30 Jan 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Maintaining favourites online</title><description>A nice way to maintain favorites online using Delicious</description><link>https://www.c-sharpcorner.com/blogs/maintaining-favourites-online1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/maintaining-favourites-online1</guid><pubDate>Thu, 27 Jan 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Python with .NET 4</title><description>IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono ( A cross platform open source Dotnet framework currently targeted for Linux). IronPython is wr</description><link>https://www.c-sharpcorner.com/UploadFile/851045/python-with-net-4/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/python-with-net-4/</guid><pubDate>Thu, 27 Jan 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>Using IComparer IComparable for Sorting in WPF</title><description>Implementation of IComparable in WPF. Here, we implement the CompareTo method and sort the Emp objects based on Age property.</description><link>https://www.c-sharpcorner.com/uploadfile/851045/using-icomparer-icomparable-for-sorting-in-wpf/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/851045/using-icomparer-icomparable-for-sorting-in-wpf/default.aspx</guid><pubDate>Thu, 27 Jan 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item><item><title>WCF Rest Service</title><description>In this article, you will learn how to create a REST style WCF service.</description><link>https://www.c-sharpcorner.com/UploadFile/851045/wcf-rest-service/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/851045/wcf-rest-service/</guid><pubDate>Wed, 26 Jan 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Abhishek Bhat)</author></item></channel></rss>