Resources  
  • Developing a Walkthrough Component in PowerAppsMar 27, 2024. Create intuitive user experiences by developing a Walkthrough Component in PowerApps. Guide users seamlessly through your app's features with interactive tutorials and enhance navigation for a smoother user journey.
  • Learn Service Locator Pattern in C#Mar 26, 2024. This beginner’s tutorial explores the Service Locator Pattern in C#. Despite its decline in favor of Dependency Injection, it remains relevant for legacy systems. The tutorial covers its implementation, the Dependency Inversion Principle (DIP), static and dynamic versions, and pros/cons.
  • Introduction to Image Control in Power AppsMar 22, 2024. Explore the versatility of Image Control in Power Apps. Learn to enhance user interfaces by effortlessly displaying images. From data visualization to graphic elements, master the art of visual design and image management.
  • Advanced Django Admin Configuration for Quiz App InterfaceMar 22, 2024. This article provides a detailed guide on advanced customization techniques for optimizing the Django admin interface specifically for managing a quiz application. Through practical examples and step-by-step instructions, it demonstrates how to tailor ModelAdmin classes, configure list views, add filters, organize detail view layouts, and enable inline editing, empowering developers to create a user-friendly and efficient admin interface tailored to their project needs.
  • How to Customize Blogger CursorMar 21, 2024. Learn how to add a personal touch to your Blogger blog by customizing the cursor. Explore CSS techniques and HTML coding to create unique cursor effects that match your blog's theme and style.
  • Introduction to 3D Object Control in Power AppsMar 21, 2024. Introduction to 3D Object Control in Power Apps explores integrating 3D objects into user interfaces. Learn how to manipulate objects, design interactions, and enhance user experiences using Power Apps' visual programming capabilities for augmented and virtual reality applications.
  • Mastering the Display Form Control in Power AppsMar 20, 2024. Mastering the Display Form Control in Power Apps enables efficient data presentation and user interaction. Learn customization, validation, and integration for optimal user experience and streamlined data management.
  • What is Alternative of Multiple Inhertitance in C#?Mar 18, 2024. This approach allows for achieving some level of multiple inheritance-like behavior while avoiding the complexities associated with traditional multiple inheritance.
  • What is Use of ‘Using’ Statement in .NET?Mar 15, 2024. In this article, we will cover What is the use of the ‘Using’ statement in .NET. The 'using' statement in .NET ensures efficient resource management, prevents memory leaks, and promotes cleaner, more reliable code.
  • 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.
  • Learn about Navigation in SwiftUIMar 12, 2024. This article contains a simple demo of navigation in Swift. Learn SwiftUI navigation with this step-by-step guide. Create a SwiftUI project, add NavigationLinks, and enhance the UI with Lists for smoother screen transitions. Happy coding!
  • Exploring the Power of Rich Text Editor in Power AppsMar 12, 2024. Unlock the potential of Power Apps with this in-depth exploration of the Rich Text Editor feature. Our comprehensive guide provides step-by-step tutorials, tips, and insights into leveraging this powerful tool for text formatting and customization.
  • 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 Horizontal Gallery in Power Apps Mar 11, 2024. In this article, we will learn to enhance user experience with intuitive UI design, perfect for mobile applications. Unleash the potential of Microsoft Power Platform for streamlined app development.
  • Mastering Form Creation in Power Apps: Integration with SharePoint Mar 11, 2024. Discover how to create powerful forms in Power Apps and seamlessly integrate them with SharePoint. Master the art of designing intuitive interfaces, implementing advanced functionalities, and automating workflows.
  • Creating Custom NuGet Packages in C#Mar 10, 2024. Learn how to create custom NuGet packages in C# with this step-by-step guide. Set up a project, add components, create a .nuspec file, package your project, and optionally publish to nuget.org.
  • Create First Canvas App from Template Mar 07, 2024. This article provides an overview of Canvas Apps in Power Apps, guiding readers through the process of creating their first Canvas App using existing templates. Canvas Apps offer unparalleled customization options, allowing users to design intuitive interfaces and connect to various data sources without coding.
  • 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.
  • Creating Cascading Dropdowns Using Collections in PowerApps Mar 02, 2024. We will explore how to create cascading dropdowns using collections in PowerApps without relying on SharePoint lists. Follow the steps to set up and add data to collections, enabling dynamic user interfaces.
  • 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.
  • Understanding Regional Settings in SharePointMar 01, 2024. This guide offers a comprehensive overview of Regional Settings in SharePoint, emphasizing their significance in enhancing user experience and fostering global collaboration. It covers the functionality, customization options, and benefits of Regional Settings, and instructions for accessing and configuring them.
  • What is Reactive Interface in Vue.jsFeb 29, 2024. Vue.js boasts a powerful reactive interface, automating UI updates in response to underlying data changes. Through data binding, reactivity, computed properties, and watchers, Vue ensures efficient and automatic UI synchronization.
  • Print Output of First n Natural Numbers in UI Screen in Unity 3Feb 28, 2024. To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
  • Effortless Pagination with jQuery DataTables and BootstrapFeb 28, 2024. Effortless pagination with jQuery DataTables and Bootstrap offers seamless integration, providing a plug-and-play solution for front-end development. It enhances the user interface with responsive design, sorting, filtering, and customizable options.
  • Creating a Personalized Waiting Window in .NET 6, 7, 8 WPFFeb 26, 2024. A custom loader in a WPF (Windows Presentation Foundation) .Net 6,7,8 application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
  • How to Implement Approval in Teams Using Adaptive CardsFeb 13, 2024. This article introduces Adaptive Cards, versatile user interface components formatted in JSON, capable of seamless integration across various platforms. It delves into their significance in enabling lightweight UI exchange between applications and outlines.
  • Device Endpoint Protection settings configuration in Microsoft IntuneJan 17, 2024. Steps to create configuration profile of Endpoint protection in Microsoft Intune.
  • How to Integrate the Material-UI with React JSJan 12, 2024. In this article, we will learn about
  • Interface Segregation PrincipleJan 10, 2024. The Interface Segregation Principle advocates breaking down a large interface into smaller, client-specific interfaces. This ensures that no class is compelled to depend on methods it doesn't use, promoting cleaner design.
  • Getting Started with Refit in .NETJan 05, 2024. HTTP requests in .NET with Refit, a powerful library simplifying API interactions. Learn to create API interfaces, make requests effortlessly, and handle responses with clean, concise code. Enhance your .NET projects with Refit for efficient API integration.
  • Clean Architecture Jan 02, 2024. Embark on a learning journey into the world of Clean Architecture, a transformative paradigm in software development. Uncover its core principles, such as separation of concerns and testability, with real-life examples. Elevate your development skills.
  • Generating X.509 Certificates with Private and Public Keys for IoT Device SecurityJan 02, 2024. In this article, we will explore the process of generating X.509 certificates with private and public keys for IoT device security. This is essential for testing purposes, particularly when working with Azure IoT during the development phase.
  • The Role of Packages in JavaDec 27, 2023. It is possible to runout of unique names for classes in a big programming environment. There may be situations when two or more persons use the same name of their classes.
  • How to Create Floating Textfield in SwiftUI?Dec 10, 2023. In this article we are going to learn how we can create floating textfield in swiftUI.
  • Default Interface MethodsDec 08, 2023. Default Interface Methods in C# 8.0. C# 8.0 introduces default interface methods, enabling the addition of methods to interfaces without breaking implementing classes. This allows seamless updates while avoiding the diamond problem and maintaining backward compatibility.
  • Choosing Between Abstract Classes and Interfaces in C#Dec 02, 2023. Making the Right Design Choice between Abstract Classes and Interfaces in C#.
  • .NET Core: Detail of Lifetime ManagementNov 21, 2023. In .NET Core, lifetime management refers to how objects are created, used, and eventually disposed of within an application. It ensures efficient resource utilization and prevents memory leaks.
  • What is Windows App?Nov 17, 2023. Windows App is a centralized hub that provides users with a unified experience across their Windows devices, cloud PCs, and remote applications
  • Interface Segregation Principle (ISP) in .NET 6 CoreNov 15, 2023. As we navigate the SOLID principles in the realm of .NET 6 Core, the Interface Segregation Principle (ISP) takes center stage. This principle emphasizes creating specialized interfaces for clients rather than imposing broad, one-size-fits-all contracts.
  • Interface Segregation Principle in Object-Oriented DesignNov 10, 2023. This article explains about Interface Segregation Principle (ISP), and its application in C# is clear and well-illustrated through the example of a shape drawing application. Breaking down a generic IShape interface into more specific interfaces like IDrawableShape, IResizableShape, and IRotatableShape aligns well with the principles of ISP, leading to a more modular and maintainable codebase.
  • IOptions and IOptionsSnapshot InterfacesNov 07, 2023. The provided example for using IOptions<T> and IOptionsSnapshot<T> illustrates their usage within the ConfigureServices method and in a service or controller, giving readers a practical understanding of how these interfaces can be integrated into their own applications.
  • Bot Framework ComposerOct 30, 2023. Building an AQI (Air Quality Index) bot with Microsoft Bot Framework Composer with little to no coding. With the basic installation of Node.js and .NET SDK.
  • Interface Segregation Principle (ISP)Oct 30, 2023. I= Interface Segregation Principle , is one of the five SOLID principles of object-oriented programming.
  • ASP.NET Core Web API with 3-Tier Architecture and Iterator PatternOct 19, 2023. The Iterator Pattern is a behavioral design pattern that provides a way to access elements of a collection sequentially without exposing its underlying representation. It defines an interface for accessing the elements of a collection and keeps track of the current position within that collection.
  • Mediator Design Pattern in ASP.NET Core Web API with 3-Tier ArchitectureOct 19, 2023. The Mediator Design Pattern is a behavioral design pattern that defines an object that centralizes communication between a set of objects. It promotes loose coupling between components by preventing direct connections between them. Instead of components communicating directly, they communicate through a mediator.
  • Common Interface Architecture With SSOOct 18, 2023. How to consume common interface from multiple consumer with SSO mechanism. The Common Interface Architecture with Single Sign-On (SSO) integrates two essential concepts in the realm of digital identity and access management. In this architecture, a standardized framework, often referred to as the "Common Interface," is established. This interface provides a unified way for different applications, services, or modules to communicate and authenticate users.
  • Smart Ring: Tiny Revolution with a Big Future ImpactOct 17, 2023. Wearable technology's latest innovation, the smart ring, amalgamates diverse functionalities, offering discreet notifications, health tracking, contactless payments, gesture control, and enhanced safety, potentially reshaping daily interactions and transactions.
  • How to Set-up Trezor Hadware Wallet?Oct 09, 2023. Secure your cryptocurrencies with Trezor Hardware Wallet - the ultimate shield against cyber threats and unauthorized access.
  • 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."
  • Swipe View in .NET MAUISep 21, 2023. In this article, we explore .NET MAUI, a powerful cross-platform framework that empowers developers to create native mobile and desktop applications using C# and XAML. With .NET MAUI, you can build applications that seamlessly run on Android, iOS, macOS, and Windows, all from a single, unified codebase. This open-source platform builds upon the foundation of Xamarin Forms, extending its capabilities to desktop scenarios while enhancing UI controls for improved performance and extensibility.
  • Power BI Data Transformation Basics for InsightsSep 12, 2023. Power BI Power Query Basics Transforming Data for InsightsPower Query is a data transformation tool in Microsoft's Power BI suite. It connects, cleans, and shapes data from diverse sources, enabling insightful analysis. Learn its basics and key transformations with examples.
  • 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.
  • 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.
  • 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.
  • Implementing Health Checks to Monitor Status and Health in ASP.NET Core Aug 30, 2023. ASP.NET Core is a great way to monitor the status and health of your API services. Health checks allow you to periodically test the different components of your application and ensure they are functioning properly. Here's a complete example of how to implement health checks in an ASP.NET Core application.
  • What is Interface in C#Aug 30, 2023. In this article, you will learn about interface in C#.
  • 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.
  • Legacy Modbus Devices Connected to Azure IoTAug 22, 2023. Discover the fusion of Modbus, a time-honored protocol in industrial automation, with Azure IoT. Seamlessly connect legacy systems to cloud services for insights, efficiency, and transformative power.
  • Azure Virtual MachinesAug 16, 2023. Unlock Cloud Potential with Azure Virtual Machines. Explore deployment, management, scalability, and versatile use cases. Achieve security, efficiency, and innovation as Azure VMs reshape cloud computing's future.
  • How To Enable Developer Mode on iPhoneAug 09, 2023. Explore the exclusive features of Developer Mode on your iPhone. Discover advanced tools, unleash innovation, and elevate your device experience. This article ensures a seamless activation process, empowering you to harness the true capabilities of your iPhone.
  • Understanding the IComparable in C#Aug 09, 2023. IComparable is a C# interface for comparing objects within the same type, enabling sorting based on specific criteria. Explore its definition, usage, and benefits in facilitating object comparison and sorting.
  • How to Find UDID for Apple Devices?Aug 08, 2023. Discover the importance of the Unique Device Identifier (UDID) for Apple devices in this comprehensive guide. Explore its role in app development, beta testing, enterprise device management, technical support, and more. Learn various methods to locate your device's UDID, from using iTunes and third-party apps to advanced command-line techniques. Understand the significance of UDID while safeguarding your privacy and security. Unveil the world of UDID and confidently access this digital fingerprint for enhanced device functionality.
  • C# Abstract Classes: Definition, Usage With ExampleAug 07, 2023. Learn all about C# Intermediate Abstract Classes in this comprehensive guide. Understand the concepts, usage, and benefits. A must-read for C# developers aiming to enhance their skills. Click to become a C# Abstract Classes expert!
  • Boosting Your Productivity with .NET Core CLI CommandsJul 31, 2023. Boost productivity with Visual Studio's command-line interface (CLI) for .NET Core. Learn essential commands for creating projects, running applications, managing dependencies, and more. Streamline development with CLI power.
  • Displaying Notification using Banner in SharePointJul 14, 2023. Displaying Notification using Banner in SharePoint in SharePoint classic look and feel and for On-Prem SharePoint sites.
  • Java Interfaces and their implementation in real-worldJul 12, 2023. In Java, there are certain situations where the programmer just needs to focus on which object is doing the job and providing desired output. Java Provides a great tool for this, which is known as an Interface.
  • How to Add Tooltip in React ApplicationJul 11, 2023. This article demonstrates how to implement tooltips in a React application using Material UI. It covers the prerequisites, setting up a React project, installing Material-UI, creating a tooltip component, and showcasing the functionality through code examples. The article provides a detailed guide on adding tooltips to enhance user interactions in React applications using Material UI.
  • Monitoring on-premise Devices with Sentinel Using Azure ARCJul 06, 2023. In the world of hybrid clouds and multi-cloud environments, monitoring on-premise devices is essential. Azure ARC, the solution introduced by Azure, allows you to manage and monitor various resources, including on-premise servers, Windows Server on Azure, Linux on Azure, SQL Server, Azure Kubernetes Service, and Azure Arc-enabled data services.
  • Including And Excluding Properties from Model Binding Using InterfacesJul 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.
  • Kendo Multiselect Dropdown in AngularJun 27, 2023. Kendo Multiselect Dropdown in angular
  • Unlocking the Power of React Sliders: In-Depth Explanation and Real-World ExamplesJun 21, 2023. Unlocking the Power of React Sliders In-Depth Explanation and Real-World Examples
  • Understanding Angular Injection TokensJun 20, 2023. Angular's dependency injection (DI) system manages dependencies in a modular, scalable manner. Injection Tokens are unique identifiers used by the system to resolve dependencies flexibly. They enable custom configurations, integration of external libraries, and handling of multiple implementations of interfaces or abstract classes.
  • Chakra UI Unveiled - Elevate Your Web Development ExperienceJun 19, 2023. Chakra UI Unveiled- Elevate Your Web Development Experience
  • How to Create a CLI in Go?Jun 15, 2023. The article describes how we can create easy to use CLI in Go using the cobra package.
  • Fluent Interface Pattern in C# With inheritance problemJun 14, 2023. Tutorial article on Fluent Interface Pattern in C#.
  • What’s New in .NET 8 Preview 5Jun 14, 2023. .NET 8 Preview 5 Meter and Interface Hierarchies
  • How To Create Segments Using Ant Design UI In ReactJSJun 12, 2023. In this article, we will learn how to create segmented using Ant Design UI with React JS and Typescript.
  • How to Create Modal Popup using Material UI in React ApplicationJun 07, 2023.
  • How to Add Material-UI in React?May 30, 2023. This article provides a step-by-step guide on how to add Material-UI to a React application. It begins by listing the prerequisites, which include familiarity with HTML, JavaScript, and Bootstrap, as well as having Node.js installed.
  • SwiftUI 3: Exploring the Exciting New Features for iOS app DevelopmentMay 29, 2023. Discover the game-changing features of SwiftUI 3, the latest release that is transforming app development. Explore how SwiftUI 3 empowers developers to create stunning and intuitive user interfaces with ease.
  • Object-Oriented Programming in KotlinMay 16, 2023. This article will explain the fundamentals of OOPs in Kotlin.
  • The Role of Interfaces in JavaApr 21, 2023. Although Java Possesses most of the features of C++, multiple inheritance is not supported by Java.
  • How to create different shapes in SwiftUIApr 14, 2023. In this article, we are going to learn how we can create shapes in SwiftUI. We can create custom shapes by defining a path and applying modifiers to customize their appearance in SwiftUI.
  • Vibrate A Cell Phone In JavascriptMar 02, 2023. The VIbrate API allows vibrating the device if the API is supported by that device.
  • 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.
  • Deploy And Manage BitLocker On Windows ServerFeb 27, 2023. In this article, you will learn how to deploy and manage the BitLocker Drive Encryption on windows server,
  • Interface Class In C#.NETFeb 13, 2023. The traditional concept and definition of interface class never helped me to understand when should I use interface class in C#.NET so I use this example to clear my concept
  • Easiest Ways To Find The UDID In iOS (iPhone/iPad)Jan 30, 2023. In this article, you will learn about easiest ways to find the UDID in iOS (iPhone/iPad).
  • How To Install Azure CLIDec 29, 2022. In this article, I have described various steps to install Azure CLI (Command Line Interface).
  • Static Abstract Interface Members In C# 11 And Curiously Recurring Template PatternDec 23, 2022. This articles explores the Static Abstract Interface Members in C# 11, along with understanding the Curiously Recurring Template Pattern
  • C# In Practice - Building Tech Support AppDec 01, 2022. In this article, you will learn about simple app building for beginners in C#.
  • How To Configuring Hybrid Azure AD Join Devices In A Managed DomainNov 29, 2022. In this article, you will learn how to Configuring Hybrid Azure AD Join Devices in a Managed Domain.
  • 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.
  • Role Of Map Interface And Iterator Interface In JavaAug 29, 2022. A map is a special kind of set with no duplicates. In the Collections API, java.util.Map defines this interface.
  • How To Pass Data Using Interface In AndroidAug 03, 2022. In this article, you will learn about how to pass data using the interface in java.
  • Design Principles For Better SoftwareJul 18, 2022. This article is about design principles and will help in basic understanding of most important principles used in better software development
  • Solid Principles Simplified (C#, .Net 5)Jun 30, 2022. This article is about Solid principles, concepts are described with examples for clear understanding of each principle.
  • Object-Oriented Programming Simplified With C# And .Net 5Jun 28, 2022. This article is about the general concepts of Object-Oriented Programming with examples in c sharp programming language.
  • Database Machine TaxonomyJun 27, 2022. In the traditional approach of database system, the data is used to be stored in secondary storage devices. Due to this, the ability to perform any arithmetical or logical computing operation is limited to the central processor and the data has to be moved to the main memory from the secondary storage devices, attached to the central processor.
  • Observable Class In JavaJun 16, 2022. The Observable class is basically used to create a subclasses that other parts of the program can observe. When an object of a sub class undergoes a change, observing classes are notified.

About Graphical-Device-Interface

NA

OUR TRAINING