Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Alkesh Bijarniya(6)
Mahesh Chand(5)
Tuhin Paul(4)
Sardar Mudassar Ali Khan (4)
Deepak Tewatia(3)
Ziggy Rafiq(3)
Sanwar Ranwa(3)
Ajay Kumar(3)
Emanuel Martins(2)
Vijay Kumari(2)
Velladurai (2)
Jitendra Mesavaniya(2)
Vijay Yadav(2)
Rikam Palkar(2)
Amit Mohanty(2)
Ishika Tiwari(2)
Md Tahmidul Abedin(2)
Giridhar Mungamuri(2)
Vishal Joshi(1)
Arkadeep De(1)
Dashrath Hapani(1)
Ramchand Repalle(1)
Shiv Sharma(1)
Praveen Raveendran Pillai(1)
Jignesh Kumar(1)
Aayushi B(1)
Sanjay Kumar(1)
Vinay Ayinapurapu(1)
Jefferson S. Motta(1)
Uday Dodiya(1)
George (1)
Nikunj Satasiya(1)
Anuradha Rani (1)
Shilpa Tanwar(1)
Rajiv Singh(1)
Sudhir Vaghela(1)
Gajendra Jangid(1)
Siddhesh Chavan(1)
Ayush Gupta(1)
Arun Ramaswamy(1)
Darshan Adakane(1)
Pravesh Dubey(1)
Ketan Kolte(1)
Manoj Kalla(1)
Umesh Baradkar(1)
Lakshmi V(1)
Alpesh Maniya(1)
Rahul Rai(1)
Prasad (1)
Manikandan M(1)
Dhiraj Poojary(1)
Dr Gomathi(1)
Keyur (1)
Ramasagar Pulidindi(1)
Miguel Teheran(1)
Rajeev Kumar(1)
Gurpreet Arora(1)
Raja Msr(1)
David Mccarter(1)
Ismail Sayyad(1)
Sanjay Makwana(1)
Abhishek Sharma(1)
Sanjay Kumar Pathak(1)
Yogeshkumar Hadiya(1)
C# Curator(1)
Abhishek Chadha(1)
Chris Love(1)
Resources
No resource found
How Vibe Coding Differs from Traditional Coding
Jun 26, 2025.
Discover how vibe coding differs from traditional coding. Learn how this creative, improvisational approach contrasts with structured software development, and explore its applications in music, art, and rapid prototyping.
A Comparative Guide to Imperative and Declarative Programming
Jun 23, 2025.
Explore the differences between imperative and declarative programming in C# with real examples. Learn how styles like LINQ improve code clarity, efficiency, and help manage logic, flow, and state effectively.
Risk of Using AI Coding Tools Such as Copilot and ChatGPT
Jun 16, 2025.
Explore the critical risks associated with integrating AI coding tools like GitHub Copilot and ChatGPT into development workflows, covering concerns from code quality and security vulnerabilities to intellectual property issues and developer skill erosion.
How to Ensure Data Privacy and Intellectual Property Protection When Using LLMs
May 23, 2025.
Learn how to protect data privacy and intellectual property when using Large Language Models (LLMs). Explore secure deployment options, prompt sanitization, regulatory compliance, and best practices for safely integrating GenAI into your enterprise workflows.
⚠️ What Are the Risks of Exposing Internal Data to AI Models?
May 18, 2025.
This article explores the key risks of exposing proprietary code and internal data to AI models, including potential data leakage, IP loss, compliance violations, and security threats. It also provides actionable steps organizations can take to safely and securely integrate AI tools into their workflows.
What are the risks of using Vibe Coding?
May 06, 2025.
Explore the potential risks of using AI for code generation, from code quality and security risks to skill erosion and legal uncertainties.
C# 13: Partial Properties and Indexers Simplified
May 05, 2025.
C# 13 introduces partial properties and indexers, enabling cleaner separation of logic in partial classes. This boosts maintainability, avoids hacks, and simplifies working with generated code and tools like EF Core.
Dynamic Styles and Appearance Behavior in MAUI [GamesCatalog] - Part 12
Apr 11, 2025.
This XAML defines a styled "Add Game" button using FontAwesome icons. It binds commands and enables triggers to change text and icon color dynamically based on the button's enabled state.
Basic Understanding of Architectural Style
Apr 01, 2025.
Understanding architectural style is key to appreciating how buildings and structures are designed. It involves the study of various styles, from classical to modern, and the principles behind each.
Creating Ghibli-Style Images for Free with Grok AI
Apr 01, 2025.
Grok AI enables users to create stunning Studio Ghibli-style images effortlessly by generating artwork from descriptive prompts. With simple tools, anyone can produce whimsical, vibrant visuals inspired by Ghibli’s enchanting aesthetics.
Reusable Components and Styles in MAUI MVVM .NET 9 [GamesCatalog] - Part 3
Feb 24, 2025.
In this third part of the GamesCatalog series, we explore how to create reusable components and styles in MAUI MVVM using .NET 9.
Build Responsive eCart App with Angular and Bootstrap
Feb 17, 2025.
This article covers the essentials of creating a mobile-friendly, dynamic shopping cart app with Angular, leveraging Bootstrap's grid system and UI components for seamless user experiences across devices.
Semi Auto Implemented Properties in .NET 9
Feb 06, 2025.
Semi Auto implemented Properties is currently Preview feature of C#13. This feature really helps Enhanced readability and reduced boilerplate code while declaring properties in class files.
Use the Navigate Function for Seamless Transitions in Power Apps
Jan 01, 2025.
Learn how to use the Navigate function in Power Apps to create smooth user experiences by enabling seamless navigation between screens. This article covers basic navigation setup, custom transitions, and how to pass context between screens.
Essential C# Keywords
Dec 25, 2024.
This article explains important C# keywords that help in writing more efficient code. It covers keywords like volatile, value, get, set, yield, partial, and where, describing their uses in a simple manner. These concepts are essential for anyone looking to improve their C# programming skills.
Understanding FlexBox: Flex Direction
Dec 06, 2024.
Learn how to align elements horizontally or vertically, explore row and column orientations, and create responsive layouts with ease. Perfect for frontend developers and designers.
What's New in ASP.NET Core 9?
Nov 15, 2024.
C# 13 enhances developer productivity with features like flexible params collections, scoped locks, and partial properties, allowing for streamlined coding, improved performance, and robust thread safety.
How to Sort a List of Objects in TypeScript by Property
Nov 09, 2024.
This guide covers sorting lists of objects in TypeScript, with examples for sorting by string, numeric, and date properties. It demonstrates using the sort() method, localeCompare for strings, custom sorting functions for dates and numbers, and multi-property sorting techniques.
Understanding Dataverse Text Fields
Oct 30, 2024.
Understand how to integrate text fields into your applications, validate user input, and retrieve data seamlessly. Enhance your knowledge of database design and modeling within Microsoft Dataverse.
Dependency Properties in WPF: Benefits, Usage, and Examples in C#
Oct 21, 2024.
A Dependency Property in WPF is a specialized property supported by the WPF property system. It enables data binding, styling, animation, and value inheritance. This system improves memory efficiency and provides automatic change notifications, making it essential for dynamic, data-driven applications.
The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem
Oct 01, 2024.
This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in SharePoint development, highlighting potential causes such as type mismatches or missing attributes.
Property 'X' Does Not Configure the Code Serialization for its Property Content
Sep 11, 2024.
The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] on properties, or suppress the warning.
CSS Theming Using Variables and JavaScript
Aug 27, 2024.
Discover how to enhance your web design with CSS theming using variables and JavaScript. Learn how to create dynamic and customizable themes by leveraging CSS custom properties and JavaScript for real-time style changes.
Building a Dynamic Bank Deposit Management Interface
Aug 27, 2024.
This code creates a user interface for managing bank deposit methods using HTML, CSS, and JavaScript. It features toggle switches for different deposit types, radio buttons for selecting user roles, and AJAX functions for server communication.
Database Dictionary (2) --- Extended Properties
Aug 23, 2024.
This article will discuss Data Dictionary, Extended Property
Elevate Your Code with Vertical Coding Style
Jul 26, 2024.
In the world of software development, code readability and maintainability are paramount. One effective way to achieve these goals is by adopting the Vertical Coding Style. The result is code that is easier to understand and navigate. Let's explore how Vertical Coding Style can elevate your coding practices.
Creating Maintaining Utilizing Transactions in SQL Server
Jul 25, 2024.
A transaction in SQL Server is a sequence of operations performed as a single logical unit of work. A transaction has four main properties, often referred to by the acronym ACID: Atomicity, Consistency, Isolation, and Durability.
How to Show and Hide Password in Angular
Jul 25, 2024.
Enhance your Angular forms by adding a show/hide password toggle feature. Just like a light switch that lets you see if a room is lit or dark, this feature allows users to reveal or hide their password for better accuracy.
How to Show and Hide Password in AngularJS
Jul 25, 2024.
Implementing a show/hide password toggle in AngularJS enhances usability by allowing users to view or conceal their passwords. This involves creating an AngularJS component with a toggle feature, defining the module and controller, and applying basic CSS styling.
Hyperlink Creation Open External Sites and Outlook Templates
Jul 24, 2024.
Discover tips for enhancing PowerApps with hyperlinks, external site navigation, and Outlook email integration. Learn how to use HTMLText control to create clickable links, launch external sites from PowerApps, and open Outlook with pre-filled addresses, subjects, and bodies.
Explain Adding a Loader in Next.js
Jul 24, 2024.
Adding loaders in a Next.js app enhances user experience by showing visual cues during data fetching and page transitions. Create a Loader component with CSS for styling and use it globally or locally to manage loading states. This approach improves performance and user feedback.
XOR Operator in C# and Its Properties
Jul 23, 2024.
The XOR operator (`^`) in C# is essential for bitwise operations, comparing binary values bit by bit. It is used for tasks like encryption, error detection, and data manipulation.
What are the Different Ways to Style a Reactjs Component?
Jul 05, 2024.
Styling React components can be done using various methods, including CSS stylesheets, inline styles, CSS modules, styled-components, Emotion, Styled JSX, Tailwind CSS, SASS/SCSS, and BEM methodology.
Sharepoint Framework Property Pane
Jun 28, 2024.
SharePoint Framework (SPFx) offers a client-side model for developing web parts and pages in SharePoint, leveraging modern web technologies and supporting seamless integration with SharePoint data.
Understanding Data Binding in Angular
Jun 28, 2024.
Data Binding in Angular" explores the foundational concepts and practical applications of binding data between components and views in Angular applications. It covers two-way and one-way binding mechanisms, including interpolation and property binding.
Filter and Fetch Property Listings by User Preferences
Jun 27, 2024.
xplore our platform's robust tools for filtering and fetching property listings according to your specific preferences. Customize your search based on location, price range, amenities, and more, ensuring tailored results that match your ideal property criteria effortlessly.
Styling in React with Styled Components and TypeScript
Jun 26, 2024.
Using Styled Components and TypeScript, Ziggy Rafiq illustrates how to enhance the styling of React applications. With Styled Components, you can write CSS in JavaScript, simplifying the management of styles in a modular and reusable way. When combined with TypeScript, your code will be type-safe and easier to maintain.
Methods and Properties in C#
Jun 23, 2024.
In C#, methods and properties are fundamental constructs used to define the behavior and state of objects. Understanding how to create and use methods and properties is essential for effective C# programming.
Mastering ASP.NET Core Identity in ASP.NET Core MVC
Jun 06, 2024.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims, tokens, email confirmation, and more.
Difference between CAP and ACID
May 30, 2024.
Discover the key differences between CAP Theorem and ACID Properties in our comprehensive guide. Understand how CAP's focus on Consistency, Availability, and Partition Tolerance contrasts with ACID's principles of Atomicity, Consistency, Isolation, and Durability.
How to Conditionally Apply Class Attributes in ReactJS
May 24, 2024.
In this article, we will learn how to conditionally apply class attributes in ReactJS using the classnames utility. This guide demonstrates how to dynamically assign CSS classes based on component state or props, enhancing the flexibility and readability of your React components.
How to Combine Multiple Inline Style Objects in ReactJS
May 24, 2024.
In React, merging multiple inline style objects is essential for flexible styling. Techniques like object spread, Object.assign, array reduce, Lodash merge, conditional merging, and functional style merging offer versatility in styling solutions.
How to Add Style in ReactJS App
May 22, 2024.
Styling React apps can be done using CSS stylesheets, CSS modules, inline styles, Styled Components, CSS-in-JS libraries, or UI frameworks like Material-UI. Each method offers unique benefits and use cases.
What is the Purpose of displayName Class Property in ReactJS?
May 20, 2024.
The `displayName` property in React improves debugging by naming components in React DevTools and error messages. It’s especially useful for components created with higher-order components (HOCs) or lacking clear names.
Exploring Azure Bicep Outputs: Retrieving Resource Properties
May 09, 2024.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep outputs. It starts with logging into Azure, then moves on to explain the concept of outputs in Azure Bicep, complete with code samples and explanations.
How to write Clean code in C#?
May 06, 2024.
Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean code.
How to Create a Custom Property Wrappers in SwiftUI?
May 01, 2024.
Property Wrappers, a potent and flexible addition unveiled in Swift 5.1, enable the creation of custom property wrappers within SwiftUI, offering substantial versatility.
How to Ignore Properties in OData at Runtime
Apr 10, 2024.
This article provides a guide on how to dynamically ignore properties in OData at runtime using Late-Bindings. It covers the concept of OData, the need for ignoring properties, and a step-by-step tutorial on implementing this in your code.
What is Data Binding and Types of Data Binding in Angular?
Apr 08, 2024.
Data binding is a core concept in Angular that allows developers to establish a connection between the application's data. In this article, we'll delve deep into the various types of data binding mechanisms in Angular, providing detailed examples to help beginners understand and leverage these powerful features effectively.
Understanding of Blazor Server App Project Structure
Apr 08, 2024.
This article covers creating a Blazor Server App project, project structure overview, default folders' usage, setting startup components, and essential files like AppSettings and Program.cs. Prerequisites include HTML, CSS, and JS basics and Visual Studio 2019/2022 knowledge.
Flexible Height Gallery with a Separator
Apr 01, 2024.
Learn to create a flexible gallery with a separator in your app.Add a blank flexible height gallery. Add controls like labels and dropdowns.Set auto height toggle for labels.Add separator rectangle with Y property formula. Easily enhance your gallery with this guide.
Data Binding in Angular
Mar 23, 2024.
Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
A Guide To Crafting Immutable Objects With C# 10's Init-Only Properties
Mar 06, 2024.
Discover how C# 10's init-only properties empower developers to craft immutable objects with precision, enhancing code readability and maintainability. In this article, Ziggy Rafiq demonstrates how you can use this powerful feature to create robust and predictable software.
Main Difference Between Method and Computed Property in Vue.js
Mar 05, 2024.
In Vue.js, methods and computed properties serve distinct roles. Methods are JavaScript functions invoked in response to events, while computed properties cache values based on dependencies, enhancing performance for derived data manipulation.
Explain Vue.js Computed Properties
Mar 04, 2024.
Vue.js, a progressive JavaScript framework, provides developers with powerful tools to create dynamic and responsive web applications. One such tool that significantly enhances the reactivity of your Vue components is computed properties.
What are Properties in C#?
Mar 04, 2024.
In this article, we will learn about properties in C#, different types of properties, how to define and use them, and some best practices when working with properties in C#, properties in C# are a way to encapsulate data and provide controlled access to it.
What is Vue.js Watch Property?
Feb 29, 2024.
Learn Vue.js's watch property, a powerful feature allowing custom logic reactions to changes in data, computed properties, or reactive values. Utilize object-based and immediate watchers for efficient state management.
Mastering Pattern Matching in C#
Feb 28, 2024.
Mastering Pattern Matching in C# provides comprehensive insights into leveraging pattern matching techniques to enhance code readability and efficiency. From type patterns to constant patterns, property patterns, and more, this guide equips developers with the skills needed to write cleaner and more expressive C# code.
Creating Cohorts Using Custom Properties in Application Insights
Feb 27, 2024.
In this article, we will learn how to leverage custom properties in Application Insights to create cohorts for in-depth user behavior analysis.
How to Generate a Popup Message Box in Power Apps
Feb 16, 2024.
This article guides us through implementing a popup message box in Power Apps for deleting gallery items. A standard gallery with a delete button is used. Clicking it triggers a confirmation alert. 'Delete' removes the item, 'Cancel' dismisses.
Learning and Improving Our Code Style with C# 10
Feb 14, 2024.
Ziggy Rafiq wrote this article on Learning and Improving Our Code Style with C# 10 to highlight the Basics, and latest features of C# 10, clean code, review code, problem-solving, reading high-quality code, attending workshops and conferences, feedback and mentoring.
Toggling Visibility of <HTML> Elements in Blazor
Feb 13, 2024.
Let's learn how to hide and show visibility of HTML elements using C#, there are various approaches I am going to cover, the @if conditions, inline styles, internal styles, dynamic style binding, and the hidden attribute.
What is a Wrapper Component in React?
Feb 09, 2024.
Wrapper components in React.js refer to components that encapsulate other components or elements within them. They are commonly used for various purposes such as styling, behavior modification, context management, implementing Higher-Order Components (HOCs).
Implementation of Collection View in .NET MAUI
Feb 02, 2024.
In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Collection View should be used for presenting lists of data that require scrolling or selection.
Angular Content Projection: UI Flexibility and Reusability
Jan 31, 2024.
Angular's content projection, also known as transclusion, elevates UI flexibility and reusability within the framework. By enabling the injection of content from a parent component into designated slots within a child component's template, Angular facilitates the creation of versatile and reusable components.
What is Scoped Styling in Vue.js?
Jan 25, 2024.
In the ever-evolving landscape of web development, Vue.js has emerged as a powerful front-end framework. One of its notable features is the ability to manage styles efficiently within components. Scoped styling in Vue.js 2 and understand how it can elevate your project's organization and maintainability.
Visualizing Data with Style: Pie and Stacked Line Charts in Pygal
Jan 23, 2024.
This article is tailored to guide you through creating two distinct types of charts: the Pie Chart and the Stacked Line Chart.
Dynamic Styling in Vue.js with v-bind Directive
Jan 22, 2024.
Vue.js, a progressive JavaScript framework, empowers developers to build interactive and dynamic user interfaces effortlessly. One of its key features is the v-bind directive, a powerful tool that enables the dynamic binding of HTML attributes to data in the Vue instance.
What Are the Different Ways to Create Filters in Vue.js
Jan 16, 2024.
In this article, we will learn about filters in Vue.js for formatting and transforming data in templates. Learn about global filters, local filters, inline filters, computed properties, and filter functions to enhance your Vue.js applications.
Understanding Dependency Injection in C#
Dec 18, 2023.
This article explores Dependency Injection (DI) in C#, explaining its types (constructor, property, and method injection) and demonstrating its implementation using a UserService and a SqlUserRepository for improved maintainability and testability.
Reading properties of an object in C#
Nov 26, 2023.
This article explores two ways to read the properties of an object in C# without knowing its type at compile time: reflection and dynamic keyword. Reflection involves inspecting and manipulating metadata at runtime, providing flexibility but with potential performance drawbacks. On the other hand, the dynamic keyword allows for late-binding, bypassing static type checking, but may result in runtime exceptions and relies on the Dynamic Language Runtime (DLR). The choice between reflection and dynamic depends on specific needs and scenarios.
Empowering Developers with .NET 8
Nov 20, 2023.
Step into the realm of .NET 8, the latest iteration of Microsoft's open-source platform that empowers developers to craft cutting-edge applications. With its focus on enhanced performance, cloud-native capabilities, and developer productivity, .NET 8 has revolutionized the way we build software.
Reading Zip Files with SharpZip Library in .NET
Oct 03, 2023.
SharpZipLib is a library for .NET that allows working with compressed files, particularly ZIP archives. To read a ZIP file using SharpZipLib, you first install the library and import the necessary namespaces. Then, you open the ZIP file using a `ZipFile` object, access its entries (files or folders), and process the entry data according to your application's needs. Finally, ensure to close the ZIP file properly to release associated resources.
Design a Snake game in Blazor
Sep 22, 2023.
The Snake Game, with its roots tracing back to the 90’s arcade era. Thanks to Blazor, Let's give this timeless gem a new home on your web browser.
Field vs Property in C#
Sep 18, 2023.
In C# object-oriented programming (OOP), distinguishing between "fields" and "properties" is fundamental. Fields directly store data, typically with private or protected access modifiers for encapsulation. They're ideal for managing an object's internal state. Properties, on the other hand, provide controlled access to fields via getter and setter methods, allowing validation and logic integration.
ACID Properties in SQL Server
Sep 18, 2023.
ACID Properties in SQL Server ensure Data Integrity during a transaction.
Dependency Injection in C# .NET With Examples
Sep 12, 2023.
Discover Dependency Injection in C# .NET: Learn how to achieve flexible, maintainable, and loosely coupled code by decoupling components in your software. Explore constructor, property, and method injection with practical examples.
Understanding Vue.js Computed Properties
Sep 04, 2023.
Computed properties" is a core concept in Vue.js, a popular JavaScript framework for building user interfaces. Computed properties allow you to declare properties in your Vue components that are calculated based on other data properties. They provide a way to perform data manipulation and filtering in a declarative and efficient manner.
SQL Server ACID Properties
Sep 01, 2023.
Understanding SQL Server ACID(Atomicity, Consistency, Isolation, Durability) Properties. This article explains ACID properties—Atomicity, Consistency, Isolation, and Durability—highlighting their importance in ensuring reliable database transactions with practical examples in SQL Server.
JavaScript Symbols: Unique Identifiers and Private Properties
Aug 09, 2023.
Explore the power and applications of JavaScript symbols. Learn about unique identifiers, private properties, iterators, and more. A comprehensive guide.
How to Iterate Over JavaScript Object's Properties and Values?
Jul 19, 2023.
In this article, we will learn How to Iterate Over JavaScript Object's Properties and Values
Including And Excluding Properties from Model Binding Using Interfaces
Jul 06, 2023.
You can specify distinct interfaces for various sets of characteristics and have your model implement those interfaces if you want to include or omit certain properties from model binding. After that, you can bind your model to that interface type to decide which properties are added when the model is bound.
Including And Excluding Properties from Model Binding Using the Bind Attribute
Jul 06, 2023.
Using the 'Bind' feature in ASP.NET MVC, you can include and exclude properties from model binding. You can specify which attributes should be included or excluded during model binding using the 'Bind' feature. To include particular characteristics during model binding, utilize the 'Include' property of the 'Bind' attribute. Here is one instance.
Real World Coding Issues - Style and Performance Issues
Jun 29, 2023.
This article will show common coding issues that I see in most of the projects I work on that are in the “style” category of the code analyzers.
AutoMapper in ASP.Net Core 7 Web API
Jun 15, 2023.
When developing apps, it's common to wish to map items to either comparable or different kinds. Why do you frequently require this? The database tables of the employed database are typically mapped with the models (also known as entities) in an application. As a result, there is frequently a discrepancy between the model class properties and the data transfer object class properties. You may run into issues because of having to write a lot of boilerplate code to convert instances of disparate types. A large application, like an ERP, could require a lot of models and data transfer object classes. Writing code to perform the mapping manually would be time-consuming. Here, programs like AutoMapper can be useful.
Creating Gradient Text Using HTML Control in PowerApps
Jun 09, 2023.
To create gradient text using HTML control in PowerApps, you can utilize the HTMLText property of the HTML control and apply CSS styling. Here's an example of how you can achieve gradient text:
Dot Vs Bracket Notation in Javascript
May 30, 2023.
In this article, we will learn Dot Vs Bracket Notation in Javascript
What is Tracked Properties in Power Automate
May 03, 2023.
In this article, we will learn about what is Tracked Properties in Power Automate, how it is useful and how we can use it.
Static Methods Vs. Non-Static Methods In C#
Apr 27, 2023.
The difference between static and non-static methods in C#.
C# 12 Preview Features: Improving Productivity and Performance
Apr 17, 2023.
C# 12 Preview Features: Improving Productivity and Performance
Get User Properties With “Get User Profile” Action In Power Automate
Apr 11, 2023.
This article explains how to retrieve a user's profile in Microsoft Power Automate using the "Get user profile (V2)" action from the "Office 365 Users" connector. This action provides user profile information in a JSON object that can be utilized in subsequent steps.
Get User Properties With Graph API In Power Automate
Apr 10, 2023.
In this article, you'll discover how to retrieve user profiles in Microsoft Power Automate using an HTTP request via the Graph API. Learn how to filter user profile information for a specific user based on their ‘user principal name’ or other parameters.
Power Automate - Send Notification With File Properties Table
Apr 07, 2023.
In this article we will see how we can read the file properties of all the files in a folder of SharePoint online document library and send these properties in tabular format with custom CSS styling in email notification.
Power Apps - Fetch Image Property From Multi People Picker Column Based On Dropdown Selection
Mar 27, 2023.
In this article, you will learn how to fetch image property from multi people picker column based on dropdown selection.
Power Apps - Fetch Image Property From Multi People Picker Column
Mar 27, 2023.
In this article, you will learn about how to fetch image property from multi people picker column in Power Apps.
Copy All Properties Of One Object Into Another Without Any Package In C#
Mar 27, 2023.
In this article we are going to map one object to another object which are same type and also different type. Some properties are exact same and some are different in case.
What Is The Purpose Of The 'Prototype' Property In JavaScript?
Mar 17, 2023.
What is the 'prototype' property in JavaScript and how to use it in your web page.
Navigator.online Property In JavaScript
Mar 15, 2023.
This article describes with an example whether the user is connected to the internet using navigator.online property in javascript.
A Comprehensive Guide to the CSS Gap Property: Improving Web Layouts
Mar 07, 2023.
Learn about the CSS Gap Property and how it simplifies adding space between elements. Discover how to use this powerful property to improve your code and fine-tune spacing. Check out our comparison with other similar properties and explore browser compatibility.
How To Check If An Array Is Empty In C#
Feb 01, 2023.
In this article, we will explore various methods to determine if an array is empty in C#. The Length property, Count() extension method of LINQ or the IsNullOrEmpty() method can be used to check if the array is empty. If any of these methods return 0 or the array is null, it can be determined that the array is empty.