﻿<?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=satish-kumar173" rel="self" type="application/rss+xml" /><item><title>25 Powerful Points To Understand System Design</title><description>25 Powerful points to understand System Design that can help in system design interviews.</description><link>https://www.c-sharpcorner.com/article/25-powerful-points-to-understand-system-design/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/25-powerful-points-to-understand-system-design/</guid><pubDate>Fri, 13 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Best Practices For Writing SQL Queries</title><description>In this blog, you will learn about the best practices for writing SQL queries.</description><link>https://www.c-sharpcorner.com/blogs/best-practices-for-writing-sql-queries</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/best-practices-for-writing-sql-queries</guid><pubDate>Wed, 16 Mar 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Who Is An Engineer?</title><description>In this blog, you will learn about engineers.</description><link>https://www.c-sharpcorner.com/blogs/who-is-an-engineer</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/who-is-an-engineer</guid><pubDate>Fri, 17 Sep 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>First, FirstOrDefault, Single, SingleOrDefault In C#</title><description>Learn how to use essential LINQ methods like First, FirstOrDefault, Single, and SingleOrDefault in C#. These methods enable you to retrieve elements from collections based on specified conditions. </description><link>https://www.c-sharpcorner.com/blogs/first-firstordefault-single-singleordefault-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/first-firstordefault-single-singleordefault-in-c-sharp</guid><pubDate>Mon, 09 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Difference Between Var and Dynamic in C#</title><description>Here is the code example that explains the difference between var and dynamic in C#. </description><link>https://www.c-sharpcorner.com/blogs/difference-between-var-and-dynamic-in-c-sharp2</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/difference-between-var-and-dynamic-in-c-sharp2</guid><pubDate>Tue, 20 Mar 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>ViewBag, ViewData And TempData In MVC</title><description>In this blog, I will try to explain the difference between ViewBag, ViewData, and TempData in MVC in a simple way.</description><link>https://www.c-sharpcorner.com/blogs/viewbag-viewdata-and-tempdata-in-mvc</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/viewbag-viewdata-and-tempdata-in-mvc</guid><pubDate>Mon, 12 Mar 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Ng-Options In Angular</title><description>This blog will explain how to use ng-options in angular. However we can use ng-repeat to render the options, but ng-options has its own benefits with respect to render speed, flexibility and memory co</description><link>https://www.c-sharpcorner.com/blogs/ngoptions-in-angularjs</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/ngoptions-in-angularjs</guid><pubDate>Thu, 26 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Best Practices In Writing Unit Tests</title><description>These are the Best Practices in writing Unit Tests.</description><link>https://www.c-sharpcorner.com/blogs/best-practices-in-writing-unit-tests</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/best-practices-in-writing-unit-tests</guid><pubDate>Thu, 23 Mar 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Top 5 Mistakes JavaScript Developer Shouldn't Do</title><description>This blog emphasizes about top 5 mistakes JavaScript developer shouldn&amp;#39;t do.</description><link>https://www.c-sharpcorner.com/blogs/top-5-mistakes-javascript-developer-shouldnt-do</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/top-5-mistakes-javascript-developer-shouldnt-do</guid><pubDate>Tue, 21 Mar 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Dynamic Polymorphism in C#</title><description>This blog will give you a clear idea about dynamic polymorphism, virtual keyword and abstract class.</description><link>https://www.c-sharpcorner.com/blogs/dynamic-polymorphism-in-c-sharp2</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/dynamic-polymorphism-in-c-sharp2</guid><pubDate>Sun, 15 May 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Polymorphism in C#</title><description>This blog will give you a clear idea about polymorphism and types of polymorphisms.</description><link>https://www.c-sharpcorner.com/blogs/polymorphism-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/polymorphism-in-c-sharp</guid><pubDate>Thu, 28 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Ref, Out, and Optional Parameters in C#</title><description>This particular article will share knowledge about out, ref, and optional parameters, and how to use those.</description><link>https://www.c-sharpcorner.com/blogs/ref-out-and-optional-parameters-in-c-sharp2</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/ref-out-and-optional-parameters-in-c-sharp2</guid><pubDate>Wed, 20 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Difference Between Constant And ReadOnly</title><description>In this article you will see the difference between Constant and ReadOnly keywords in C#.</description><link>https://www.c-sharpcorner.com/blogs/difference-between-constant-and-readonly</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/difference-between-constant-and-readonly</guid><pubDate>Tue, 05 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Ng-class in AngularJS</title><description>In this blog you will learn Ng-class in AngularJS.</description><link>https://www.c-sharpcorner.com/blogs/ngclass-in-angularjs</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/ngclass-in-angularjs</guid><pubDate>Mon, 04 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Model View Controller (MVC) Overview</title><description>In this blog you will learn about an overview to Model View Controller (MVC).</description><link>https://www.c-sharpcorner.com/blogs/model-view-controller-mvc-overview</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/model-view-controller-mvc-overview</guid><pubDate>Mon, 04 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item><item><title>Top Ten Best Practices For Software Developers</title><description>Here are the points which you can practice to become a successful software developer.</description><link>https://www.c-sharpcorner.com/article/top-ten-best-practices-for-software-developers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/top-ten-best-practices-for-software-developers/</guid><pubDate>Mon, 07 Mar 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Satish Kumar Vadlavalli)</author></item></channel></rss>