﻿<?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=sahil-sharma" rel="self" type="application/rss+xml" /><item><title>Angular For An ASP.NET Veteran - Part One</title><description>This article series is a paradigm shift for a .NET developer who has worked mostly on ASP.NET Stack (MVC, Web API, Entity Framework) to create web applications and was doing great; until a massive fav</description><link>https://www.c-sharpcorner.com/article/angular-for-an-asp-net-veteran-getting-started-part-one/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angular-for-an-asp-net-veteran-getting-started-part-one/</guid><pubDate>Tue, 24 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>How To Write Effective Code</title><description>How To Write Effective Code. The key to writing effective code is Delete Unnecessary Code, use clean code, learn coding from masters, Meaningful Code Commenting, Debug code and Trace, Unit Testing, ef</description><link>https://www.c-sharpcorner.com/article/how-to-write-effective-code/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-write-effective-code/</guid><pubDate>Fri, 02 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>Ransomware Attack - What I Learned As A Developer</title><description>The goal of this blog is to highlight the learning I have gained from this attack and how it can be useful as a developer.</description><link>https://www.c-sharpcorner.com/blogs/ransomware-attack-what-i-learn-as-a-developer</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/ransomware-attack-what-i-learn-as-a-developer</guid><pubDate>Thu, 18 May 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>How to Display the Empty GridView in case of no Records in Database</title><description>In this article you will learn to display an empty GridView when there are no records in the database.</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/how-to-display-the-empty-gridview-in-case-of-no-records-in-d/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/how-to-display-the-empty-gridview-in-case-of-no-records-in-d/</guid><pubDate>Mon, 23 Mar 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>How to Display the Rupee Symbol With Employee Salary in ASP.Net GridView</title><description>In this article you will learn how to display the Rupee symbol with Employee Salary in an ASP.NET Grid View.</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/display-rupee-symbol-with-employee-salary-in-Asp-Net-gridvie/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/display-rupee-symbol-with-employee-salary-in-Asp-Net-gridvie/</guid><pubDate>Wed, 18 Feb 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>How to Fix: Only One &amp;lt;configSections&amp;gt; Element Error in Web.Config</title><description>In this article you will learn the solution to the common error Only one configSections element allowed.</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/how-to-fix-only-one-configsections-element-error-in-web-conf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/how-to-fix-only-one-configsections-element-error-in-web-conf/</guid><pubDate>Thu, 12 Feb 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>LAME Question of the Day: How To Store a Password in a Database?</title><description>Here we will see three approaches for storing user credentials into the database. The plain-text approach should never be used. The salting and hashing technique seems secure and makes it difficult to</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/how-will-you-store-a-password-in-database/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/how-will-you-store-a-password-in-database/</guid><pubDate>Mon, 02 Feb 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>Learn ASP.Net in MVC Style: Part 2 [Controller in ASP.Net MVC5]</title><description>This article provides a detailed description about Controllers in ASP.NET MVC5.  </description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/learn-Asp-Net-in-mvc-style-part-2-controller-in-Asp-Net-mv/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/learn-Asp-Net-in-mvc-style-part-2-controller-in-Asp-Net-mv/</guid><pubDate>Tue, 30 Dec 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>LAME Question of the Day: What is the Difference Between a Library and a Framework?</title><description>What is the difference between a Library and a Framework?</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/lame-question-of-the-day-what-is-the-difference-between-a-l/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/lame-question-of-the-day-what-is-the-difference-between-a-l/</guid><pubDate>Fri, 19 Dec 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>LAME Question of the Day: What is Boilerplate Code?</title><description>What is the meaning of Boilerplate Code in computer programming?</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/lame-question-of-the-day-what-is-boilerplate-code/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/lame-question-of-the-day-what-is-boilerplate-code/</guid><pubDate>Thu, 18 Dec 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>Learn ASP.Net in MVC Style: Part 1 - [Introduction to ASP.Net MVC 5]</title><description>This article provides an overview of the web application framework ASP.NET MVC 5.</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/learn-Asp-Net-in-mvc-style-part-1-introduction-to-Asp-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/learn-Asp-Net-in-mvc-style-part-1-introduction-to-Asp-Net/</guid><pubDate>Mon, 15 Dec 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>State Management in ASP.NET: Everything You Need to Know</title><description>This article provides an overview to the various State Management techniques in ASP.NET. </description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/state-management-in-Asp-Net-everything-you-need-to-know/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/state-management-in-Asp-Net-everything-you-need-to-know/</guid><pubDate>Mon, 24 Nov 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>Visual Studio Community 2013: How to Install and Set Up</title><description>This article provides a step-by-step guide to install Visual Studio Community 2013.</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/visual-studio-community-2013-how-to-install-and-setup/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/visual-studio-community-2013-how-to-install-and-setup/</guid><pubDate>Fri, 14 Nov 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>LAME Question of the Day: Role of Curly Braces {} in Our Code?</title><description>Should we use Curly Braces {} for if&amp;#47;if-else statements?</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/lame-question-of-the-day-role-of-curly-braces-in-our-cod/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/lame-question-of-the-day-role-of-curly-braces-in-our-cod/</guid><pubDate>Sat, 01 Nov 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>The Fibonacci Numbers</title><description>This article helps you to understand Fibonacci Numbers and also provides various ways to generate a Fibonacci series in C#.</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/the-fibonacci-numbers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/the-fibonacci-numbers/</guid><pubDate>Fri, 03 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>Abstract Class &amp;amp; Interface: Two Villains of Every Interview - Part 2</title><description>This article explains the important key points of interfaces in C#. Learn what is interface, why we need an interface, how to define a C# interface.</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/abstract-class-interface-two-villains-of-every-interview756/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/abstract-class-interface-two-villains-of-every-interview756/</guid><pubDate>Tue, 23 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>Net Neutrality - Everything You Need to Know</title><description>Federal Communications Commission (FCC) proposed rules in May 2014 that will allow Telecom Giants like Verizon and AT&amp;T to provide internet connection with discrimination in speed and content to customers based on their subscription plans. </description><link>https://www.c-sharpcorner.com/blogs/net-neutrality-everything-you-need-to-know1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/net-neutrality-everything-you-need-to-know1</guid><pubDate>Thu, 11 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>Abstract Class &amp;amp; Interface: Two Villains of Every Interview - Part 1 </title><description>This article explains the important key points of Abstract Class in C#. Learn what is an Abstract Class, how to define an Abstract Class, and why do we need an Abstract Class.</description><link>https://www.c-sharpcorner.com/UploadFile/d0e913/abstract-class-interface-two-villains-of-every-interview/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/d0e913/abstract-class-interface-two-villains-of-every-interview/</guid><pubDate>Tue, 09 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item><item><title>Unbelievable Cool Games Made in Microsoft Excel</title><description>Those days are gone when we use Microsoft Excel for data-analyzing, financial processes and complex calculations. Believe it or not, you can turn this data-analyzing, number-crunching tool into one unbelievably cool game.</description><link>https://www.c-sharpcorner.com/blogs/unbelievable-cool-games-made-in-microsoft-excel1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/unbelievable-cool-games-made-in-microsoft-excel1</guid><pubDate>Wed, 27 Aug 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sahil Sharma)</author></item></channel></rss>