﻿<?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=arvind-baghel" rel="self" type="application/rss+xml" /><item><title>Understanding Stored Procedure In SQL Server</title><description>In this article, I am going to explain about the stored procedure in SQL Server and what the advantages of using the procedure are. I will explain how to create the procedure and how to execute it.</description><link>https://www.c-sharpcorner.com/article/understanding-stored-procedure-in-sql-server/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-stored-procedure-in-sql-server/</guid><pubDate>Wed, 21 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Indexes In SQL Server🔗</title><description>In this article, I am going to explain the indexes available in the SQL Server and their advantages and drawbacks. I am covering the clustered and non-clustered index.</description><link>https://www.c-sharpcorner.com/article/indexes-in-sql-server2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/indexes-in-sql-server2/</guid><pubDate>Fri, 16 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Introduction To SQL And SQL Commands</title><description>In this article, I am going to explain different types of SQL commands which are DDL, DML, DQL, DCL, and TCL.</description><link>https://www.c-sharpcorner.com/article/introduction-to-sql-and-sql-commands/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-sql-and-sql-commands/</guid><pubDate>Fri, 26 Jul 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>What Is Database Normalization And Denormalization</title><description>In this article, I am going to explain the database and different normalization forms and denormalization.</description><link>https://www.c-sharpcorner.com/article/what-is-database-normalization-and-denormalization/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-database-normalization-and-denormalization/</guid><pubDate>Fri, 26 Jul 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Understanding SQL Server Constraints</title><description>In this article, I am going to explain SQL Server constraints such as Unique key constraint Primary key and foreign key and how to implement constraints in SQL Server.</description><link>https://www.c-sharpcorner.com/article/constraint-in-sql-server/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/constraint-in-sql-server/</guid><pubDate>Fri, 26 Jul 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Visual Studio Productivity Tips</title><description>In this blog, I am going to share Visual Studio productivity tips. I will share some tips to generate code with shortcuts and some tips which are helpful to write quick code.</description><link>https://www.c-sharpcorner.com/blogs/visual-studio-productivity-tips</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/visual-studio-productivity-tips</guid><pubDate>Tue, 09 Apr 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Visual Studio Keyboard Shortcuts</title><description>In this article, I am going to share Visual Studio keyboard shortcuts and some very useful productivity tips. </description><link>https://www.c-sharpcorner.com/blogs/visual-studio-keyboard-shortcut</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/visual-studio-keyboard-shortcut</guid><pubDate>Tue, 02 Apr 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Git Operations With Visual Studio - Part Two 🚀</title><description>In this post, I am going to explain some of the advanced Git operations using Visual Studio, like merging, resolving conflict, sync etc.</description><link>https://www.c-sharpcorner.com/article/git-basic-operations-with-visual-studio/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/git-basic-operations-with-visual-studio/</guid><pubDate>Mon, 07 Jan 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Git Basic Operations With Visual Studio </title><description>In this post I am going to show some basic Git operations using Visual Studio without using the Git command line tool.</description><link>https://www.c-sharpcorner.com/article/git-with-visual-studio-basic-operations/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/git-with-visual-studio-basic-operations/</guid><pubDate>Mon, 24 Dec 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Custom Filters In Angular</title><description>This is the next article of AngularJS from basic to expert -day five. In this article, I am going to explain custom filter in angular js and how to create custom filter.</description><link>https://www.c-sharpcorner.com/article/custom-filter-in-angular-js/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/custom-filter-in-angular-js/</guid><pubDate>Fri, 25 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Angular From Basic To Expert - Day Five</title><description>In this article I am explaining about filters in angular js and also creating a demo and using angular js filters in it for practical implementation.  </description><link>https://www.c-sharpcorner.com/article/angular-from-basic-to-expert-day-four/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angular-from-basic-to-expert-day-four/</guid><pubDate>Thu, 24 May 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Difference Between Software Design Principles - DRY And KISS</title><description>In this article, we will explain the main basics of two software design principles, DRY and KISS.</description><link>https://www.c-sharpcorner.com/article/dont-repeat-yourself-design-principle/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dont-repeat-yourself-design-principle/</guid><pubDate>Mon, 02 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Angular From Basic To Expert - Day Four</title><description>In this article, we will learn, Scope in AngularJS and Data binding in AngularJS. AngularJS provides One way data binding and Two way data binding.</description><link>https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert-day-four/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert-day-four/</guid><pubDate>Fri, 16 Mar 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Angular From Basic To Expert - Day Three</title><description>In the previous articles - AngularJS from basic to expert Day One and Day Two, we have learned what AngularJS is, its basics, and usage of AngularJS expression and directives. Here we will learn Model</description><link>https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert-day-three/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert-day-three/</guid><pubDate>Tue, 02 Jan 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Angular From Basic To Expert - Day Two</title><description>In this article of AngularJS from basic to expert - Day Two we will learn AngularJS Expressions and Directives in AngularJS.</description><link>https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert-day-two/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert-day-two/</guid><pubDate>Tue, 10 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Software Design Principles DRY, KISS, YAGNI</title><description>In this article, I am going to explore software design principles and their benefits and why design principle are useful for us and how to implement them in our daily programming. We will see DRY, KIS</description><link>https://www.c-sharpcorner.com/article/software-design-principles-dry-kiss-yagni/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/software-design-principles-dry-kiss-yagni/</guid><pubDate>Thu, 28 Sep 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Angular From Basic To Expert - Day One</title><description>This article series helps you to learn AngularJS 1.x.x as quickly and in a simple way from basic to expert level.</description><link>https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert/</guid><pubDate>Thu, 28 Sep 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Introduction To AES And DES Encryption Algorithms In .NET</title><description>Explore encryption methods like Symmetric (DES, 3DES, AES) and Asymmetric (RSA, DSA), highlighting key differences in key management, security, and performance. Understand DES vulnerabilities and adva</description><link>https://www.c-sharpcorner.com/article/introduction-to-aes-and-des-encryption-algorithms-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-aes-and-des-encryption-algorithms-in-net/</guid><pubDate>Fri, 17 Feb 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Dependency Injection and Inversion of Control</title><description>In this blog, you will learn about dependency injection and inversion of control.</description><link>https://www.c-sharpcorner.com/blogs/dependency-injection-and-inversion-of-control</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/dependency-injection-and-inversion-of-control</guid><pubDate>Sat, 14 Jan 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item><item><title>Introduction To JSON</title><description>In this article you will learn about JSON. I am going to introduce JSON with explaining what JSON is, what is the use of JSON and will create a sample demo application</description><link>https://www.c-sharpcorner.com/article/introduction-to-json/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-json/</guid><pubDate>Fri, 22 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Arvind Singh)</author></item></channel></rss>