CRMONCE

Creative

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...

[rt_social_links]
Creative

Radio Button Control In Microsoft PowerApps

Introduction RadioButton RadioButton enables the user to select a single option from a group of choices when paired with other RadioButton controls. When a user clicks on one RadioButton, it becomes checked and all other RadioButtons in the same group becomes unchecked. Follow the steps, m...

[rt_social_links]
Creative

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...

[rt_social_links]
Creative

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...

[rt_social_links]
Creative

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...

[rt_social_links]
Creative

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(...

[rt_social_links]
Creative

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...

[rt_social_links]
Creative

What is IEnumerable in C# .Net

/*! elementor – v3.13.2 – 11-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(...

[rt_social_links]
Creative

Sending an Email to a Distribution List in Microsoft Flow

Sending an email to Distribution List/Group in MS flow In this article, I will be demonstrating how to send an email to a Distribution List (DL) or Group in MS flow. It’s been a very common question from users if we can send emails from a DL using MS flow. I found that the process [&hell...

[rt_social_links]
Creative

Build Form and Connect to Table Data in Power Apps

Introduction In this article, I have explained how to create a form and connect it to a table database using power apps. Once you successfully logged into the app tenant, choose the new app option, click canvas app, and provide the required details like (App name, Description, etc). Once t...

[rt_social_links]