﻿<?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=ankur23" rel="self" type="application/rss+xml" /><item><title>JavaScript Coding Standards</title><description>Being a novice or a professional often we wonder how to write effective, maintainable and extendible code. This article defines guidelines to enforce consistent style and formatting and help developer</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/javascript-coding-standards/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/javascript-coding-standards/</guid><pubDate>Tue, 10 Dec 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>C# Coding Standards</title><description>Being a novice or a professional often we wonder how to write effective, maintainable and extendible code. This article define guidelines to enforce consistent style and formatting and help developers avoid common pitfalls and mistakes.</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/C-Sharp-coding-standards/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/C-Sharp-coding-standards/</guid><pubDate>Fri, 06 Dec 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Knockout Two Way Binding Checkbox List to ObservableArray</title><description>This article deals with the binding problem of two way binding of an ObservableArray to a Checkbox List.</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/knockout-two-way-binding-checkbox-list-to-observablearray/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/knockout-two-way-binding-checkbox-list-to-observablearray/</guid><pubDate>Mon, 02 Dec 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Knockout Two way binding radio button to an Observable</title><description>Often we find it troublesome to bind a boolean type observable to a pair of yes/no radio buttons, this article shows how we can do that easily.</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/knockout-two-way-binding-radio-button-to-an-observable/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/knockout-two-way-binding-radio-button-to-an-observable/</guid><pubDate>Mon, 02 Dec 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Redirect User to Mobile Site</title><description>In this Blog you will learn about Redirect user to mobile site using regex.</description><link>https://www.c-sharpcorner.com/blogs/redirect-user-to-mobile-site1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/redirect-user-to-mobile-site1</guid><pubDate>Mon, 11 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Export HTML to Excel and More</title><description>I was working on a project where I had a grid like table structure having number of columns and values, and the requirement was to export data to excel. H</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/export-html-to-excel-and-more/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/export-html-to-excel-and-more/</guid><pubDate>Tue, 29 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Prompt User For Unsaved Activity Using Javascript</title><description>In this article you will learn how to prompt a user for unsaved activity, using JavaScript.</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/prompt-user-for-unsaved-activity-using-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/prompt-user-for-unsaved-activity-using-javascript/</guid><pubDate>Mon, 28 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>FreeTextBox Custom CSS Styling</title><description>In this blog I am going to explain about FreeTextBox custom CSS styling.</description><link>https://www.c-sharpcorner.com/blogs/freetextbox-custom-css-styling1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/freetextbox-custom-css-styling1</guid><pubDate>Wed, 08 Aug 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Programmatically show hide  AJAX "PopupControlExtender"</title><description>how to show/hide popupextender through C#</description><link>https://www.c-sharpcorner.com/blogs/programmatically-show-hide-ajax-popupcontrolextender1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/programmatically-show-hide-ajax-popupcontrolextender1</guid><pubDate>Fri, 24 Jun 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Cookie Based Expand/Collapse Div Architecture in ASP.Net Website</title><description>A cookie and JavaScript based lightweight TreeView like expand/collapse div architecture.</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/cookie-based-expandcollapse-div-architecture-in-Asp-Net-website/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/cookie-based-expandcollapse-div-architecture-in-Asp-Net-website/</guid><pubDate>Fri, 24 Jun 2011 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Factory Method Pattern</title><description>Here in this article i'll try to explain Factory Method Pattern with an real world example</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/factory-method-pattern/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/factory-method-pattern/</guid><pubDate>Tue, 26 Oct 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>Abstract Factory Pattern</title><description>In this walkthrough I'll try to explain GOF (Gang of Four) Abstract Design pattern. This article is about managing multiple connection strings of different data providers (SQL, Oracle, OleDB etc.).</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/abstract-factory-pattern/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/abstract-factory-pattern/</guid><pubDate>Tue, 21 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item><item><title>How to Get a New Job in 20 Days</title><description>Successfully implemented and proven processes and best practices to get your dream job quickly.</description><link>https://www.c-sharpcorner.com/UploadFile/ankurmalik123/how-to-get-a-new-job-in-20-days/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/ankurmalik123/how-to-get-a-new-job-in-20-days/</guid><pubDate>Wed, 08 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankur )</author></item></channel></rss>