Resources  
  • Get List Control Dynamic value from SharePoint List in Power AppsMar 27, 2024. The List Box control in Power Apps coupled with SharePoint integration enhances data visualization and interactivity. Customize appearance and behavior, bind to SharePoint lists, implement filtering/sorting. However, limitations include data connectivity dependency and performance issues with large datasets.
  • Dynamic Timer Control Duration from SharePoint List in Power Apps Mar 27, 2024. Empower your Power Apps with dynamic timer control settings sourced from SharePoint lists. Enhance user experience and efficiency by customizing timer durations based on data from SharePoint, seamlessly integrating data-driven time management solutions within your application.
  • Rating Control Dynamically from SharePoint List in Power AppsMar 27, 2024. Dynamically link SharePoint list data to a Rating Control in Power Apps. Customize user feedback mechanisms, enhancing user experience and data interaction within your application for efficient data visualization and user engagement.
  • Dropdown Options Dynamically from SharePoint List in Power AppsMar 23, 2024. How to bind dropdown option dynamically from SharePoint List in Power Apps. Power Apps enables custom app creation without extensive coding. Learn to dynamically populate dropdowns from SharePoint lists for efficient, consistent, and scalable applications with this step-by-step guide.
  • Introduction to Line Charts in Power AppsMar 21, 2024. Explore the power of line charts in Power Apps for visualizing SharePoint list data trends efficiently. Learn about their benefits, such as intuitive representation and dynamic data analysis, along with features like customization and interactivity.
  • Display API Data on List Using SwiftUIMar 15, 2024. In this article, we will fetch and display data on a list using SwiftUI. Learn to fetch and display data in a list using SwiftUI. Set up a SwiftUI project in Xcode, create a struct conforming to Codable and Identifiable protocols, fetch data using URLSession, and design the UI.
  • Understanding Sharing in Lists on SharePoint Communication SitesMar 05, 2024. This guide provides detailed instructions on utilizing the Share option in lists on SharePoint Communication Sites. It covers the login steps, navigating to lists, selecting items to share, opening the Share dialog, adding recipients, selecting permission levels, and sending the invitation.
  • Exploring the Export Functionality within SharePoint ListsMar 04, 2024. The Export feature in SharePoint Lists facilitates exporting list data to formats like Excel or CSV, aiding data analysis and sharing. It enhances collaboration by enabling users to extract and manipulate data conveniently.
  • Understanding Alert Feature in SharePoint List Mar 04, 2024. In this article, we will learn about the "Alert Me" feature in SharePoint lists, enabling users to receive notifications for changes. Understand its functionality, including setting up alerts, managing subscriptions, and receiving notifications via email.
  • Trigger a Plugin When Contact Removed form Marketing List EntityMar 04, 2024. This content provides guidance on removing a contact from a marketing list in Dynamics 365 using a plugin. It outlines the steps to create, register, implement the logic, deploy, and test the plugin. Additionally, it includes the necessary plugin code and a unit test code snippet.
  • Understanding Grouping by Columns in SharePoint ListsMar 04, 2024. In this article, we will discover how to efficiently organize and manage data in SharePoint Lists by understanding the powerful grouping capabilities.
  • Learn about Data Structures in .NETMar 04, 2024. Explore key .NET data structures—Lists, Queues, Stacks, and Dictionaries. Learn their practical applications through examples for efficient and scalable software development in the .NET ecosystem.
  • Understanding the Art of C# GenericsMar 01, 2024. Unlock the power of C# Generics with our comprehensive guide. Master best practices, explore advanced scenarios, and elevate your coding skills with this in-depth C# Generics tutorial. Learn to write efficient, flexible, and type-safe code for a wide range of scenarios, ensuring optimal performance.
  • Automating Excel data to SharePoint Lists with Power AutomateFeb 28, 2024. In this article, we will discover seamless automation of Excel data migration to SharePoint Lists using Power Automate. Streamline your workflows, enhance productivity, and ensure data integrity with this efficient solution.
  • Why we should learn C#?Feb 26, 2024. This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability for modern development needs.
  • Learn about C# Operators and Their UsesFeb 26, 2024. This article on C# operators from unary and binary operators to overloadable operators, relational operators, implicit and explicit cast operators, short-circuiting operators, the ternary operator, null-conditional operators, "exclusive or" operators, default operators, assignment operators, and sizeof operator.
  • Introduction to Vue.js and Building a Simple Todo ListFeb 26, 2024. In the ever-evolving landscape of web development, Vue.js has emerged as a powerful and versatile JavaScript framework. In this three-part series, we'll embark on a journey to explore Vue.js and demonstrate its capabilities by building a simple yet functional to-do list application.
  • Sending an Email with Multiple Attachments from SharePoint ListFeb 21, 2024. Explore the efficient process of automating email sending with attachments using Power Automate, focusing on scenarios like SharePoint list item creation. Optimize your Power Automate skills for enhanced productivity.
  • Gallery Filtering with Modern Tab List Control in PowerAppsFeb 16, 2024. Creating a vertical tab interface utilizing the modern tab list control within PowerApps. This article guides users through creating a vertical tab interface using the modern tab list control in PowerApps. It covers enabling modern features, setting up a SharePoint list, and configuring visual elements.
  • Creating Collections from SharePoint Lists in PowerAppsFeb 15, 2024. Learn how to utilize collections in PowerApps to manage data within your application, especially useful for scenarios where users may be offline or have limited connectivity. Discover the advantages of collections over SharePoint lists, including the ability to perform complex queries.
  • How to Create a SharePoint List Directly from ExcelFeb 13, 2024. Learn to seamlessly migrate Excel data to SharePoint lists. Enhance collaboration and data management with this step-by-step guide.
  • SharePoint Online List JSON View Formatting - Video ThumbnailFeb 13, 2024. Customizing YouTube video thumbnails in SharePoint lists enhances visual appeal and user experience. By creating a list with specific columns and using JSON formatting, you can display thumbnails along with details like titles and descriptions.
  • Date and Time Column Behavior in SharePoint List/LibraryFeb 12, 2024. In this article, we will learn how managing date and time column conversions in applications becomes challenging when your organization spans multiple offices across different time zones.
  • Get Items Action Fetching Few Records from SharePoint OnlineFeb 05, 2024. Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem by introducing null values for existing records.
  • Listing Unique Records Within an Array in Azure Data FactoryFeb 02, 2024. Utilize Azure Data Factory to remove duplicates within an array by employing the "union()" function. This solution involves the Set Variable activity to obtain a unique list from the array.
  • Command Line Arguments in C ProgrammingJan 30, 2024. Programming can be powerfully customized with command line options without requiring changes to the code. In this article, we will learn how command line arguments in C programming empower users to modify a program's behavior, providing flexibility and adaptability without altering the source code.
  • List Web Part in SharePoint OnlineJan 29, 2024. This article offers a comprehensive guide on the List Web Part in SharePoint Online, providing insights into customization options and features. Users can seamlessly add and tailor lists on their pages, with the ability to customize titles, views, sizes, and more.
  • What is List Rendering in Vue.js?Jan 23, 2024. Vue.js provides an elegant and powerful way to render lists of data dynamically with the v-for directive. This feature allows you to iterate over an array or an object, creating and updating HTML elements effortlessly. In this guide, we'll explore the ins and outs of list rendering in Vue.js with practical examples.
  • Extending List Functionality with C# Extension MethodsJan 22, 2024. In this article, I will demonstrate How to create an extension method in c# for List type. I will explain how we can extend the functionality of List without a new derived class. I will create extension methods for list type will help us use across project without creating new class.
  • Understanding Lists in SharePointJan 12, 2024. In this article, we will learn about SharePoint lists. From real-time collaboration to granular security controls, learn how lists enhance data organization, streamline processes, and boost productivity.
  • DropDown List Using XML in ASP.Net C#Jan 11, 2024. The first dropdown, "ddldist," displays district names, and the second dropdown, "ddltaluka," displays taluka names based on the selected district. The C# code uses the Page_Load method to load district data on the initial page load. The ddldist_SelectedIndexChanged method handles the district selection, filtering, and populating of the taluka dropdown accordingly. The XML files "District.xml" and "Taluka.xml" store the district and taluka data, respectively.
  • PowerApps Cascading Creating Dropdown and save into ListJan 08, 2024. Learn to create cascading dropdowns in PowerApps for efficient form usage. This guide details the process, including configuring dropdown controls and implementing cascading lookup logic for better data management.
  • What is Collection Expressions in C# 12?Jan 03, 2024. Forget the days of writing mountains of code just to create simple lists or arrays. C# 12 unleashes collection expressions, your new superpower for crafting collections with ease and elegance. This friendly guide demystifies the magic behind these expressions, even if you're a coding newbie.
  • Traits and Generics in RustDec 20, 2023. In this article, we will explore Traits and Generics in Rust. Explore the power of Rust, a programming language known for speed, memory safety, and clever code writing. Uncover the concepts of 'traits' and 'generics,' enabling reusable, flexible, and type-safe coding. Traits act as guides, while generics facilitate code adaptability. Discover how to declare, implement traits, and use generics for functions and data structures.
  • Smart Sorting: Finding the Middle Number of Two Ordered ListsDec 11, 2023. Efficient C# code uses a binary search approach to find the median of two sorted arrays. The algorithm intelligently partitions arrays, ensuring logarithmic runtime complexity (O(log(min(m, n)))).
  • FlatList in React NativeNov 27, 2023. FlatList is a vital component in React Native for efficiently rendering large lists of data. Learn its installation and basic usage, key features like data, renderItem, and keyExtractor props, and optimization techniques, including virtualization and item separators. Explore advanced configurations like horizontal lists, grid layouts, handling end-reached events, controlling scrolling behavior, and dynamically adjusting item heights.
  • HTTP Status CodesNov 23, 2023. Understanding of HTTP Status Codes. This article provides a comprehensive overview of HTTP status codes, categorized into 1xxs for informational, 2xxs for success, 3xxs for redirection, 4xxs for client errors, and 5xxs for server errors.
  • New Features of Rust 1.73Nov 02, 2023. Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make Rust more expressive, efficient, and user-friendly.
  • Vendor Approval Process Using Microsoft Power Automate and SharePoint listOct 31, 2023. Here's a step-by-step guide on how you can structure a comprehensive vendor approval process Using Microsoft Power Automate and SharePoint list.
  • How to Use List Comprehensions in PythonOct 11, 2023. Python is a popular programming language that offers many features to make your code elegant and expressive. One of these features is list comprehension, which is a way to create lists in a concise and readable way.
  • Generics in C#: Enhancing Code Reusability and Type Safety Oct 04, 2023. In this article, we will explore the concept of generics in C# with detailed examples, showcasing how they enhance code flexibility and maintainability.
  • Data Structures in R Programming Sep 25, 2023. In this guide, we'll explore the various data structures in the R language. Provided with syntax examples and illustrate how each data structure is used in practical scenarios in detail.
  • Mastering List Collections in C# Sep 24, 2023. Explore the power and versatility of C# List collections with this comprehensive guide. From basic operations to advanced techniques, learn how to harness the full potential of lists for effective data manipulation. Whether you're a beginner looking to master the essentials or an experienced developer seeking to level up your C# skills, this guide provides a step-by-step journey through list collections, making complex data management accessible and efficient.
  • KAFKA for Mere Mortals : Topics and partitions in PracticeSep 21, 2023. The main focus in this article is to create, list, describe and delete topics and partitions in KAFKA
  • Retrieve All Column Values with PnP JS in SPFxSep 20, 2023. In this blog post, we'll delve into the process of extracting various field values from a SharePoint list using PnP JS, demonstrating how this can seamlessly integrate with SharePoint Framework (SPFx) for enhanced functionality.
  • Managing Lists with Redux in React.jsSep 08, 2023. Here we will learn how to use Redux in React js for manage list data.
  • Using PowerApps Filter Function for All SharePoint List ColumnsSep 06, 2023. This blog will show you how to use the Filter function to organize information in different SharePoint list columns, whether they contain words, numbers, dates, or choices. We'll make it easy with step-by-step instructions, so you can set up filters and customize your app's look. Get the most out of your SharePoint data by learning how to use the Filter function in PowerApps effectively.
  • List In KotlinSep 04, 2023. In this article, we delve into Kotlin's Lists, fundamental in managing collections of items. Learn about Immutable and Mutable Lists, key methods, and their practical use cases.
  • Generic in C#Sep 01, 2023. Generics in C# 2.0 revolutionize code design by decoupling classes and methods from data types. They're key in creating strongly typed, reusable, and performant code. You declare generics using the `<>` symbol.
  • Generics in C# Aug 25, 2023. Harness the Versatility of C# Generics: Boost Code Reusability and Type Safety. Dive into how Generics empower adaptable, efficient code, accommodating various data types while maintaining robust type checking.
  • Cloning Class Using System.Text.Json in .NET 8Aug 21, 2023. .NET 8 Preview 7 allows cloning internal properties
  • Creating Dynamic Dropdown Lists in ASP.NET MVC Using AJAXAug 12, 2023. we have learned how to create dynamic dropdown lists with cascading behavior in an ASP.NET MVC application using AJAX. The JavaScript AJAX functions communicate with the server to fetch data based on user selections, and the ASP.NET MVC controller methods
  • How to save Microsoft Forms Responses with Attachments to SharePoint Lists?Aug 09, 2023. In this article, we will explore the process of retrieving a Microsoft Forms response that includes an attachment and saving it directly to a SharePoint list.
  • Create a SharePoint List Item using Power Automate Jul 28, 2023. Learn how to collect data from Microsoft Forms and store it in SharePoint Lists using Microsoft Power Automate. Automate workflows easily without coding. Efficient data management for better analysis.
  • Export Sharepoint List Metadata Using Power AutomateJun 15, 2023. In this article, I will explain, how can we export a SharePoint list metadata using Power automate. While doing that, we will learn many basic concepts of Power Automate like how to use JSON, strings, arrays etc.
  • Mastering C# Enums: An Essential Guide with ExamplesJun 13, 2023.
  • Difference between IQueryable, IEnumerable, IList and ListJun 12, 2023. when to use what IQueryable, IEnumerable, IList and List
  • Collections in KotlinJun 12, 2023. The article wraps Collections in Kotlin and provides a summary or final thoughts on the topic.
  • How To Create Tree/Hierarchical list structure Using Ant Design UI In ReactJSJun 05, 2023. In this article we will learn how to create a Tree using Ant Design UI with React Js and type script.
  • Unleashing the Power of a Generic Event Bus in Angular: Building a Powerful and Scalable ArchitectureMay 30, 2023. A generic event bus in Angular acts as a central communication hub that enables components to publish and subscribe to events. It promotes loose coupling and enhances the flexibility and scalability of large-scale applications. By leveraging the event bus, developers can establish efficient communication between different parts of the application, facilitating seamless cross-component and cross-module interactions.
  • Native Keyword In JavaMay 19, 2023. In this article, you will learn Native Keyword in java
  • How to Use Clear Keyword An Array in C#May 10, 2023. In this article, you will learn about what is a Clear Keyword an array in C#
  • How to Insert An Element Into An Array In C#May 09, 2023. In this article you will learn How to insert an element into an array in C#?
  • How To Check The Length Of An Array In C#May 05, 2023. In this article, you will learn How to check the Length of an array in C#
  • HTML IntroductionMay 03, 2023. HTML stands for Hyper Text Markup Language, and it is the foundation of all web development. HTML allows web developers to create web pages that can be viewed by anyone with a web browser. In this article, we will provide an overview of HTML, including its history, syntax, and examples of how to use it.
  • How to check if an array contains a specific element in C#Apr 24, 2023. in this article, you will learn How to check if an array contains a specific element in C#
  • FlatList vs SectionList in React Native- Choosing the Right List Component for Your AppApr 15, 2023. In React Native, efficiently displaying big lists of data is critical for offering a smooth and responsive user experience. FlatList and SectionList are two prominent list rendering components in React Native.
  • What Is The Difference Between An Array, ArrayList And A List?Apr 04, 2023. In this article, you will learn when to use an Array, ArrayList, or a List in C#.
  • What is the difference between C# array and C# list?Mar 29, 2023. Learn the difference between a C# list and a C# array with code examples.
  • Create Generic HttpClient Call Function With Error Handling In C#Mar 09, 2023. This article presents a step-by-step guide on how to create a generic HttpClient call function in C# that can handle different request methods, request body types, response types, and error handling using optional parameters. By following the provided code examples and explanations, readers can learn how to simplify HTTP requests in their C# applications and reduce the risk of errors.
  • Customize Modern SharePoint List Forms using JSONMar 09, 2023. Normally we use SPFx or Power Apps to customize the forms in SharePoint online. In this article we will see how you can customize out of box SharePoint list form using JSON. You don’t need to customize the form using SPFx or Power Apps. Some simple JSON can be used to customize header, footer and body of the SharePoint list form. You can create different sections inside the form body as well as apply some validations to show and hide form fields based on the value of other form fields. Advantage of these JSON customized forms are that it is responsive by default. You don’t have to do any work for making these forms responsive. So, you can use same form in desktop and mobile both.
  • F#'s ListMar 06, 2023. In this article, you will learn the basic operations of F# list.
  • Generic Interface And Generic Repository For Developing ASP.NET Core Web APIFeb 28, 2023. In this article, you will learn about Generic Interface and Generic Repository for Developing Asp.net Core Web API.
  • Manage Attachments Of SharePoint On-Premises List ItemFeb 22, 2023. Custom "Attachment" Sync Solution to support SharePoint On-Premises List Item Attachments in Canvas Power Apps Forms.
  • How To Save Input From MS Forms Form Into SharePoint ListFeb 21, 2023. In this article, you will learn how to save input from ms forms form into sharepoint list.
  • 5 Ways To Flatten A List In PythonFeb 20, 2023. There are many ways to flatten a list in Python, but in this article, I’m going to mention my top five favorites.
  • How To Sort A Dictionary With C#?Feb 13, 2023. In this article, you will learn how to sort a Dictionary with C#?
  • 3 Ways To Sort A C# ListFeb 10, 2023. In this article, you will learn how to sort a C# List?
  • How To Resize An Array In C#Feb 07, 2023. This article will teach you how to resize an array in C#.
  • Create Lookup Field In Existing SharePoint List Using REST API Schema XMLFeb 06, 2023. In this article, we will learn how to create lookup field in existing SharePoint list using REST API and schema XML. The REST API enables us to communicate with SharePoint using standard HTTP methods, such as GET, POST, PUT, and DELETE. The API provides access to various SharePoint entities including lists, libraries, and sites, allowing us to retrieve data, create and update lists, fields, items, upload files and manage user permissions.
  • Power Automate - Unzip And Upload SharePoint List Attachments To Document LibraryJan 02, 2023. In this article, we will see how you can use Power Automate flow to get the SharePoint list attachment (zip file) and unzip it. This flow will unzip the files and upload the unzipped files to a SharePoint document library.
  • Create PowerApps From SharePoint Online ListDec 27, 2022. This article will focus on creating default PowerApps application from given SharePoint list.
  • Customizing SharePoint Online List Form Using PowerAppsDec 26, 2022. This article will focus on customizing the default SharePoint list forms using PowerApps
  • PNP PowerShell - Read Excel File And Add Bulk Data Into SharePoint List Dec 22, 2022. In this article, you wil learn how to read Excel File and Add Bulk Data into SharePoint List.
  • Overloading State Images In ListView ControlsDec 19, 2022. A technique to quickly implement an action button in the ListView control for WinForms.
  • How to Use Multiple Attachments Controls In Power App List FormDec 19, 2022. In this blog, we will learn how to use multiple attachment controls and how to manage attached files with multiple attachment controls.
  • Integrate Power BI To SharePoint Online ListDec 09, 2022. In this article, you will learn how to use default out of the box capacity of generating Power BI report based on the given list.
  • Unit Of Work With Generic Repository Implementation Using .NET Core 6 Web APIDec 04, 2022. Unit Of Work with Generic Repository implementation using .NET Core 6 Web API.
  • Using The New Generics Pattern Matching Feature In .NET 7Nov 30, 2022. In this article, you will learn how to use the new generics pattern matching feature in .NET 7.
  • Using The New Generic Number Interface In .NET 7Nov 28, 2022. In this article, you will learn how to use the new generic number interface in .NET 7.
  • Difference Between List and Array In PythonNov 15, 2022. In this article, we learn about the difference between List and Array in Python.
  • Convert XML Files Data To List Of ObjectNov 13, 2022. In this blog, we learn how to get all XML files from a specific location and convert it's data into the C# object.
  • Send An Email With Line Breaks From SharePoint ListNov 07, 2022. In this article, we will see how to send an email with Line Breaks from Share point List: Multi-Line Text (Rich Text).
  • How To Get User Information In Infopath Form Using User Information List With SharePoint OnlineNov 02, 2022. In this article, you will learn how to get user information in infopath form using user information list with sharepoint online.
  • SharePoint List Operation With Time Trigger Azure FunctionOct 20, 2022. In this article, you will learn about SharePoint List Operation with Time Trigger Azure Function.
  • 7 Ways To Combine Lists In PythonOct 18, 2022. This article explains 7 different ways to combine lists in Python.
  • Break Inheritance And Set Item-Level Permission Using Power AutomateOct 18, 2022. In this article, we will learn how to set item-level unique permissions in SharePoint using HTTP request with Power Automate
  • List In PythonOct 12, 2022. In this article, you will learn how to learn list in python.
  • How To Update List Items With Elevated Access To Read-only Content Using Power AutomateOct 10, 2022. In this article, we will learn how to update SharePoint list items with elevated access when the logged-in user doesn’t have access to update the content.
  • Generating An Excel File Through A List Of Objects In ASP.NET MVCOct 07, 2022. The purpose of this article is to facilitate the generation of an Excel file from a list of objects passed as parameters, allowing the choice of columns to be displayed and also the merging of cells with the same content and other parameters.

About Generic-Lists

NA

OUR TRAINING