﻿<?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=kuppu-swami" rel="self" type="application/rss+xml" /><item><title>🖥️ How to Create an Azure Storage Account</title><description>Azure Storage provides cloud storage with features like high availability, security, and scalability. It includes Blob storage for unstructured data (images, videos), and Azure Files for managed file </description><link>https://www.c-sharpcorner.com/article/how-to-create-an-azure-storage-account2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-an-azure-storage-account2/</guid><pubDate>Mon, 09 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>🖥️ The Power of Cloud Infrastructure Automation Tools</title><description>Discover how Cloud Infrastructure Automation Tools can streamline your IT operations, enhance efficiency, and reduce costs. Learn about the latest advancements in automation technology and how they ca</description><link>https://www.c-sharpcorner.com/article/the-power-of-cloud-infrastructure-automation-tools/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-power-of-cloud-infrastructure-automation-tools/</guid><pubDate>Fri, 17 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>🖥️ How to Create an Azure Container Instance in Microsoft Azure</title><description>Learn how to deploy Azure Container Instances effortlessly with our comprehensive guide. Discover step-by-step instructions for setting up and managing containerized applications in Microsoft Azure.</description><link>https://www.c-sharpcorner.com/article/how-to-create-an-azure-container-instance-in-microsoft-azure/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-an-azure-container-instance-in-microsoft-azure/</guid><pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>A Journey from ASP.NET Framework to ASP.NET Core</title><description> Explore the journey of .NET web development from ASP.NET Framework to ASP.NET Core, encompassing technologies like Windows Forms, WPF, and Web Forms. Witness the transition to structured MVC architec</description><link>https://www.c-sharpcorner.com/article/a-journey-from-asp-net-framework-to-asp-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/a-journey-from-asp-net-framework-to-asp-net-core/</guid><pubDate>Wed, 17 Apr 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>🖥️ How to Create an Web App in Microsoft Azure?</title><description>In this article, we will see how to create a web app in Microsoft Azure in step by step. Azure Web App, a fully managed PaaS from Microsoft Azure, simplifies web app deployment. Learn how to create an</description><link>https://www.c-sharpcorner.com/article/how-to-create-an-web-app-in-microsoft-azure/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-an-web-app-in-microsoft-azure/</guid><pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>🖥️ How to create an Virtual Machine in Microsoft Azure?</title><description>In this article, we will see how to create a virtual machine in the Azure Cloud platform simply. Learn how to create a Virtual Machine in Azure Portal step by step. Covering basic details, settings, a</description><link>https://www.c-sharpcorner.com/article/how-to-create-an-virtual-machine-in-microsoft-azure/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-an-virtual-machine-in-microsoft-azure/</guid><pubDate>Wed, 31 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>🖥️ Incident Handling: Common Malware Attacks</title><description>Explore the realm of malware attacks, unveiling the intricacies of threats like ransomware, computer viruses, worms, Trojan horses, and adware. Delve into their types, characteristics, and potential i</description><link>https://www.c-sharpcorner.com/article/incident-handling-common-malware-attacks/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/incident-handling-common-malware-attacks/</guid><pubDate>Mon, 22 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>🖥️ Incident Handling: Common Domain Attack Types</title><description>In this article, we will go through different types of Domain Attacks. Domain attacks, including Typosquatting, Domain Hijacking, Pass the Hash, Pass the Ticket, LDAP Reconnaissance, and Brute Force, </description><link>https://www.c-sharpcorner.com/article/incident-handling-common-domain-attack-types/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/incident-handling-common-domain-attack-types/</guid><pubDate>Thu, 18 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>🖥️ A Guide to Web Attack Incident Handling</title><description>In this article, we will explore various types of web attacks, including Denial of Service (DoS) and Distributed Denial of Service (DDoS), SQL Injection, Cross-Site Scripting (XSS), Command Injection,</description><link>https://www.c-sharpcorner.com/article/a-comprehensive-guide-to-web-attack-incident-handling/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/a-comprehensive-guide-to-web-attack-incident-handling/</guid><pubDate>Tue, 16 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Handling HTTP Put  Method in AngularJS Frontend and C# Backend</title><description>Learn how to implement an HTTP PUT method in an AngularJS frontend and C# backend. The AngularJS HTML frontend features a form for resource updates, while the C# backend uses a Web API controller. Fol</description><link>https://www.c-sharpcorner.com/article/handling-http-put-method-in-angularjs-frontend-and-c-sharp-backend2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/handling-http-put-method-in-angularjs-frontend-and-c-sharp-backend2/</guid><pubDate>Thu, 11 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Handling HTTP Delete Method in AngularJS Frontend and C# Backend</title><description>Explore the effective use of the HTTP DELETE method in this tutorial, focusing on AngularJS frontend and C# backend integration. Learn to implement a streamlined resource deletion process as the Angul</description><link>https://www.c-sharpcorner.com/article/handling-http-delete-method-in-angularjs-frontend-and-c-sharp-backend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/handling-http-delete-method-in-angularjs-frontend-and-c-sharp-backend/</guid><pubDate>Thu, 11 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Handling HTTP Patch Method in AngularJS Frontend and C# Backend</title><description>Discover the power of the HTTP PATCH method with this tutorial, focusing on AngularJS frontend and C# backend integration. Uncover the nuanced approach of making partial updates to resources, as the A</description><link>https://www.c-sharpcorner.com/article/handling-http-patch-method-in-angularjs-frontend-and-c-sharp-backend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/handling-http-patch-method-in-angularjs-frontend-and-c-sharp-backend/</guid><pubDate>Thu, 11 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Handling HTTP Options Method in Angular and C#</title><description>Learn about the HTTP OPTIONS method in this tutorial, focusing on how AngularJS frontend and C# backend work together. See how the AngularJS controller uses OPTIONS requests to communicate with the C#</description><link>https://www.c-sharpcorner.com/article/handling-http-options-method-in-angular-and-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/handling-http-options-method-in-angular-and-c-sharp/</guid><pubDate>Thu, 11 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Understanding the One-Way Nature of HASHBYTES in SQL</title><description>This article delves into the cryptographic world of hashing algorithms, emphasizing the irreversible nature of these functions. Learn why HASHBYTES, a widely-used function for creating hash values in </description><link>https://www.c-sharpcorner.com/article/understanding-the-one-way-nature-of-hashbytes-in-sql/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-the-one-way-nature-of-hashbytes-in-sql/</guid><pubDate>Fri, 05 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>How to Create a Vue Project?</title><description>Creating your first Vue.js project doesn’t have to be daunting. This step-by-step guide walks you through the process, starting from setting up the development environment to running your Vue.js appli</description><link>https://www.c-sharpcorner.com/article/how-to-creating-a-vue-project/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-creating-a-vue-project/</guid><pubDate>Fri, 05 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Handling HTTP Post Request Method in AngularJS Frontend and C# Backend</title><description>The POST method in HTTP sends data to a server to create a new resource. It&amp;#39;s used for submitting information—like form data or JSON payloads—to the server. Unlike GET, it&amp;#39;s not idempotent, ty</description><link>https://www.c-sharpcorner.com/article/handling-http-post-request-method-in-angularjs-frontend-and-c-sharp-backend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/handling-http-post-request-method-in-angularjs-frontend-and-c-sharp-backend/</guid><pubDate>Fri, 29 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Handling  HTTP Get Request Method in AngularJS Frontend and C# Backend</title><description>This guide explores the utilization of HTTP GET request method within an AngularJS frontend and their corresponding processing and handling in a C# backend. It details how Get types of requests initia</description><link>https://www.c-sharpcorner.com/article/handling-http-get-request-method-in-angularjs-frontend-and-c-sharp-backend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/handling-http-get-request-method-in-angularjs-frontend-and-c-sharp-backend/</guid><pubDate>Tue, 26 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Deploying Your Solution to Azure via FTP</title><description>In this Article we will  Learn how to deploy your solution to Azure by  FTP  (File Transfer Protocol). This step-by-step guide demonstrates efficient methods to upload builds, ensuring a smooth transi</description><link>https://www.c-sharpcorner.com/article/deploying-your-solution-to-azure-via-ftp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deploying-your-solution-to-azure-via-ftp/</guid><pubDate>Mon, 18 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>An Introduction to Grunt: The JavaScript Task Runner for Streamlining Workflow</title><description>Grunt is a JavaScript task runner that automates repetitive tasks such as minification, compilation, and linting. It helps to streamline your development workflow by allowing you to define tasks and r</description><link>https://www.c-sharpcorner.com/article/an-introduction-to-grunt-the-javascript-task-runner-for-streamlining-workflow/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/an-introduction-to-grunt-the-javascript-task-runner-for-streamlining-workflow/</guid><pubDate>Tue, 07 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>How To Set Environmental Variables In AngularJS</title><description>In this article, you will learn how to set Environmental Variables in AngularJS.</description><link>https://www.c-sharpcorner.com/article/how-to-set-environmental-variables-in-angularjs/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-set-environmental-variables-in-angularjs/</guid><pubDate>Sat, 04 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item><item><title>Multilingual Application In Angular</title><description>In this article, we can see how to include a multilingual concept in Angular.</description><link>https://www.c-sharpcorner.com/article/multilingual-application-in-angular/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multilingual-application-in-angular/</guid><pubDate>Thu, 02 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Kuppu Swami)</author></item></channel></rss>