﻿<?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=sigar-dave" rel="self" type="application/rss+xml" /><item><title>Easy Guide to Quick Steps in SharePoint</title><description>SharePoint’s Quick Steps feature lets you automate repetitive tasks in lists or libraries with just one click. It’s like a shortcut to make your work faster! Here’s a simple guide to creating a Quick </description><link>https://www.c-sharpcorner.com/article/easy-guide-to-quick-steps-in-sharepoint/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/easy-guide-to-quick-steps-in-sharepoint/</guid><pubDate>Tue, 17 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Easily Change Folder Colors and Create Folders in SharePoint Using Power Automate</title><description>Learn how to use Power Automate to create folders and change folder colors in SharePoint with ease. Enhance organization, boost productivity, and streamline your SharePoint experience.</description><link>https://www.c-sharpcorner.com/article/easily-change-folder-colors-and-create-folders-in-sharepoint-using-power-automat/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/easily-change-folder-colors-and-create-folders-in-sharepoint-using-power-automat/</guid><pubDate>Wed, 11 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Introduction to SharePoint Site Creation Template Layout</title><description>New Site Template selection layout in SharePoint Online.</description><link>https://www.c-sharpcorner.com/article/introduction-to-sharepoint-site-creation-template-layout/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-sharepoint-site-creation-template-layout/</guid><pubDate>Tue, 10 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>🔍 Efficient Ways to Organize Your SharePoint Document Libraries</title><description>A well-structured SharePoint document library is essential for productivity and ease of access. Whether you&amp;#39;re starting from scratch or planning a clean-up, here are four smart organizational meth</description><link>https://www.c-sharpcorner.com/article/efficient-ways-to-organize-your-sharepoint-document-libraries/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/efficient-ways-to-organize-your-sharepoint-document-libraries/</guid><pubDate>Mon, 09 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Manage Metadata columns vs Choice Column in SharePoint Online</title><description>Manage Metadata columns vs Choice Column in SharePoint Online</description><link>https://www.c-sharpcorner.com/article/manage-metadata-columns-vs-choice-column-in-sharepoint-online/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/manage-metadata-columns-vs-choice-column-in-sharepoint-online/</guid><pubDate>Fri, 06 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Introduction to Git and SourceTree</title><description>Git is a free and open-source version control system that allows developers to collaborate on projects efficiently. SourceTree is a powerful visual Git client that simplifies the process of using Git.</description><link>https://www.c-sharpcorner.com/article/introduction-to-git-and-sourcetree/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-git-and-sourcetree/</guid><pubDate>Thu, 05 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>How to Rename and Manage SharePoint Document Libraries Effectively</title><description>Learn how to rename and manage SharePoint document libraries with ease. This guide covers best practices, tips, and tools to keep your libraries organized, efficient, and user-friendly.</description><link>https://www.c-sharpcorner.com/blogs/how-to-rename-and-manage-sharepoint-document-libraries-effectively</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-rename-and-manage-sharepoint-document-libraries-effectively</guid><pubDate>Tue, 03 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>How to Enable Document Sets Content Type in SharePoint</title><description>To enable Document Sets in SharePoint Online, activate the Document Sets feature under Site Collection Features. Then, adjust Library Settings to allow content type management and add Document Set to </description><link>https://www.c-sharpcorner.com/article/how-to-enable-document-sets-content-type-in-sharepoint/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-enable-document-sets-content-type-in-sharepoint/</guid><pubDate>Tue, 03 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Microsoft PowerApps Plan Designer (Preview)</title><description>Microsoft PowerApps Plan Designer (Preview) is an AI-powered tool that helps users quickly design low-code business solutions using natural language and visual inputs. By simply describing a business </description><link>https://www.c-sharpcorner.com/article/microsoft-powerapps-plan-designer-preview/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microsoft-powerapps-plan-designer-preview/</guid><pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>The Modern Number Input Control in Power Apps</title><description>Master the Number Input Control in Power Apps for accurate data entry. Learn its benefits, including easy adjustments, validation, custom step values, and responsive design, to enhance user experience</description><link>https://www.c-sharpcorner.com/article/the-modern-number-input-control-in-power-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-modern-number-input-control-in-power-apps/</guid><pubDate>Sat, 08 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Difference Between Break and Continue in JavaScript</title><description>In JavaScript, both break and continue are control flow statements used in loops. The break statement stops the loop entirely when a condition is met, while continue skips the current iteration and mo</description><link>https://www.c-sharpcorner.com/article/difference-between-break-and-continue-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/difference-between-break-and-continue-in-javascript/</guid><pubDate>Wed, 23 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>New Feature: Drag and Drop in Microsoft Lists</title><description>Microsoft Lists has introduced a new drag-and-drop feature, allowing users to seamlessly rearrange items in both new and existing lists. Custom ordering is saved across the list, and users can switch </description><link>https://www.c-sharpcorner.com/article/new-featu-drag-and-drop-in-microsoft-lists/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/new-featu-drag-and-drop-in-microsoft-lists/</guid><pubDate>Fri, 18 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>How to Create SharePoint Team or Communication Site</title><description>Discover key differences between the two, step-by-step instructions for setting up each site type, and best practices to optimize your SharePoint environment for seamless teamwork.</description><link>https://www.c-sharpcorner.com/article/how-to-create-sharepoint-team-or-communication-site/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-sharepoint-team-or-communication-site/</guid><pubDate>Thu, 17 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>SharePoint : Optimize SharePoint Storage with Version History Limits </title><description>Discover how Microsoft&amp;#39;s new version history limits (currently in preview) can help streamline document management and optimize SharePoint and OneDrive storage. Learn how to configure organization</description><link>https://www.c-sharpcorner.com/article/sharepoint-optimize-sharepoint-storage-with-version-history-limits/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sharepoint-optimize-sharepoint-storage-with-version-history-limits/</guid><pubDate>Tue, 15 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>How to Define a Custom Connector Using a Postman Collection</title><description>Learn to convert Postman collections into custom connectors for Microsoft Power Platform. Export your collection in v2.1 format, import it into Power Automate or Power Apps, configure with host and ba</description><link>https://www.c-sharpcorner.com/article/how-to-define-a-custom-connector-using-a-postman-collection/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-define-a-custom-connector-using-a-postman-collection/</guid><pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Get Started with Visual Studio Code for the Web</title><description>Introduction to the Visual Studio for the web.</description><link>https://www.c-sharpcorner.com/article/visual-studio-code-for-the-web/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/visual-studio-code-for-the-web/</guid><pubDate>Fri, 28 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Explain Named Formulas in Power Apps</title><description>Learn how to leverage named formulas effectively in Power Apps with our comprehensive guide. Explore the benefits of named formulas for organizing and reusing logic across your applications. Master th</description><link>https://www.c-sharpcorner.com/article/explain-named-formulas-in-power-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/explain-named-formulas-in-power-apps/</guid><pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>SharePoint: Integrating Playlists into Your Stream Web Part</title><description>Microsoft SharePoint and Stream enhance team productivity and knowledge sharing by allowing users to create, manage, and share playlists. Embed playlists on SharePoint pages using the Stream web part,</description><link>https://www.c-sharpcorner.com/article/sharepoint-integrating-playlists-into-your-stream-web-part/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sharepoint-integrating-playlists-into-your-stream-web-part/</guid><pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>NPM Script &amp;#39;start&amp;#39; Exited Without Completing Create-React</title><description>When developing a Microsoft Teams Personal app deployed to Azure App Service with a .NET Core backend, an AggregateException error occurred: &amp;quot;The NPM script &amp;#39;start&amp;#39; exited without indicat</description><link>https://www.c-sharpcorner.com/article/npm-script-start-exited-without-completing-create-react/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/npm-script-start-exited-without-completing-create-react/</guid><pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>SharePoint’s New Section Background Feature</title><description>SharePoint&amp;#39;s new section background feature enhances page customization with images and gradient colors. Authors can now personalize pages and news articles with these backgrounds, which include r</description><link>https://www.c-sharpcorner.com/article/sharepoints-new-section-background-feature/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sharepoints-new-section-background-feature/</guid><pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>How to Add Duration to Your Microsoft Forms Quizzes</title><description>Learn how to add a duration to your Microsoft Forms quizzes with this comprehensive guide. Discover step-by-step instructions to set a time limit, ensuring a more controlled and fair assessment enviro</description><link>https://www.c-sharpcorner.com/article/how-to-add-duration-to-your-microsoft-forms-quizzes/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-add-duration-to-your-microsoft-forms-quizzes/</guid><pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Status Messages in Microsoft Teams for Effective Communication</title><description>Learn how Microsoft Teams&amp;#39; status messages boost team collaboration by indicating availability and activities. Customize messages for clarity and update regularly to streamline communication and m</description><link>https://www.c-sharpcorner.com/article/status-messages-in-microsoft-teams-for-effective-communication/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/status-messages-in-microsoft-teams-for-effective-communication/</guid><pubDate>Wed, 26 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Code View in Power Apps Studio: A Game-Changer for Developers</title><description>In this article, we will learn about the new feature of Power App Studio: Code View, which helps the developer view the control code in the YAML + PowerFx language.</description><link>https://www.c-sharpcorner.com/article/code-view-in-power-apps-studio-a-game-changer-for-developers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/code-view-in-power-apps-studio-a-game-changer-for-developers/</guid><pubDate>Wed, 26 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Microsoft Forms: New Features in 2024</title><description>Microsoft Forms has introduced powerful updates in 2024, including real-time data sync with Excel, a Practice Mode for learning reinforcement, a new Forms app for easy survey creation, and the ability</description><link>https://www.c-sharpcorner.com/article/microsoft-forms-new-features-in-2024/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microsoft-forms-new-features-in-2024/</guid><pubDate>Tue, 25 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Embed Power BI Report in the SharePoint Page</title><description>Embed Power BI reports into SharePoint Online to enhance data visualization and access within your organization. This integration allows for real-time data insights directly in your collaborative envi</description><link>https://www.c-sharpcorner.com/article/embed-power-bi-report-in-the-sharepoint-page/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/embed-power-bi-report-in-the-sharepoint-page/</guid><pubDate>Tue, 25 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Introducing Video Page Templates in SharePoint and Stream</title><description>The new video page templates in SharePoint Pages and News enable authors to easily create video-centric content. Starting in the Stream Web App, you can craft and customize video news posts with video</description><link>https://www.c-sharpcorner.com/article/introducing-video-page-templates-in-sharepoint-and-stream/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introducing-video-page-templates-in-sharepoint-and-stream/</guid><pubDate>Tue, 25 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Channel Types in Microsoft Teams: Public, Private, and Shared</title><description>Microsoft Teams offers Standard, Private, and Shared Channels to meet various communication needs. Standard Channels are open to all team members for general discussions.  Shared Channels enable cross</description><link>https://www.c-sharpcorner.com/article/channel-types-in-microsoft-teams-public-private-and-shared/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/channel-types-in-microsoft-teams-public-private-and-shared/</guid><pubDate>Tue, 25 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Microsoft Reading Coach(Preview): Revolutionizing Rading Practice</title><description>Discover Microsoft Reading Coach (Preview), a groundbreaking tool revolutionizing reading practice. Using AI and interactive learning tools, it transforms educational experiences by enhancing reading </description><link>https://www.c-sharpcorner.com/article/microsoft-reading-coachpreview-revolutionizing-rading-practice/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microsoft-reading-coachpreview-revolutionizing-rading-practice/</guid><pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Creating a Microsoft CoPilot with Multilingual Support</title><description>Microsoft CoPilot is an AI-powered assistant designed to enhance productivity by helping users with tasks like drafting emails, creating presentations, and analyzing data. By adding multilingual suppo</description><link>https://www.c-sharpcorner.com/article/creating-a-microsoft-copilot-with-multilingual-support/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creating-a-microsoft-copilot-with-multilingual-support/</guid><pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Microsoft Copilot Studio: The Future of Custom AI Solutions</title><description>Microsoft&amp;#39;s Copilot Studio, introduced at Ignite 2023, is a groundbreaking AI tool enabling users to create custom AI assistants without developer expertise. Integrated with Microsoft 365 and Micr</description><link>https://www.c-sharpcorner.com/article/microsoft-copilot-studio-the-future-of-custom-ai-solutions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microsoft-copilot-studio-the-future-of-custom-ai-solutions/</guid><pubDate>Wed, 19 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Speaker Coach in Microsoft Teams Meeting</title><description>Speaker Coach provides personalized, real-time feedback during meetings and presentations. It offers insights on speaking performance privately, not recorded in transcripts. Users can enable it via Mi</description><link>https://www.c-sharpcorner.com/article/speaker-coach-in-microsoft-teams-meeting/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/speaker-coach-in-microsoft-teams-meeting/</guid><pubDate>Wed, 19 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>The NPM script ‘start’ exited without indicating that the create-react</title><description>The NPM script ‘start’ exited without indicating that the create-react-app server was listening for requests.</description><link>https://www.c-sharpcorner.com/blogs/the-npm-script-start-exited-without-indicating-that-the-createreact</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/the-npm-script-start-exited-without-indicating-that-the-createreact</guid><pubDate>Sun, 27 Aug 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Visual Studio Code Focused View</title><description>A famous IDE(integrated development environment) Visual Studio Code comes with Zen Mode (Focused Mode). </description><link>https://www.c-sharpcorner.com/blogs/visual-studio-code-focused-view2</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/visual-studio-code-focused-view2</guid><pubDate>Fri, 25 Aug 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>New Updates in Microsft Teams - July 2023</title><description>Updates and new feature enhancements in the Microsoft Teams till July 2023</description><link>https://www.c-sharpcorner.com/blogs/new-updates-in-microsft-teams-july-20232</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/new-updates-in-microsft-teams-july-20232</guid><pubDate>Thu, 24 Aug 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item><item><title>Early Access Feature of SharePoint and OneDrive Color Coded Folder</title><description>In the nearer future, You can color code your folders in SharePoint and OneDrive. 

This feature is in early access for now, and going to be available soon. 

This will help you to organize your v</description><link>https://www.c-sharpcorner.com/blogs/early-access-feature-of-sharepoint-and-onedrive-color-coded-folder2</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/early-access-feature-of-sharepoint-and-onedrive-color-coded-folder2</guid><pubDate>Mon, 07 Aug 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sigar Dave)</author></item></channel></rss>