Resources  
  • Enable Copilot Control feature to a canvas appsMar 19, 2024. Copilot control, an AI assistant for canvas apps, enables users to gain insights through natural language conversation. Learn how to enable and integrate Copilot into your canvas app effortlessly.
  • How to Use GitHub Enterprise Cloud to Get StartedMar 18, 2024. Learn how to discover the power of GitHub Enterprise Cloud with our comprehensive guide. Learn how to set up your account, manage repositories, collaborate with team members, and leverage essential features for version control.
  • How to Add Controls in AG-Grid In AngularMar 17, 2024. AG-Grid, a powerful library for Angular, allows easy integration of data grids. Follow these steps to set up, customize, and enhance AG-Grid in your Angular application.
  • Exploring the Pen Input Control in Power AppsMar 15, 2024. In this article, we will explore the Pen Input Control in Power Apps" which delves into the innovative realm of digital creation. Discover how Power Apps, with its pen input feature, revolutionizes user interaction and unleashes creative potential.
  • Enabling Modern Controls and Themes in Canvas AppsMar 14, 2024. Discover how to elevate user experience in canvas apps by integrating modern controls and themes. Enhance UI with customizable features, interactive elements, and visually appealing designs.
  • Exploring the Data Table Control in Power AppsMar 12, 2024. Discover the intricacies of the Data Table Control in Power Apps with our comprehensive guide. Learn to harness its power for seamless data manipulation, visualization, and user interaction.
  • Exploring Power Apps ControlsMar 07, 2024. This article delves into the realm of Power Apps controls, the foundational elements of Canvas Apps. It provides insights into various types of controls available in Power Apps, detailing their features and effective usage to craft engaging applications.
  • Expandable and Collapsible Tables in PowerAppsMar 04, 2024. This article provides a comprehensive guide on expanding and collapsing multiple tables in PowerApps. It walks through the steps required to set up a canvas control, customize columns, add containers, and implement expand/collapse functionality using icons.
  • Implement and Configure Windows Defender Application Control (WDAC)Mar 01, 2024. Windows Defender Application Control is a security software application designed to protect devices, from malware and other harmful software. Its main purpose is to allow trusted applications to run on PCs.
  • Reactive Forms In Angular with Practical Example Mar 01, 2024. Angular is a popular framework for building dynamic web applications, and one of its key features is its powerful Forms module. Angular offers two types of forms: template-driven forms and reactive forms. In this article, we'll delve into reactive forms in Angular, exploring their benefits, how to create them, and how to work with them effectively.
  • Understanding and Managing Access Control in SharePointFeb 29, 2024. Understanding and Managing Access Control in SharePoint in detail step by step , such as Grant Permissions, Create Group ,Grant/Edit User Permissions ,Remove User Permissions , Modify Permissions ,Check Permissions , Permission Levels , Access Request Settings , Site Collection Administrators.
  • Cherry-Pick and Stash for Efficient Development WorkflowsFeb 28, 2024. Excited to share SourceTree tips! Learn how to boost productivity with cherry-pick & stash features. Keep commits clean & manage work-in-progress seamlessly!
  • Enable Enhanced Experience for Email AttachmentsFeb 21, 2024. Enable a seamless email attachment experience in CRM by configuring the enhanced email attachment control. Follow simple steps to add attachments, preview files, export data, and efficiently manage attachments in forms.
  • Create Elegant Form Controls for PowerApps with React-BootstrapFeb 20, 2024. This article provides a comprehensive guide on how to create elegant form controls for your PowerApps using React-Bootstrap. It covers the basics of React-Bootstrap, its advantages, and how it can be used to enhance the aesthetics and functionality of your PowerApps forms.
  • Azure DevOps: Create Organization, Project, Commit .NET SolutionFeb 20, 2024. Create Azure DevOps Organization & Azure DevOps Project, Commit .NET Solution Project into Azure DevOps. The article provides a detailed guide on establishing an Azure DevOps Organization, creating a project, and committing to a .NET Solution Project.
  • 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.
  • PowerApps Dropdown / ComboBox with ImageFeb 09, 2024. Create visually enriched PowerApps Dropdown/ComboBox with images. Enhance the user experience by incorporating thumbnails or icons alongside selectable options, leveraging data binding and custom templates for seamless integration.
  • What Are Navigation Guards in Vue RouterFeb 08, 2024. Vue Router offers navigation guards, functions executed before/after route navigation, enabling control over Vue.js app navigation. Global guards like beforeEach manage app-wide authentication/authorization.
  • What is Components in ReactFeb 05, 2024. Explore React.js components, the core building blocks of React applications. Learn about six types of components: Functional, Class, Pure, High Order, Controlled and Uncontrolled.
  • Explain about Git and GitHubFeb 01, 2024. Git is a powerful, open-source distributed version control system designed by Linus Torvalds for efficient project management. Developers use Git for version control, tracking code changes, and collaborating. GitHub, a platform utilizing Git, facilitates collaborative coding, project hosting, and version control.
  • Creating Azure Resource Groups, Advantages and DisadvantagesJan 31, 2024. Microsoft Azure employs Azure Resource Groups (RGs) for streamlined deployment and management. This guide explores creating, advantages, challenges, and best practices for effective cloud resource management.Creating Azure Resource Groups, Advantages and Disadvantages.
  • Create Xamarin Android Custom Loader with LoaderEase NuGet PackageJan 19, 2024. The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the NuGet package " Xamarin.Custom.LoaderEase" enables users to effortlessly fashion a personalized loader aligned with the visual theme of their application.
  • Version History and Document Control in SharePointJan 12, 2024. Explore the transformative power of SharePoint's version history and document control features. This guide delves into benefits, implementation, and best practices, unveiling how these functionalities elevate collaboration and ensure regulatory compliance.
  • Mastering Permissions and Access Control in SharePointJan 12, 2024. Unlock the full potential of SharePoint permissions with this comprehensive guide. Dive deep into principles, strategies, and best practices for effective access control, ensuring a secure and organized collaborative environment.
  • Source Control (4), Git --- Distributed AppDec 28, 2023. Dive into the intricate realm of Source Control through a series covering stand-alone apps, server apps, and online centralized services like GitHub and Azure DevOps. Learn Git's definition, history, and workflow intricacies.
  • Remove A File From Git Commit HistoryDec 27, 2023. Git is a powerful version control system that allows developers to track changes in their projects efficiently. However, there are situations where you might need to remove a file from the Git commit history. This could be due to sensitive information, large files, or any other reason.
  • Manage Azure Subscription Owners: Add and Remove User AccessDec 22, 2023. Giving and taking away elevated privileges inside the Azure environment is what it means to designate and remove a user as an Owner of an Azure subscription. An owner has complete control over the subscription, including the ability to regulate resources, configurations, and user access.
  • Static Constructors in .NETDec 20, 2023. Static constructors in .NET, a special breed in object-oriented programming. Unlike instance counterparts, they initialize once per type, controlling execution order and serving key roles in resource management and initialization. Dive into syntax, usage examples, and crucial considerations. Uncover use cases like resource setup, configuration loading, and the singleton pattern.
  • Why do We Use Dependency Injection?Dec 11, 2023. What is a dependency injection and why to embrace it as a better programming practice.
  • Concurrency Control in DBMSNov 26, 2023. A crucial component of database management systems (DBMS) that ensures data integrity and consistency in multi-user situations is concurrency control.
  • Dev Express Data Grid Control for .NET MAUI: Free Lifetime PluginOct 19, 2023. DevExpress, a leading software development company, offers a powerful Data Grid Control designed specifically for .NET MAUI, a framework for building cross-platform mobile and desktop applications. This control, provided by DevExpress, is not only feature-rich but also comes with a remarkable benefit: it's available for a lifetime and is offered as a free plugin.
  • API Versioning in .NET 6Oct 19, 2023. In the fast-paced world of software development, change is the only constant. And when it comes to developing APIs, ensuring that those changes don't disrupt existing client applications is paramount. Enter API versioning – a technique that allows you to enhance and upgrade your API while maintaining harmony with the past. Today, we'll explore the why and how of API versioning in the context of .NET 6.
  • How To integrate An Azure Storage Account With Azure Active Directory Oct 17, 2023. To integrate an Azure Storage Account with Azure Active Directory, you can use Azure AD authentication for your storage resources. This allows you to control access, implement role-based access control (RBAC), and monitor activities for your storage account within the Azure portal. By doing so, you enhance the security posture of your storage resources and simplify user access management.
  • How To Activate Eligible Membership To A Privileged (PIM) Group?Oct 16, 2023. This article provides instructions on how to activate one’s eligible membership to a privileged (PIM) group.
  • How to Create and Manage Branches for GitHub repository using Visual Studio and GitHubOct 03, 2023. There are different ways to create and manage the branches for your version control and code management for GitHub. This article explains two different ways to create branches: using GitHub website and Visual studio 2022
  • Useful Git CommandsSep 27, 2023. Mastering Git Your Ultimate Cheat Sheet for Effortless Version Control is a comprehensive reference guide that provides a condensed and quick-access summary of essential Git commands, concepts, and best practices. It aims to empower users with the knowledge and tools to effectively utilize Git for version control, streamline workflows, and enhance collaboration on software development projects. This cheat sheet covers a range of Git functionalities, including repository management, branching, merging, collaboration, resolving conflicts, and more, making Git usage efficient and straightforward for both beginners and experienced developers.
  • Simplify Your C# WinForms Development with the ControlHelpers ClassSep 27, 2023. "In this comprehensive tutorial, we explore the ControlHelpers class, a powerful tool for enhancing your C# WinForms application development. Learn how to streamline common tasks and improve the user interface of your WinForms applications effortlessly. We'll dive into the ControlHelpers class, its key features, and provide step-by-step examples on how to implement it effectively in your projects. Whether you're a beginner or an experienced developer, this guide will help you harness the potential of WinForms with ease."
  • Control Structures in R ProgrammingSep 25, 2023. In this article, we will explore the various types of control structures in R, with their syntax, and present example programs with output to illustrate their usage.
  • Essential Git Commands Every Developer Should KnowSep 23, 2023. Git can also be intimidating and confusing for beginners and even experienced developers. That's why in this article, we will learn some of the essential Git commands that every developer should know and master.
  • Simplified Access Control with Azure Temporary Access PassesSep 21, 2023. In today's dynamic business landscape, Azure offers a solution to facilitate short-term resource access—Temporary Access Pass (TAP). This article explores TAP, guiding you through its activation and management, simplifying resource allocation within Azure.
  • Implementing a Custom Telerik RadTextBox Control in a WinForms ApplicationSep 21, 2023. Learn how to create a custom Telerik RadTextBox control for WinForms applications. This code example, compatible with .NET 5/6/7/8, adds convenient IsEmpty and IsNotEmpty properties, enhancing text box functionality.
  • Transaction Control Language (TCL) Commands in SQLSep 14, 2023. In this article we will learn about Transaction Control Language (TCL) Commands in SQL.
  • ASP.NET (2) - ASP.NET ControlsSep 06, 2023. This series of articles on ASP.NET, originally from legacy OneNote notes, covers fundamental concepts. It offers valuable insights into current programming involving similar technologies like Angular and React.
  • ASP.NET (3) - User/Custom ControlsSep 06, 2023. This series delves into ASP.NET, offering valuable insights into ASP and ASP.NET, controls, custom controls, and their utility in modern programming with Angular, React, and similar languages.
  • How to Enable the Modern Controls (Preview feature) in the Canvas Apps?Sep 01, 2023. Step by Step details to enable the modern controls preview feature in Canvas apps
  • Best Practices for Maintaining Security and Preventing Vulnerabilities in C#Sep 01, 2023. This article will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to prevent injection attacks, using parameterized SQL queries, using cryptography to protect sensitive data, using HTTPS to protect data in transit, avoiding hardcoding secrets in code, and keeping code up to date with the latest security patches and updates.
  • Enhancing Security and Access Management with Microsoft EntraAug 24, 2023. Unveiling Microsoft Entra: Elevating Secure Identity and Access Management" is a resource that likely introduces and explores Microsoft Entra, a solution focused on enhancing identity and access management practices within the realm of cybersecurity. The content would likely cover the features, benefits, and implementation considerations of Microsoft Entra to provide organizations with a comprehensive understanding of its capabilities.
  • Unleash Azure CLI : Expert Cloud ControlAug 23, 2023. In the dynamic realm of cloud computing, efficiency is paramount. Azure CLI, a cross-platform command-line tool, empowers users to seamlessly interact with and manage Azure resources. This article delves into its capabilities, advantages, and practical applications, facilitating streamlined cloud management for developers, administrators, and DevOps teams.
  • Control access to private data using Azure storage shared access signaturesAug 17, 2023. Learn how an architecture shift using a middleware service and short-duration Azure Storage Shared Access Signatures (SAS) improves data protection and access control. Understand the significance of Azure Storage SAS, its time-limited access, and the role of a SAS generator in securing privileged access.
  • Boosting Workflow Efficiency with Power Automate & CachingAug 16, 2023. Caching is a crucial technique for improving the performance of ASP.NET Core Web APIs. In this example, I'll walk you through implementing response caching, distributed caching using Redis, and in-memory caching in an ASP.NET Core Web API.
  • Source Control (4-9-3), Git - Merge in ConceptAug 14, 2023. This article discusses the Merge for Git.
  • How to Create Reusable Form Control in PowerAppsAug 03, 2023. This article speaks about how to Create Reusable Form Control in PowerApps
  • Resolving CORS Origin Using Custom Middle ware in ASP.Net Web API Aug 01, 2023. In ASP.NET Core, middleware is a component or piece of software that sits in the request-response pipeline. Middleware is used to handle or modify incoming HTTP requests and outgoing HTTP responses. It provides a way to add custom logic and behaviors to the application's processing flow.
  • Source Control (4-9-2), Git - Merge in Client SideAug 01, 2023. Explore a comprehensive series of articles on Source Control, ranging from standalone apps like MS SourceSafe to web services like GitHub, Azure DevOps, and Git. Understand merging methods, integration, and comparisons for effective version control.
  • What is Non-Functional Requirements?Jul 31, 2023. A Non-Functional Requirement (NFR) is a type of requirement in software and system development that specifies criteria for the performance, behavior, and qualities of the system, rather than defining specific features or functionalities. Unlike Functional Requirements, which describe what the system should do, Non-Functional Requirements describe how the system should perform or behave.
  • Source Control (4-9-1), Git - Merge in Server SideJul 31, 2023. This article discusses the Merge for Git.
  • Source Control (5-2), GitHub Extension for Visual StudioJul 24, 2023. This article is to discuss Create a Git Hub Repository from Visual Studio
  • Disabling Access Requests and Controlling Site Sharing with PowerShellJul 16, 2023. In SharePoint Online, managing access requests and controlling site sharing settings is crucial for maintaining security and governance. In this article we will see how to disable access requests and site sharing permission settings for a SharePoint site using PowerShell.
  • How to Render XAML Controls in Blazor WebAssembly?Jul 13, 2023. Many times, we encounter the need to migrate Silverlight or WPF applications to modern web applications like Blazor WebAssembly. In such scenarios, the typical approach involves re-engineering the Silverlight or WPF application, which can be time-consuming and expensive. However, there is a smarter and easier alternative: we can leverage the 'Xaml for Blazor' NuGet package to reuse our existing XAML code in Blazor WebAssembly. This approach not only saves us significant development time but also reduces costs
  • Harnessing the Power of UserManager and RoleManager for Robust User Control in .Net Core IdentityJul 03, 2023. In this article, I will illustrate how to use the .NetCore Identity Framework, with a special focus on the UserManager and RoleManager classes, to execute page control. The web application involved is a .NET Core Razor Pages application, and the database used is MSSQL, managed with Entity Framework Core.
  • Creating Gradient Text Using HTML Control in PowerAppsJun 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:
  • Source Control (4-9), Git --- Merge: Fetch, Pull, Push and SyncJun 01, 2023. This article discusses DevOps Merge: Fetch, Pull, Push and Sync
  • Control Screen Saver Action in Desktop Flow using Microsoft Power AutomateMay 25, 2023. Reading this article, you can learn how to control the screen saver using the Control screen saver action in a workstation group of actions with Desktop flow using Microsoft Power Automate.
  • Creating Dynamic Accordion Control using PnP SPFx Controls ReactMay 22, 2023. In this article I have explained how to create a dynamic according control from SharePoint List using pnp spfx controls react and PNP JS.
  • What Are The Basic HTML Form ControlsMay 02, 2023. The HTML is defined form controls to manage the form page, registration page, sign up page, etc. That means those controls are used in the HTML form page, called HTML form controls. Here controls mean handling the HTML form tags should be used for creating a responsive form page.
  • Best Practices Using Source Control and GitMay 01, 2023. Some tips to use source controls and repositories in the best way
  • Power Apps Confirmation Pop up screen using Container controlsApr 26, 2023. In this article, we will see how to add a confirmation pop-up screen for changing the status of an item in gallery control using container controls. This can be done using rectangle control also, but you must group all the controls for pop-up screen as well as set properties individually for the controls used in the confirmation screen. Using container controls, you don't need to group controls and set individual properties.
  • How to use loops In Rust?Apr 26, 2023. learning for loop, while loop and loop, and also learn break and continue statements
  • Data Types, Operators, Variables, and Control Structures in KotlinApr 20, 2023. This article describes the basics of kotlin.
  • Creating A Power App To Translate Text Using Power AutomateApr 19, 2023. Step-by-step guide to create a Power App that translates text using Power Automate.
  • Source Control (3-1), DevOps And Different ProductsApr 06, 2023. This article discuss DevOps and Different Products.
  • Source Control (7-2), Setup SSH Key For GitLabMar 31, 2023. This article will discuss how to Setup SSH Key for GitLab.
  • Source Control (7), GitLab Access (Setup Connection And Clone To Local)Mar 27, 2023. This article will discuss GitLab access: setup connection and clone to local.
  • Understanding Control Flow With Async And Await In C#Mar 23, 2023. In this article we are going to learn about the control flow of the Async and await in C#
  • Power Apps - Security Trimmed Controls Based On SharePoint GroupsMar 20, 2023. In this article we will see how to show/ hide some controls in a Power Apps screen based on logged in user’s role. We have SharePoint online as data source and managing all the security roles using SharePoint groups. Remember we are no using M365 groups only SharePoint groups. In Power Apps there is no direct way to check if user is part of SharePoint group or not. So, you cannot security trim (show/ hide or enable/ disable) any control on Power Apps screen directly based on whether user is a member of SharePoint group or not.
  • State And Hooks In ReactJSMar 09, 2023. In this article, you will learn about State And Hooks.
  • Pristine Vs Dirty, Touched Vs Untouched, Valid Vs Invalid In AngularFeb 20, 2023. In this article, you will learn about Pristine vs Dirty, Touched vs Untouched, Valid vs Invalid In Angular.
  • How To Conditionally Display/Hide Controls Using A Checkbox And A Gallery ControlFeb 07, 2023. In this article, we will learn how to show or hide certain elements based on certain conditions. This can be useful in scenarios where you only want to display specific controls on screen based on a user's selection. By using the Collect, Remove, and Concat functions, along with setting the visible
  • Filtering Gallery Using Radio ButtonJan 31, 2023. This article is about filtering gallery control data using radio button.
  • PenInput Control In PowerAppsJan 16, 2023. In this article, we will be focusing on PenInput control available in PowerApps canvas app. This control is very much useful when we need to take a handwritten input from the user directly from touch screen device such as phone, tablet, and touch screen laptops. This control is mostly used to take signature of the user.
  • Deep Dive Into TextInput Control In PowerAppsJan 14, 2023. In this article, we will learn everything on TextInput control. This article focus on understanding every property and events associated with the TextInput control
  • GitHub Repository Visibility SetupJan 02, 2023. This article elucidates GitHub repository visibility settings from private to public and vice versa.
  • Understanding Types Of Controls In PowerAppsJan 02, 2023. In this article we will be learning basics about all the Input/Display controls available into the PowerApps.
  • 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.
  • Source Control (5-1), Create a Git Hub Repository from Visual StudioNov 14, 2022. This article is to discuss Create a Git Hub Repository from Visual Studio
  • Source Control (4-8), Git - Get A Specific Version Or Commit in PracticeOct 31, 2022. This article will discuss Source Control (4-8), Git - Get A Specific Version Or Commit in Practice.
  • Source Control (4-7), Git - Get A Specific Version Or CommitOct 18, 2022. This article discusses to get a specific version or commit in Git
  • .Net MAUI - Card Views Using Border ControlOct 10, 2022. In this article, you will learn about .Net MAUI - Card Views using Border Control.
  • Source Control (4-6), Git - RevertOct 06, 2022. This article discusses the Git revert. The concept REVERT in git is similar to or, even we can say, the same as ROLLBACK in MS TFS (Team Foundation Server).
  • Source Control (4-4), Git - Recover Git Tree: Reflog/ResetSep 26, 2022. This article will describe how to use git reglog and Reset command.
  • Source Control (4-5), Git - Recover Deleted BranchSep 26, 2022. This article will discuss how to recover the deleted branch in git
  • Dynamics 365 Timeline Control - Wave 2 Enhanced FeatureSep 13, 2022. Article shares the information about the implementation of timeline control in Dynamics CRM Wave 2
  • Implement The Video Player In Xamarin.AndroidAug 02, 2022. In this article, I will explain the video player feature in android, and how we can develop the video player in Xamarin.Android with help of media controller and video view classes, and how video view can help to load images from various sources and computing its measurement from the video. We can use any layout manager for playing video with help of videoview.
  • Flutter Common Control Flows And Statements 😎Jul 27, 2022. In this article, you will learn about Flutter Common Control Flows and Statements.
  • Granting Full Control Rights To Azure AD AppJul 26, 2022. In this article, you will learn how to grant Full Control Rights to the Azure AD App.
  • Label Control In ASP.NETJul 14, 2022. In this article, you will learn about Label Control in ASP.NET.
  • Source Control (4-3), Git - Cherry Pick In Visual StudioJul 04, 2022. This will discuss Cherry Pick in Git.
  • Navigation In WPF And MVVM Using Tab controlsJun 14, 2022. To manage the content of the graphical region in WPF, there is some tools (like PRIM) that allows to have a main region which doesn't change during the navigation, and a dynamic one that will hold the content of the controls. In some simple cases, we want to perform it in a simple way without using any tool. Fortunately, the Wpf Material design Toolkit http://materialdesigninxaml.net/ is providing great items that can be used as navigation menus. In this article I'm going to show you how to create an application and navigate between views using The tab control of the Material design toolkit in WPF
  • PowerApps - How To Sort The Items In Gallery ControlJun 12, 2022. In this article, you will learn how to sort the Items in Gallery Control.

About TreeView-Control

NA

OUR TRAINING