﻿<?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=sundar-bhai" rel="self" type="application/rss+xml" /><item><title>Optimize .NET API Performance: 10 Essential Techniques</title><description>Boost your .NET API performance with these 10 essential techniques! Learn how to optimize database queries, use asynchronous programming, enable response caching and compression, and minimize object m</description><link>https://www.c-sharpcorner.com/article/optimize-net-api-performance-10-essential-techniques/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/optimize-net-api-performance-10-essential-techniques/</guid><pubDate>Thu, 18 Sep 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Enhancing .NET Apps with Resilience Patterns</title><description>Resilience in .NET applications refers to the ability of software to handle failures gracefully, recover from disruptions, and continue providing service without significant downtime.This article dive</description><link>https://www.c-sharpcorner.com/article/enhancing-net-apps-with-resilience-patterns/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/enhancing-net-apps-with-resilience-patterns/</guid><pubDate>Wed, 12 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>How to Implement Rate Limiting Middleware in .NET</title><description>Rate limiting controls API requests to prevent overload, ensure fair usage, and protect against DoS attacks. Using .NET 7’s built-in middleware in Visual Studio, you can implement scalable and secure </description><link>https://www.c-sharpcorner.com/article/how-to-implement-rate-limiting-middleware-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-implement-rate-limiting-middleware-in-net/</guid><pubDate>Tue, 11 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Explore the Key Features of .NET 9</title><description>Microsoft’s release of&amp;#160;.NET 9&amp;#160;continues its mission to enhance the developer experience, optimize performance, and expand its feature set for modern application development, whether you’re a</description><link>https://www.c-sharpcorner.com/article/explore-the-key-features-of-net-9/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/explore-the-key-features-of-net-9/</guid><pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Understanding SOLID Principles in .NET Core</title><description>SOLID principles are a set of five design principles in object-oriented programming that aim to make software designs more understandable, flexible, and maintainable. In this blog post, we’ll explore </description><link>https://www.c-sharpcorner.com/article/understanding-solid-principles-in-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-solid-principles-in-net-core/</guid><pubDate>Fri, 31 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Implementing Dapper In Blazor Server Application</title><description>Dapper is a micro ORM framework that helps us map object-oriented domain models to a relational database. Using Dapper, it is very easy to execute an SQL query against a database and get the result ma</description><link>https://www.c-sharpcorner.com/article/implementing-dapper-in-blazor-server-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-dapper-in-blazor-server-application/</guid><pubDate>Sun, 31 Jul 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Getting Started With .NET MAUI - First Look</title><description>We can create Native Mobile and Desktop with C# &amp;amp; XAML with a cross-platform framework called .NET MAUI. MAUI stands for Multiple-Platform Application UI. We can develop applications for Android, </description><link>https://www.c-sharpcorner.com/article/getting-started-with-net-maui-first-look/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-net-maui-first-look/</guid><pubDate>Wed, 27 Jul 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Getting Started with SQL Server Machine Learning Services – Part 1</title><description>We know Humans learn from their past experiences. Mean while Machines follow Instructions given by Humans. But what if Human can train Machines to learn from the past data?. In simple, this is what Ma</description><link>https://www.c-sharpcorner.com/article/getting-started-with-sql-server-machine-learning-services-part-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-sql-server-machine-learning-services-part-1/</guid><pubDate>Mon, 20 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Power BI Basic Data Transformation Technique</title><description>When working in a large set of Data, definitely we cannot use the data as it is. We need to perform some refinements so that we can exactly look into the data in which we are interested. In Power BI, </description><link>https://www.c-sharpcorner.com/article/power-bi-basic-data-transformation-technique/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/power-bi-basic-data-transformation-technique/</guid><pubDate>Tue, 23 Nov 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Query Editor in Power BI for Data Transformation</title><description>From our previous articles, we know how to load data into our Power BI from various data sources. But that exact data is not enough to create our Power BI reports. We need to shape those data, that is</description><link>https://www.c-sharpcorner.com/article/query-editor-in-power-bi-for-data-transformation/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/query-editor-in-power-bi-for-data-transformation/</guid><pubDate>Mon, 08 Nov 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Preparing Data For Power BI Report And Dashboard</title><description>In this article, we will discuss the steps that we need to flow to prepare Interactive Reports and Dashboards using the Data in Power BI.</description><link>https://www.c-sharpcorner.com/article/preparing-data-for-power-bi-report-and-dashboard/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/preparing-data-for-power-bi-report-and-dashboard/</guid><pubDate>Mon, 01 Nov 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Connect Power BI With Different Data Sources</title><description>In this article, we will learn how to connect different data sources with Power BI.</description><link>https://www.c-sharpcorner.com/article/connect-power-bi-with-different-data-sources/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/connect-power-bi-with-different-data-sources/</guid><pubDate>Thu, 21 Oct 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Data Sources For The Power BI</title><description>In this article, we will learn “How to connect Power BI with difference Data Sources”. With Power BI, we can connect different types of data such like from Excel to Online data.</description><link>https://www.c-sharpcorner.com/article/data-sources-for-the-power-bi/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/data-sources-for-the-power-bi/</guid><pubDate>Mon, 18 Oct 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Power BI Desktop - Quick Overview</title><description>If we want to access Power BI for FREE, then Power BI Desktop is an option, a free application that we can install on the local computer that lets us connect to, transform, and visualize your data. In</description><link>https://www.c-sharpcorner.com/article/power-bi-desktop-quick-overview/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/power-bi-desktop-quick-overview/</guid><pubDate>Mon, 04 Oct 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>What Is Power BI: An Overview</title><description>With Microsoft Power BI we can quickly connect to our data and visualize as much or as little as we like and creates stunning reports and dashboards to help get insights into the business, which helps</description><link>https://www.c-sharpcorner.com/article/what-is-power-bi-an-overview/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-power-bi-an-overview/</guid><pubDate>Fri, 01 Oct 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Introduction To .NET Multi-Platform App UI (MAUI) - An Overview</title><description>What if we are able to create native Mobile apps, Desktop apps using .NET C# and XAML from a single code base?. !!! How cool it will be right ?. Yes, now we can create native Android, iOS, macOS, and </description><link>https://www.c-sharpcorner.com/article/introduction-to-net-multi-platform-app-ui-maui-an-overview/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-net-multi-platform-app-ui-maui-an-overview/</guid><pubDate>Tue, 24 Aug 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>How To Get Started With The Radzen Blazor Components</title><description>When creating a Blazor Application (both Server and WebAssembly), by default it consists of the UI framework. But some projects might be need to deliver sooner or the time frame for a project is lesse</description><link>https://www.c-sharpcorner.com/article/how-to-get-started-with-the-radzen-blazor-components/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-get-started-with-the-radzen-blazor-components/</guid><pubDate>Fri, 25 Jun 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Breadcrumbs For Blazor Using MudBlazor</title><description>In this article,  we will discuss how to implement Breadcrumbs for Blazor using MudBlazor</description><link>https://www.c-sharpcorner.com/article/breadcrumbs-for-blazor-using-mudblazor/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/breadcrumbs-for-blazor-using-mudblazor/</guid><pubDate>Fri, 02 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Modal Popup Window In Blazor WebAssembly</title><description>In this article, I have shared how to implement a Modal Popup Window in Blazor WASM</description><link>https://www.c-sharpcorner.com/article/modal-popup-window-in-blazor-webassembly/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/modal-popup-window-in-blazor-webassembly/</guid><pubDate>Wed, 31 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>What Is Blazor And How It Works</title><description>In this article, I have explained about Blazor and How does it work. </description><link>https://www.c-sharpcorner.com/article/what-is-blazor-and-how-does-it-works/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-blazor-and-how-does-it-works/</guid><pubDate>Thu, 25 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Build Progressive Web Applications With Blazor WebAssembly</title><description>In this article, I have discussed how to create and build a PWA application using Blazor WebAssembly </description><link>https://www.c-sharpcorner.com/article/build-progressive-web-applications-with-blazor-webassembly/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/build-progressive-web-applications-with-blazor-webassembly/</guid><pubDate>Tue, 23 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Machine Learning Models With C# - Part One</title><description>In this article, I would like to share some basic models of Machine Learning using C# </description><link>https://www.c-sharpcorner.com/article/machine-learning-models-with-c-sharp-part-i/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/machine-learning-models-with-c-sharp-part-i/</guid><pubDate>Wed, 06 May 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>The Basics of the Software Development Life Cycle</title><description>In this article, we will learn more about the Software Development Life Cycle phases</description><link>https://www.c-sharpcorner.com/article/the-basics-of-software-development-life-cycle/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-basics-of-software-development-life-cycle/</guid><pubDate>Fri, 01 May 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Business Analyst and the Scope of the Business Analyst Role</title><description>In this article, I explain the roles and scopes of a Business Analyst in an organization. </description><link>https://www.c-sharpcorner.com/article/business-analyst-and-the-scope-of-their-role/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/business-analyst-and-the-scope-of-their-role/</guid><pubDate>Fri, 24 Apr 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>The Knowledge Areas A Business Analyst Needs To Know</title><description>In this article, we will have a detailed view of the knowledge areas a Business Analyst needs to know.</description><link>https://www.c-sharpcorner.com/article/the-knowledge-areas-a-business-analyst-needs-to-know/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-knowledge-areas-a-business-analyst-needs-to-know/</guid><pubDate>Thu, 23 Apr 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Personality Traits Required to be a Successful Business Analyst</title><description>In this article, I have shared some personal traits that are required to be a successful business analyst. </description><link>https://www.c-sharpcorner.com/article/the-personal-traits-required-to-be-a-successful-business-analyst/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-personal-traits-required-to-be-a-successful-business-analyst/</guid><pubDate>Tue, 21 Apr 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Time Management - Introduction</title><description>In this article, I would like to share some time management skills.</description><link>https://www.c-sharpcorner.com/article/time-management-skills/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/time-management-skills/</guid><pubDate>Thu, 26 Mar 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Overview Of Microsoft&amp;#39;s Artificial Intelligence (AI)</title><description>This article lists various into AI services supported and provided by Microsoft</description><link>https://www.c-sharpcorner.com/article/overview-of-microsofts-artificial-intelligence-ai/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/overview-of-microsofts-artificial-intelligence-ai/</guid><pubDate>Fri, 28 Jun 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>📱Deep Dive Into Flutter - Part One📱</title><description>In this first article of the Flutter series, we will learn the basics of Flutter. </description><link>https://www.c-sharpcorner.com/article/deep-dive-into-flutter-part-one/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deep-dive-into-flutter-part-one/</guid><pubDate>Tue, 14 May 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>📱Deep Dive Into Flutter - Part Two - What&amp;#39;s New In Flutter📱</title><description>This is part two of the Flutter series and here, we will learn what&amp;#39;s new in the latest Flutter release.</description><link>https://www.c-sharpcorner.com/article/deep-dive-into-flutter-part-ii-whats-new-in-flutter/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deep-dive-into-flutter-part-ii-whats-new-in-flutter/</guid><pubDate>Tue, 14 May 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Zero To Hero In MS SQL Server - Part Six</title><description>Part six of &amp;quot;Zero To Hero In MS SQL Server&amp;quot; explores the WHERE Clause in SQL, used for filtering records based on conditions. It covers the syntax and usage of WHERE Clause, along with examp</description><link>https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-six/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-six/</guid><pubDate>Fri, 31 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Zero To Hero In MS SQL Server - Part Three</title><description>Part Three of Zero To Hero In MS SQL Server delves into advanced concepts like data warehousing, BI, reporting services, and data security, completing your journey to SQL Server mastery.





</description><link>https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-three/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-three/</guid><pubDate>Thu, 02 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Zero To Hero In MS SQL Server - Part Four</title><description>In this article, Part Four of &amp;#39;Zero To Hero In MS SQL Server&amp;#39; delves into advanced topics like query optimization, stored procedures, and indexing strategies. Master database management, T-SQL</description><link>https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-four/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-four/</guid><pubDate>Thu, 02 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Zero To Hero In MS SQL Server - Part Five</title><description>Embark on a journey from novice to expert in MS SQL Server with Part Five of our comprehensive series. Explore advanced topics including query optimization, stored procedures, indexing strategies, and</description><link>https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-five/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-five/</guid><pubDate>Thu, 02 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Zero To Hero In MS SQL Server - Part Two</title><description>Advance your MS SQL Server skills from Part One to mastery with Part Two. Dive into advanced T-SQL, stored procedures, triggers, and performance tuning techniques for efficient database management and</description><link>https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-two/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-two/</guid><pubDate>Sun, 29 Jul 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>How To Remain Productive All Day </title><description>In this article, I have shared some tips which I follow to be more productive and remain productive the whole day.</description><link>https://www.c-sharpcorner.com/article/how-to-be-more-productive-all-the-day/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-be-more-productive-all-the-day/</guid><pubDate>Tue, 24 Jul 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Zero To Hero In MS SQL Server - Part One</title><description>This is part one of Zero To Hero Series in MS SQL Server. This is mainly focused for beginners who are into MS SQL Server and also for experienced who want to fresh up for interviews and daily technic</description><link>https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-1/</guid><pubDate>Mon, 12 Mar 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>How The Technical Community Helped Me</title><description>In this article, I would like to share how the C Sharp Corner technical community helped me in an interview. </description><link>https://www.c-sharpcorner.com/article/how-technical-community-helped/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-technical-community-helped/</guid><pubDate>Sat, 24 Feb 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Types Of Software Testing </title><description>In this article I have shared some types of Software Testing </description><link>https://www.c-sharpcorner.com/article/types-of-software-testing/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/types-of-software-testing/</guid><pubDate>Mon, 18 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Ten</title><description>In this article, I have shared Enumeration concept in Swift Programming.</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-ten/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-ten/</guid><pubDate>Thu, 14 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Role And Responsibilities Of A Project Manager</title><description>In this article, I have stated some key roles and responsibilities of a project manager.</description><link>https://www.c-sharpcorner.com/article/roles-and-responsibilities-of-project-manager/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/roles-and-responsibilities-of-project-manager/</guid><pubDate>Thu, 14 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Key Skills For Software Testers</title><description>In this article, I have shared some important skills required for software testers.</description><link>https://www.c-sharpcorner.com/article/roles-and-responsibilities-of-software-tester/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/roles-and-responsibilities-of-software-tester/</guid><pubDate>Tue, 12 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Nine</title><description>In this article, I have shared some details about Design Patterns in Swift Programming.</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-nine/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-nine/</guid><pubDate>Mon, 11 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Roles And Responsibilities Of SQL Developer </title><description>In this article, I have shared the Roles and Responsibilities of a SQL Developer.</description><link>https://www.c-sharpcorner.com/article/roles-and-responsibilities-of-sql-developer/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/roles-and-responsibilities-of-sql-developer/</guid><pubDate>Fri, 08 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Skills Required to Become Full Stack .NET Web Developer</title><description>In this article, I would like to share some of the important key skills required to become a Full Stack .NET Web Developer.</description><link>https://www.c-sharpcorner.com/article/skills-required-to-become-full-stack-developer-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/skills-required-to-become-full-stack-developer-net/</guid><pubDate>Tue, 28 Nov 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Roles And Responsibilities Of Business Analyst</title><description>In this article, I would like to share some details about job position &amp;quot;Business Analyst&amp;quot;. This article will be more useful for those who want to switch their career as a business analyst.</description><link>https://www.c-sharpcorner.com/blogs/roles-and-responsibilities-of-business-analyst</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/roles-and-responsibilities-of-business-analyst</guid><pubDate>Mon, 20 Nov 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Eight</title><description>This is Part Eight of Swift Programming - Zero To Hero Series. In this article, we will learn about Return Type &amp;amp; Tuples in swift.</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-eight/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-eight/</guid><pubDate>Mon, 23 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Seven</title><description>This is Part Seven of the &amp;quot;Zero to Hero&amp;quot; Series. In this article we will learn about Functions and Tuples.</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-seven/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-seven/</guid><pubDate>Mon, 16 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Six</title><description>This is part six of &amp;quot;Swift Programming - Zero to Hero&amp;quot;  series. In this article, we will be learning about Arithmetic Operators. Before you continue in this session, please follow the previo</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-six/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-six/</guid><pubDate>Wed, 04 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Five</title><description>This is part five of &amp;quot;Swift Programming - Zero to Hero&amp;quot; series. You can read the previous articles in the series.</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-five/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-five/</guid><pubDate>Sun, 01 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Four</title><description>In this article, we will learn about arrays and
accessing arrays using looping statements</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-four/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-four/</guid><pubDate>Mon, 04 Sep 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Three</title><description>Statements are the building blocks of any program. We can perform any function with the help of statements, such as checking values or declaring variables, calling methods, or even creating objects.</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-three/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-three/</guid><pubDate>Fri, 11 Aug 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part Two</title><description>This is part two of Swift Programming Zero to Hero. In this article we will see loops in Swift. </description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-two/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-two/</guid><pubDate>Wed, 02 Aug 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Get Ready For Interviews</title><description>In this blog, I would like to share some of my interview experiences, and what does and does not do while interviews.</description><link>https://www.c-sharpcorner.com/blogs/get-ready-for-interviews</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/get-ready-for-interviews</guid><pubDate>Sun, 16 Jul 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Achieve Your Goals</title><description>In this blog, I have shared some ways to achieve your goals. </description><link>https://www.c-sharpcorner.com/blogs/achieve-your-goals</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/achieve-your-goals</guid><pubDate>Tue, 11 Jul 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Swift Programming - Zero To Hero - Part One</title><description>This is Part one of Zero to Hero in Swift Programming. This is for beginners those who want to get started with Swift Programming.</description><link>https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-one/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/swift-programming-zero-to-hero-part-one/</guid><pubDate>Mon, 26 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Effective Project Management</title><description>In this blog I would like to share some of methods that can be easy for Project Management which I follow for more productivity. I feel more productivity and also have sufficient time to deliver the p</description><link>https://www.c-sharpcorner.com/blogs/effective-project-manament</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/effective-project-manament</guid><pubDate>Thu, 15 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>Effective Application Development</title><description>In this blog I would like to share some of my Application Development methodologies which give some more productivity in development.</description><link>https://www.c-sharpcorner.com/blogs/effective-application-development</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/effective-application-development</guid><pubDate>Mon, 12 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>How To Learn A New Computer Programming Language</title><description>This article is about learning a new programming language</description><link>https://www.c-sharpcorner.com/blogs/how-to-learn-new-computer-programming-language</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-learn-new-computer-programming-language</guid><pubDate>Fri, 09 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item><item><title>How To Insert Data From Database To Excel Sheet Using EPPlus in C#</title><description>In this article, we will see how to insert data from datatable to Excel sheet using EPPlus in C#. </description><link>https://www.c-sharpcorner.com/blogs/how-to-insert-data-from-database-to-excel-sheet-using-eppluse-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-insert-data-from-database-to-excel-sheet-using-eppluse-c-sharp</guid><pubDate>Thu, 01 Jun 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sundaram Subramanian)</author></item></channel></rss>