Get days of month using Power Automate
/*! elementor – v3.13.3 – 28-05-2023 */ .elementor-column .elementor-spacer-inner{height:var(–spacer-size)}.e-con{–container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(–container-widget-width,var(...
What is Non-Generic Collections in C#
Intruduction : In this blog we can what is Non-Generic Collections in C#. What is Non-Generic Collections in C#? Different datatypes are represented in elements of non-generic collections. The non-generic collections are as follows: BitArray, ArrayList. It represents an ordered group of ob...
What is Generic Collections in C#
Introduction : In this blog we can see what is generic collections in c#. What is Generic Collection in C#? A generic collection is highly typed (it can only hold one type of object) to reduce runtime type mismatches and to increase speed by avoiding boxing and unboxing. Generic collection...
What are Constructors in C#
Introduction : In this blog we will see the primary constructors in c#. What is a constructor in C#? A constructor is a particular class method that is invoked whenever a new instance of the class is created. A constructor, like a method, contains a set of instructions that are execu...
How to convert IEnumerable to ReadOnlyCollection in C#
Introduction: In this blog we will see how to Convert IEnumerable to ReadOnlyCollection in C#. What is IEnumerable in C#? All non-generic collections that can be enumerated use IEnumerable as their underlying interface. GetEnumerator, the only method in it, returns an IEnumerator. IEnumera...
Difference between Field & Property in C# .Net
/*! elementor – v3.13.3 – 28-05-2023 */ .elementor-column .elementor-spacer-inner{height:var(–spacer-size)}.e-con{–container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(–container-widget-width,var(...
How to format the HTML table in MS flow?
Before Article we discuss about who the html table in power automate. We’ll add padding and color to the html table – insert a new step in between “Create HTML table” and “Send an email” action like below. Select “Compose” data operation action like below Rename your defaul...
Create And Format HTML Table Using Microsoft Flow
Introduction Nowadays, the buzz word in the market is MS Flow. I would say that without MS Flow, SharePoint Online is incomplete. When we talk about SharePoint Online, we must talk about other related technology like MS Flow, PowerApps, SPFx, Teams, etc. These all go side by side. As Micro...
Save Input From MS Forms Form Into SharePoint List
This article will discuss how we can save responses from MS Forms to SharePoint using power automated flow. Storing MS Form data in SharePoint lists provides a centralized location for data storage. All the data collected through MS Forms are stored in a single location, making it easier t...