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

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

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

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

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

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

Creative

Power Apps – SortByColumns & Search using Data Table

IntroductionIn this blog, we will see how to create Data Table layout on the screen, connecting it to your power apps table, using SortByColumns & Search to your data table created. Add Data table to the screen1. Rename your screen name for your reference by right clicking screen shown...

Creative

Populating a Custom pages in Model-driven app

In this blog we can see how to populate a custom page based on Command button using java script action.  Step 1 Login into power apps using “make.powerapps.com”. Navigate to solutions and select  your solution.   Step 2 : In Solutions navigate to apps in apps select your mod...

Creative

How To Trigger Flow Email On Button Click In PowerApps

Introduction In this article, I am going to explain how to send an email on a button click event in PowerApps through Microsoft Flow. Overview Create a button on the item details view screen.Create a flow for sending an email with parameters on PowerApps button trigger.Pass the required pa...