﻿<?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=subarta-ray" rel="self" type="application/rss+xml" /><item><title>What is exhaustMap in angular with example</title><description>Learn how to use `exhaustMap` in Angular with RxJS to prevent duplicate API calls, like form submissions or login requests. This operator ignores emissions until the current inner Observable completes</description><link>https://www.c-sharpcorner.com/blogs/what-is-exhaustmap-in-angular-with-example</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/what-is-exhaustmap-in-angular-with-example</guid><pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Power of Dapper in .Net Core </title><description>Dapper is a high-performance micro ORM for .NET Core, known for its speed and efficiency in database access. It simplifies SQL execution, object mapping, and data retrieval while maintaining flexibili</description><link>https://www.c-sharpcorner.com/article/power-of-dapper-in-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/power-of-dapper-in-net-core/</guid><pubDate>Sat, 15 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Implementation of xUnit in .NET Core </title><description>This article explores the xUnit package in .NET Core, demonstrating setup, implementation, and execution of unit tests with sample code and output to ensure the reliability of your code.</description><link>https://www.c-sharpcorner.com/article/xunit-powerful/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/xunit-powerful/</guid><pubDate>Sat, 15 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Unit Testing in .NET Core with NUnit</title><description>This article covers the basics of NUnit, setting up a test project, writing and running unit tests, using assertions, and best practices for effective test automation. Enhance your .NET applications w</description><link>https://www.c-sharpcorner.com/article/unit-testing-in-net-core-with-nunit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/unit-testing-in-net-core-with-nunit/</guid><pubDate>Sat, 15 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Recursive Algorithm in C# Using  Towers of Honoi</title><description>This article delves into the Tower of Hanoi puzzle, explaining its rules and providing a step-by-step guide to solving it using a recursive algorithm in C# with sample code and outputs.</description><link>https://www.c-sharpcorner.com/article/recursive-algorithm-in-c-sharp-using-towers-of-honoi/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/recursive-algorithm-in-c-sharp-using-towers-of-honoi/</guid><pubDate>Sat, 15 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Efficiently Managing Panama Canal Traffic Using C#</title><description>This article demonstrates a fleet management system for the Panama Canal using C# and .NET Core, with sample code and output to optimize vessel transits and resource allocation.</description><link>https://www.c-sharpcorner.com/article/efficiently-managing-panama-canal-traffic-using-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/efficiently-managing-panama-canal-traffic-using-c-sharp/</guid><pubDate>Sat, 15 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Mastering C# 13.0: Best Practices and Coding Standards</title><description>Explore the essential coding standards and new features of C# 13.0. Enhance your development skills with practical examples and coding snippets for writing clean, efficient, and maintainable code.</description><link>https://www.c-sharpcorner.com/article/mastering-c-sharp-13-0-best-practices-and-coding-standards/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mastering-c-sharp-13-0-best-practices-and-coding-standards/</guid><pubDate>Sun, 26 Jan 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Boosting Performance with Lazy Loading in C# .NET Core</title><description>Learn how to boost performance in C# .NET Core applications using lazy loading. This technique defers object initialization until needed, optimizing memory usage and improving load times.</description><link>https://www.c-sharpcorner.com/article/boosting-performance-with-lazy-loading-in-c-sharp-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/boosting-performance-with-lazy-loading-in-c-sharp-net-core/</guid><pubDate>Sun, 26 Jan 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Usage of Multicast Delegates in C#</title><description>Multicast delegates in C# allow a delegate to reference multiple methods, enabling efficient event handling and method invocation. When invoked, all methods in the list are called in sequence, offerin</description><link>https://www.c-sharpcorner.com/blogs/usage-of-multicast-delegates-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/usage-of-multicast-delegates-in-c-sharp</guid><pubDate>Tue, 31 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Different Ways of Declaring an Object in C#</title><description>In this article, we&amp;#39;ll explore different ways to declare and initialize objects in C#. From using the new keyword to implicit typing and object initializers, you&amp;#39;ll learn how to create objects</description><link>https://www.c-sharpcorner.com/blogs/different-ways-of-declaring-an-object-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/different-ways-of-declaring-an-object-in-c-sharp</guid><pubDate>Tue, 31 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Role of Delegates in C# Programming</title><description>Delegates in C# allow encapsulating methods, promoting loose coupling, and enabling dynamic method invocation. They are type-safe, flexible, and essential for event handling and callback methods in mo</description><link>https://www.c-sharpcorner.com/blogs/role-of-delegates-in-c-sharp-programming</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/role-of-delegates-in-c-sharp-programming</guid><pubDate>Mon, 30 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Comparison of Constructors and Destructors in C#</title><description>This blog explores the key differences between constructors and destructors in C#. It covers their roles in object initialization and cleanup, syntax, usage, and memory management.</description><link>https://www.c-sharpcorner.com/blogs/comparison-of-constructors-and-destructors-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/comparison-of-constructors-and-destructors-in-c-sharp</guid><pubDate>Mon, 30 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Importance of Interfaces in C#</title><description>Interfaces in C# define contracts for classes, ensuring consistency and promoting code reusability. They allow flexible and maintainable designs by enabling multiple classes to implement shared behavi</description><link>https://www.c-sharpcorner.com/blogs/importance-of-interfaces-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/importance-of-interfaces-in-c-sharp</guid><pubDate>Mon, 30 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Using Regex in C# 9.0</title><description>Regular Expressions (Regex) can help with text processing, validating data, and manipulating strings in C# 9.0. This article explains the key features, applications, and benefits of using Regex in you</description><link>https://www.c-sharpcorner.com/article/using-regex-in-c-sharp-9-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-regex-in-c-sharp-9-0/</guid><pubDate>Sat, 28 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Implementation of String Manipulation in C# 9.0</title><description>Explore various string manipulation techniques in C# 9.0, including concatenation, searching, replacing, and more. Learn how to leverage these methods to write cleaner and more efficient code.</description><link>https://www.c-sharpcorner.com/article/implementation-of-string-manipulation-in-c-sharp-9-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementation-of-string-manipulation-in-c-sharp-9-0/</guid><pubDate>Sat, 28 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Importance of Bootstrap in FrontEnd Development</title><description>Bootstrap simplifies front-end development by providing responsive design, pre-designed components, and consistent styling. This article includes a detailed project demonstrating Bootstrap&amp;#39;s imple</description><link>https://www.c-sharpcorner.com/article/importance-of-bootstrap-in-frontend-development/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/importance-of-bootstrap-in-frontend-development/</guid><pubDate>Sun, 22 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Dynamic Pricing in E-Commerce: Maximizing Revenue with C# Algorithms</title><description>Dynamic pricing allows businesses to adjust product prices in real time based on factors like demand, competition, and inventory levels. This article explains dynamic pricing, its benefits, and a basi</description><link>https://www.c-sharpcorner.com/article/dynamic-pricing-in-e-commerce-maximizing-revenue-with-c-sharp-algorithms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dynamic-pricing-in-e-commerce-maximizing-revenue-with-c-sharp-algorithms/</guid><pubDate>Sun, 22 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Exploring HTML 5.3: New Features and Enhancements</title><description>Discover the latest updates in HTML 5.3, including new elements, enhanced accessibility, and improved form elements. This article provides practical code examples to help you implement these features </description><link>https://www.c-sharpcorner.com/article/exploring-html-5-3-new-features-and-enhancements/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-html-5-3-new-features-and-enhancements/</guid><pubDate>Sun, 22 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Optimized Aviation: Enhancing Flight Scheduling and Air Traffic</title><description>C# can be utilized to develop efficient algorithms for flight scheduling and air traffic control, ensuring safe and timely aircraft movements in the increasingly complex world of aviation.</description><link>https://www.c-sharpcorner.com/article/optimized-aviation-enhancing-flight-scheduling-and-air-traffic-control/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/optimized-aviation-enhancing-flight-scheduling-and-air-traffic-control/</guid><pubDate>Sat, 21 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Enhancing Performance and Responsiveness Using Threading in C# </title><description>Discover how to use threading in C# to make your applications faster and more responsive by running multiple tasks at the same time.</description><link>https://www.c-sharpcorner.com/article/enhancing-performance-and-responsiveness-using-threading-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/enhancing-performance-and-responsiveness-using-threading-in-c-sharp/</guid><pubDate>Fri, 13 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Enhancing Performance and Responsiveness Using Threading in C#</title><description>Discover how to use threading in C# to make your applications faster and more responsive by running multiple tasks at the same time. Learn key concepts, practical examples, and best practices.</description><link>https://www.c-sharpcorner.com/article/enhancing-performance-and-responsiveness-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/enhancing-performance-and-responsiveness-in-c-sharp/</guid><pubDate>Fri, 13 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Real-Time Algorithm Creation for Traffic Signal Handling in C#</title><description>Explore the development of a real-time traffic signal handling algorithm in C#, designed to dynamically adjust signal timings based on current traffic conditions to improve flow and reduce congestion.</description><link>https://www.c-sharpcorner.com/article/real-time-algorithm-creation-for-traffic-signal-handling-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/real-time-algorithm-creation-for-traffic-signal-handling-in-c-sharp/</guid><pubDate>Thu, 12 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>AES Encryption in C# Protecting Sensitive Information</title><description>Discover how to effectively implement AES encryption in C# to secure sensitive data in real-world applications, enhancing data privacy and security.</description><link>https://www.c-sharpcorner.com/article/aes-encryption-in-c-sharp-protecting-sensitive-information/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/aes-encryption-in-c-sharp-protecting-sensitive-information/</guid><pubDate>Thu, 12 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Dining Philosophers Algorithm in C# with Real World Implementation </title><description>Explore the practical implementation of the Dining Philosophers algorithm in C# to understand resource allocation and synchronization in concurrent programming.

</description><link>https://www.c-sharpcorner.com/article/dining-philosophers-algorithm-in-c-sharp-real-world-scenario-implementation/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dining-philosophers-algorithm-in-c-sharp-real-world-scenario-implementation/</guid><pubDate>Thu, 12 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Optimizing Networks with Minimum Spanning Tree in C#</title><description>To implement the Minimum Spanning Tree algorithm in C# to efficiently connect all nodes in a network, reducing costs and improving performance.</description><link>https://www.c-sharpcorner.com/article/optimizing-networks-with-minimum-spanning-tree-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/optimizing-networks-with-minimum-spanning-tree-in-c-sharp/</guid><pubDate>Wed, 11 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Efficiently Managing Data with Binary Tree Implementation in C#</title><description>This article tells you how to implement and leverage binary trees in C# to optimize data storage and retrieval, ensuring your applications run smoothly and efficiently.</description><link>https://www.c-sharpcorner.com/article/efficiently-managing-data-with-binary-tree-implementation-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/efficiently-managing-data-with-binary-tree-implementation-in-c-sharp/</guid><pubDate>Sun, 08 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Implementing Dijkstra&amp;#39;s Algorithm in C#</title><description>Implement Dijkstra&amp;#39;s algorithm in C# to efficiently find the shortest paths in a weighted graph, enhancing your ability to solve complex pathfinding problems in various applications.

</description><link>https://www.c-sharpcorner.com/article/implementing-dijkstras-algorithm-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-dijkstras-algorithm-in-c-sharp/</guid><pubDate>Sun, 08 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Efficient Task Scheduling with Round Robin Algorithm in C#</title><description>Explore the implementation of the Round Robin scheduling algorithm in C#, designed to ensure fair CPU time allocation among processes, with a practical use case example.</description><link>https://www.c-sharpcorner.com/article/efficient-task-scheduling-with-round-robin-algorithm-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/efficient-task-scheduling-with-round-robin-algorithm-in-c-sharp/</guid><pubDate>Sun, 08 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Generating Permutations Efficiently in C# with Heap&amp;#39;s Algorithm</title><description>In this article to implement Heap&amp;#39;s algorithm in C# to generate all possible permutations of a sequence, we illustrated with a real-world scheduling problem example.</description><link>https://www.c-sharpcorner.com/article/generating-permutations-efficiently-in-c-sharp-with-heaps-algorithm/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generating-permutations-efficiently-in-c-sharp-with-heaps-algorithm/</guid><pubDate>Sun, 08 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Scaffolding in C# 9.0: Building Fast &amp;amp; Efficient Code Structures</title><description>Scaffolding in C# 9.0 streamlines application development by automating code generation for controllers, views, and models. It enhances productivity with simplified syntax, improved performance, and c</description><link>https://www.c-sharpcorner.com/article/scaffolding-in-c-sharp-9-0-building-fast-and-efficient-code-structures/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/scaffolding-in-c-sharp-9-0-building-fast-and-efficient-code-structures/</guid><pubDate>Tue, 03 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Implementing  Logging in C# 9.0</title><description>This article explores the fundamentals of logging in C# 9.0, showcasing the importance of logging and how to implement it using different frameworks such as Microsoft.Extensions.Logging, NLog, and Ser</description><link>https://www.c-sharpcorner.com/article/implementing-logging-in-c-sharp-9-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-logging-in-c-sharp-9-0/</guid><pubDate>Tue, 03 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Create a Node.js API for Web 3.0: Simple Steps and Code Examples</title><description>Explore step-by-step instructions, practical code examples, and integration tips for Web3.js to connect with blockchain networks. Build powerful APIs to interact with decentralized applications (dApps</description><link>https://www.c-sharpcorner.com/article/create-a-node-js-api-for-web-3-0-simple-steps-and-code-examples/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-a-node-js-api-for-web-3-0-simple-steps-and-code-examples/</guid><pubDate>Tue, 03 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Exception Handling in C# 9.0</title><description>Exception handling in C# 9.0 ensures applications can manage unexpected errors gracefully, improving stability and user experience. This includes using try, catch, finally, and throw for structured er</description><link>https://www.c-sharpcorner.com/article/exception-handling-in-c-sharp-9-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exception-handling-in-c-sharp-9-0/</guid><pubDate>Tue, 03 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Integration of Web 3.0 with React Framework</title><description>Learn about leveraging Web3.js, interacting with blockchain networks, connecting smart contracts, and creating innovative solutions using React. Unlock the future of decentralized web development.</description><link>https://www.c-sharpcorner.com/article/integration-of-web-3-0-with-react-framework/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/integration-of-web-3-0-with-react-framework/</guid><pubDate>Sun, 01 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Integration of Web 3.0 with Angular Framework</title><description>Integrate Web 3.0 with Angular to build decentralized apps using blockchain technology. Leverage Web3.js for Ethereum interaction, smart contracts, and Angular’s dynamic features for transparent, secu</description><link>https://www.c-sharpcorner.com/article/integration-of-web-3-0-with-angular-framework/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/integration-of-web-3-0-with-angular-framework/</guid><pubDate>Sun, 01 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>C# Garbage Collection: Simplifying Memory Management</title><description>Learn how it spares developers&amp;#39; manual cleanup, prevents leaks, and boosts performance, making code cleaner and more efficient. C# employs an automatic garbage collector to identify and reclaim un</description><link>https://www.c-sharpcorner.com/blogs/c-sharp-garbage-collection-simplifying-memory-management</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/c-sharp-garbage-collection-simplifying-memory-management</guid><pubDate>Tue, 02 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Decoding Redux: Empowering React.js Applications with Scalable State Management</title><description>Explore Redux integration in React.js. Learn store, actions, and connecting components. Elevate your app with efficient state management. </description><link>https://www.c-sharpcorner.com/article/decoding-redux-empowering-react-js-applications-with-scalable-state-management/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/decoding-redux-empowering-react-js-applications-with-scalable-state-management/</guid><pubDate>Tue, 26 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>React Router: Seamless Navigation in Your React Applications</title><description>Discover the versatility of React Router, offering dynamic routes, nested navigation, lazy loading, and route guards for enhanced single-page applications.</description><link>https://www.c-sharpcorner.com/article/react-router-seamless-navigation-in-your-react-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/react-router-seamless-navigation-in-your-react-applications/</guid><pubDate>Tue, 26 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>React Lifecycle Methods Demystified</title><description>Unlock React&amp;#39;s power with lifecycle methods. Optimize rendering, handle updates, and manage resources for efficient and responsive applications.</description><link>https://www.c-sharpcorner.com/article/react-lifecycle-methods-demystified/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/react-lifecycle-methods-demystified/</guid><pubDate>Tue, 26 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>IoT : The Digitalization Game-Changer</title><description>IoT is the cornerstone of digitalization, connecting devices to transform data into insights. Its role in efficiency, innovation, and connectivity is unparalleled, shaping a connected future.</description><link>https://www.c-sharpcorner.com/blogs/iot-the-digitalization-gamechanger</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/iot-the-digitalization-gamechanger</guid><pubDate>Fri, 22 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Generative AI and Future of Smart Creativity</title><description>Generative AI sparks machine creativity, making new things. Types like GANs, VAEs, and RNNs create art, discover drugs, but also raise ethical concerns. The future is intriguing.</description><link>https://www.c-sharpcorner.com/blogs/generative-ai-and-future-of-smart-creativity</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/generative-ai-and-future-of-smart-creativity</guid><pubDate>Thu, 21 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Docker VS Kubernetes</title><description>Docker excels at containerizing applications, providing a standard packaging format. Kubernetes, a robust orchestration platform, takes the reins in deploying and managing these containers at scale. W</description><link>https://www.c-sharpcorner.com/blogs/docker-vs-kubernetes</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/docker-vs-kubernetes</guid><pubDate>Thu, 21 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>What are Destructors in C#?</title><description>In C# programming, think of destructors as digital janitors—they clean up your code and handle resources properly. Let&amp;#39;s dig into the basics of destructors—what they are, how they work, and why th</description><link>https://www.c-sharpcorner.com/blogs/what-are-destructors-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/what-are-destructors-in-c-sharp</guid><pubDate>Wed, 20 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Node.js API Design with the Power of Design Patterns</title><description>This article explores essential design patterns for robust Node.js API development. Covering Singleton, Factory, Middleware, Observer, and Repository patterns with code snippets, it emphasizes scalabl</description><link>https://www.c-sharpcorner.com/article/node-js-api-design-with-the-power-of-design-patterns/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/node-js-api-design-with-the-power-of-design-patterns/</guid><pubDate>Sat, 09 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>CrateDB: Powering the Internet of Things</title><description>CrateDB, an open-source distributed SQL database, is spotlighted for its efficacy in handling IoT complexities. This article explores use cases, including time-series data, analytics, and scalability,</description><link>https://www.c-sharpcorner.com/article/cratedb-powering-the-internet-of-things/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/cratedb-powering-the-internet-of-things/</guid><pubDate>Sat, 09 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Bootstrap: Design Elevated</title><description>Bootstrap, a game-changing front-end framework, simplifies web development with responsive grids, pre-designed components, and customization features. This article explores Bootstrap&amp;#39;s significanc</description><link>https://www.c-sharpcorner.com/article/bootstrap-design-elevated/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/bootstrap-design-elevated/</guid><pubDate>Sat, 09 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>MySQL: Unveiling its Versatility and Robustness for Diverse Use Cases</title><description>Explore MySQL&amp;#39;s diverse use cases in web applications, e-commerce, CMS, data warehousing, telecommunications, and finance. Dive into its key features, architecture, and crucial queries for efficie</description><link>https://www.c-sharpcorner.com/article/mysql-unveiling-its-versatility-and-robustness-for-diverse-use-cases/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mysql-unveiling-its-versatility-and-robustness-for-diverse-use-cases/</guid><pubDate>Sat, 09 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Guard Functions in Angular</title><description>Angular&amp;#39;s guard functions are the gatekeepers of seamless navigation in applications. From securing routes to managing authentication and implementing role-based access, these functions enforce cr</description><link>https://www.c-sharpcorner.com/article/unlocking-the-power-of-guard-functions-in-angular/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/unlocking-the-power-of-guard-functions-in-angular/</guid><pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Error Handling in Angular</title><description>In the dynamic realm of web development, errors are inevitable. As applications grow in complexity, the significance of robust error logging in Angular becomes paramount. This comprehensive guide navi</description><link>https://www.c-sharpcorner.com/article/navigating-through-the-essentials-of-error-handling-in-angular/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/navigating-through-the-essentials-of-error-handling-in-angular/</guid><pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Dependency Injection Essentials in Angular</title><description>Angular, Google&amp;#39;s robust front-end framework, employs Dependency Injection (DI) to elegantly manage components and services. DI, a design pattern fostering loose coupling, allows components to rec</description><link>https://www.c-sharpcorner.com/article/dependency-injection-essentials-in-angular/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dependency-injection-essentials-in-angular/</guid><pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Angular Routing And Its Essentials </title><description>Angular&amp;#39;s routing system is a powerful tool for creating seamless single-page applications. This comprehensive guide explores its fundamentals, setup, features, and practical applications through </description><link>https://www.c-sharpcorner.com/article/angular-routing-and-its-essentials/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angular-routing-and-its-essentials/</guid><pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Unit Testing with Jasmine in Angular</title><description>Unit testing in Angular is indispensable for app reliability and maintainability. Explore the significance of unit testing, set up an Angular project with Jasmine, and write practical tests for module</description><link>https://www.c-sharpcorner.com/article/unit-testing-with-jasmine-in-angular/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/unit-testing-with-jasmine-in-angular/</guid><pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Exploring MongoDB: Applications and Essential Queries</title><description>In this article, we will explore MongoDB and delve into its applications, accompanied by an in-depth look at some of the most commonly used MongoDB queries.</description><link>https://www.c-sharpcorner.com/article/exploring-mongodb-applications-and-essential-queries/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-mongodb-applications-and-essential-queries/</guid><pubDate>Wed, 29 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>NFT Tokens: Revolutionizing Industries and Creation Frameworks</title><description>Discover the transformative power of Non-Fungible Tokens (NFTs). Explore their applications in art, gaming, real estate, and more. Dive into prominent NFT creation frameworks like OpenZeppelin, Hardha</description><link>https://www.c-sharpcorner.com/article/nft-tokens-revolutionizing-industries-and-creation-frameworks/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/nft-tokens-revolutionizing-industries-and-creation-frameworks/</guid><pubDate>Wed, 29 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Exploring Kusto Query Language (KQL): Uses, Queries, and Unique Features</title><description>Kusto Query Language (KQL) is a potent tool developed by Microsoft for diverse data analytics needs. Uncover its applications across industries, from log analytics to IoT, and explore essential querie</description><link>https://www.c-sharpcorner.com/article/exploring-kusto-query-language-kql-uses-queries-and-unique-features/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-kusto-query-language-kql-uses-queries-and-unique-features/</guid><pubDate>Wed, 29 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Time Series Databases: Understanding, Using, and Implementing</title><description>In our era of data dominance, managing and analyzing time-sensitive information is pivotal, especially in finance, IoT, and healthcare. Traditional databases grapple with time-stamped data, paving the</description><link>https://www.c-sharpcorner.com/article/time-series-databases-understanding-using-and-implementing/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/time-series-databases-understanding-using-and-implementing/</guid><pubDate>Tue, 28 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Angular CLI: Your Shortcut to Angular Development</title><description>Angular CLI, a commanding tool in front-end development, simplifies Angular app creation, testing, and deployment. From installation to production build, its commands streamline processes, letting dev</description><link>https://www.c-sharpcorner.com/article/angular-cli-your-shortcut-to-angular-development/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angular-cli-your-shortcut-to-angular-development/</guid><pubDate>Tue, 28 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Navigating Azure Storage: Essential CLI Commands</title><description>Azure CLI unlocks the power of Microsoft Azure Storage. Key commands like create, show, list, update, and delete storage accounts empower efficient cloud storage management. Elevate your Azure journey</description><link>https://www.c-sharpcorner.com/article/navigating-azure-storage-essential-cli-commands/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/navigating-azure-storage-essential-cli-commands/</guid><pubDate>Tue, 28 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Unraveling .NET Core Web API Structure</title><description>Unlock the potential of .NET Core Web APIs. This guide explores their fundamental structure, HTTP methods (GET, POST, PUT, DELETE), and practical use cases for building robust and scalable application</description><link>https://www.c-sharpcorner.com/article/unraveling-net-core-web-api-structure/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/unraveling-net-core-web-api-structure/</guid><pubDate>Tue, 28 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Vue.js Unveiled: An Easy Breakdown</title><description>In this article, we will explore the fundamental components of Vue.js code structure, providing detailed explanations and accompanying code snippets for each component.</description><link>https://www.c-sharpcorner.com/article/vue-js-unveiled-an-easy-breakdown/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/vue-js-unveiled-an-easy-breakdown/</guid><pubDate>Tue, 28 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Create EC2 Instance in AWS</title><description>This article will showcase the steps to Create EC2 instance in AWS.</description><link>https://www.c-sharpcorner.com/article/create-ec2-instance-in-aws/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-ec2-instance-in-aws/</guid><pubDate>Mon, 20 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item><item><title>Decoding Frontend Frameworks</title><description>In the ever-evolving world of web development, the choice of a frontend framework is akin to selecting the foundation for a skyscraper. It must be robust, flexible, and well-suited to the task at hand</description><link>https://www.c-sharpcorner.com/article/decoding-frontend-frameworks-simplified-overview/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/decoding-frontend-frameworks-simplified-overview/</guid><pubDate>Thu, 16 Nov 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Subarta Ray)</author></item></channel></rss>