Resources  
  • Power Apps: Combo Box Control & Dynamic SharePoint Data BindingMar 28, 2024. Learn to harness the power of Combo box Control in Power Apps to dynamically bind data from SharePoint. Elevate your app development skills with seamless integration and efficient data management, enhancing user experience and productivity.
  • 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.
  • Explain Floating Labels Animation in BootstrapMar 20, 2024. In this article, we will cover how we can implement Floating Labels Animation in Bootstrap 5. Bootstrap 5 introduces form-floating labels, enhancing form design by providing dynamic floating labels above input fields, improving usability, and saving space.
  • How To Install Appium Inspector And Appium Server GUIMar 18, 2024. This article walks you through every step of installing and configuring Appium for mobile test automation. From downloading the necessary software to configuring dependencies , this guide covers it all
  • 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.
  • User Authentication with Forms Authentication in ASP.NET MVCMar 10, 2024. Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a database or another user store. Implementation of Forms Authentication in an ASP.NET web application.
  • 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.
  • 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.
  • Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive FormsFeb 26, 2024. Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will only accept the URL.
  • .NET MAUI - Video Player using Community ToolkitFeb 22, 2024. .NET MAUI simplifies app development across devices, while the Community Toolkit enhances it. Dive into video integration for exciting apps! Follow setup steps, install the toolkit, and implement the Video Player control.
  • 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.
  • Mobile Number Validation Using Angular and BootstrapFeb 19, 2024. This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through setting up the reactive forms module
  • Enhance Customer Service Case Forms with Case Summary CopilotFeb 15, 2024. Seamlessly integrated into the Customer Services case form, this feature enhances efficiency by automating data entry and providing a concise summary of cases.
  • Concurrency in Flutter: Exploring the Power of IsolateFeb 15, 2024. Learn how to use Isolates in Flutter to do multiple tasks at once. This article will help you to understand and use Isolates to make your Flutter apps run better and faster.
  • Getting Started with Mobile Automation with AppiumFeb 14, 2024. Appium, an open-source tool, simplifies mobile app automation with its cross-platform support for native, hybrid, and web apps. Its versatility shines through support for various programming languages, enabling automation across Android, iOS, and Windows platforms.
  • JavaScript Removed When Publishing Form in Customer Insights journeyFeb 12, 2024. When editing the HTML of a Marketing form to embed any custom JavaScript code, upon saving and publishing the form, the custom JS is being removed from HTML by the dynamics.
  • Cross-Platform Mobile Development FrameworksFeb 09, 2024. Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write code once and deploy it on multiple platforms.
  • Dev Express Charts in .NET MAUIFeb 05, 2024. Elevate your .NET MAUI projects with DevExpress Charts! Learn step-by-step implementation using a lifetime-free plugin. Follow project setup, plugin installation, and code execution for creating dynamic and visually appealing charts.
  • Implementation of .Net MAUI Community Toolkit PopupFeb 04, 2024. In this article, I will explain about .NET MAUI Popup page implementation using visual studio 2022. Popups are a very common way of presenting information to a user that relates to their current task and Operating systems provide a way to show a message and require a response from the user.
  • Using XML Key-Value Pairs in C# as a DictionaryJan 30, 2024. To represent key-value pairs in XML, you typically use elements and attributes. how to represent key-value pairs in XML using C#. It covers XML file creation, interface and enum implementation, and methods for getting and setting values in an XML file. The example includes a WPF application for interaction.
  • What is Form Handling in Vue.jsJan 25, 2024. Forms are an essential part of web applications, enabling users to interact with and input data into an application. Vue.js simplifies the process of handling forms by introducing the powerful v-model directive, providing a seamless two-way binding between input elements and Vue instances.
  • Mastering MVVM: A Deep Dive into .NET MAUI with MVVM ToolkitJan 23, 2024. In this article, we will learn about MVVM architecture with .NET MAUI and the MVVM Toolkit. Follow a step-by-step guide for project setup, plugin installation, and efficient implementation using ViewModel and View. Access the full code and explore the seamless integration of the View and ViewModel for robust cross-platform mobile applications.
  • 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.
  • Handling HTTP Put Method in AngularJS and C#Jan 12, 2024. Learn how to implement an HTTP PUT method in an AngularJS frontend and C# backend. The AngularJS HTML frontend features a form for resource updates, while the C# backend uses a Web API controller. Follow this tutorial for a step-by-step guide on seamless communication between the frontend and backend using the PUT.
  • Getting Started with React and ReduxJan 05, 2024. Learn how to set up a React app with Redux. From creating a React app and installing Redux to setting up a Redux store, reducers, connecting React components, and dispatching actions.
  • Stateful vs Stateless Widget in FlutterJan 05, 2024. Flutter widgets: Stateless and Stateful. Stateless widgets remain static, like a traditional paper menu, while Stateful widgets dynamically update, akin to a real-time digital menu. Delve into examples and code snippets for comprehensive comprehension.
  • Side Pane with Entity Form in Dynamics 365Jan 04, 2024. In Dynamics 365, the "Side Pane" typically refers to a section or area within an entity form where related or additional information is displayed. This section might contain related records, quick views, I frames, or web resources.
  • Connecting Postgres Database to Mobile App with Flutter and DartJan 03, 2024. Postgres Database to connect with your mobile app using Flutter and Dart
  • AWS Toolkit for Painless DevelopmentDec 14, 2023. Explore AWS services for easier development. AWS Cloud9, a cloud-based IDE, offers anywhere access, coding, and debugging in various languages. AWS CloudShell provides a browser-based shell for quick AWS resource management. AWS Amplify simplifies web and mobile app development with authentication and API integration. Amazon CodeCatalyst streamlines the entire development life cycle.
  • Trigger Power Automate Flow Utilizing Ultimate Forms Nov 30, 2023. How a Power Automate Flow be started in response to a particular SharePoint form update?
  • Building dynamic forms with SurveyJs and Blazor WebAssembly Nov 20, 2023. In this article, we will learn about integrating the surveyJs with blazor web assembly to compose a dynamic form. we'll learn how to integrate SurveyJs into a .NET Core 6.0 Blazor WebAssembly application for creating dynamic forms.
  • .NET MAUI with MVVM ToolkitNov 07, 2023. Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit. This article providse MVVM (Model-View-ViewModel) architecture using the MVVM Toolkit in .NET MAUI is informative and well-structured. It provides clear and concise instructions for setting up the project, installing the necessary plugin, and implementing the architecture, along with a demonstration and a downloadable code sample. The instructions and code snippets are detailed and easy to follow, enabling readers to grasp the concepts and apply them in their own projects.
  • Types of Crypto WalletsNov 01, 2023. Explore the world of cryptocurrency wallets, from convenient hot wallets for daily transactions to ultra-secure cold wallets for long-term storage. Choose wisely for a balanced approach to digital asset management.
  • How to Have Multiple Attachments in Power Apps?Oct 30, 2023. In this article i am describing a process for creating a form in SharePoint and managing attachments within the form. However, the instructions provided appear to be specific and may require prior knowledge of SharePoint and its functionalities. If you need assistance with a specific part of the process or have any questions regarding the implementation, please feel free to ask. I'll do my best to provide guidance and support.
  • Transferring Ownership of Forms in Microsoft FormsOct 26, 2023. Managing MS forms within an organization is a critical task, especially when an original form owner leaves the organization. In such cases, it's essential to transfer ownership of their forms to ensure smooth operations and access.
  • Copy and Open Your PowerApps Item in Edit FormOct 25, 2023. Learn to set up an ASP.NET project with DevOps Starter Project on Microsoft Azure. Follow a step-by-step guide to configure your project, set up CI/CD pipelines, and manage databases.
  • Creating Pop-Up New/Edit Forms in PowerAppsOct 23, 2023. Learn how to create a popup in PowerApps for data entry using a step-by-step guide. This article covers adding hyperlinks, setting variables, designing the form, and connecting the data source
  • Unit Testing In Flutter Using Welltested.AIOct 17, 2023. In this article, you will learn about how you can write test cases for unit testing using AI.Unit Testing in Flutter using Welltested.AI offers a robust approach to ensuring the quality and functionality of Flutter mobile applications. Welltested.AI provides automated testing solutions tailored for Flutter development, allowing developers to create and execute unit tests efficiently. With this tool, developers can validate individual units of code in isolation, ensuring their correctness and reliability. By automating the testing process, Flutter developers can enhance their app's stability, identify and fix issues promptly, and deliver a seamless user experience. Welltested.AI simplifies the unit testing process, making it an essential tool for Flutter developers aiming to create high-quality, bug-free mobile applications.Regenerate
  • Simplify Dependency Injection In .NET 6 For Windows Forms DevelopmentOct 06, 2023. This article explains how to use dependency injection in .NET 6 Windows Form Application.
  • Delete records from GridView without Page Reload using jQueryOct 03, 2023. In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
  • 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."
  • .NET MAUI Cross-Platform App DevelopmentSep 25, 2023. Dive into the world of .NET MAUI and discover how to create cross-platform applications effortlessly using a single codebase. Explore the simplicity and power of this framework for building native apps on Android, iOS, macOS, and Windows.
  • Update to the Microsoft Teams ToolkitSep 15, 2023. Visual Studio 17.8 Preview 2 Update to the Microsoft Teams Toolkit
  • Get Started With Kotlin Multiplatform For MobileSep 12, 2023. This article is going to explain how to create an application that runs on both Android & IOS devices.
  • WhatsApp Web and Mobile Sharing in JavaScriptSep 11, 2023. Embark on a journey into the world of WhatsApp with our comprehensive developer's handbook. This resource is your trusted companion in mastering the intricacies of implementing WhatsApp sharing features in your web and mobile applications using JavaScript. From step-by-step tutorials to best practices, delve into the realm of seamless content sharing and elevate your development skills with this indispensable guide.
  • Connecting MySQL Database to Mobile App with Flutter and DartSep 11, 2023. MySQL Database to connect with your mobile app using Flutter and Dart
  • Kotlin Coroutines Sample Mobile App Code DemonstrationSep 06, 2023. Here's a simple Kotlin Android application code sample that demonstrates the use of Coroutines for asynchronous programming. This example fetches data from a fake API and updates the UI when the data is received using Coroutines.
  • File Upload Handling: API Endpoint and multipart/form-dataAug 30, 2023. ASP.NET Core Web API with the multipart/form-data content type. By following the steps outlined above, you can create an endpoint that allows users to upload files to your server.
  • What are forms in Angular?Aug 26, 2023. In this article, we will learn about angular forms.
  • Power BI Mobile App Features And CapabilitiesAug 21, 2023. Explore the features and capabilities of the Power BI mobile app for accessing dashboards and reports on mobile devices
  • Add Row in Excel using Power AutomateAug 18, 2023. Streamline Excel Data Input: Automate with Power Automate and Microsoft Forms. Learn how to effortlessly add rows to Excel using these tools, enhancing data management and efficiency.
  • Integrate Azure OpenAI into Microsoft Teams with the Teams ToolkitAug 10, 2023. This Article Demonstrate How to Use the Power of Azure Open AI into Microsoft Teams By leveraging the Teams Toolkit to achieve greater success, innovation, and efficiency in daily operations.
  • 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.
  • How to Create Reusable Form Control in PowerAppsAug 03, 2023. This article speaks about how to Create Reusable Form Control in PowerApps
  • Empowering Azure using AI BuilderAug 01, 2023. AI Builder in Microsoft Power Apps and Power Automate offers prebuilt AI models for automation, data analysis, and decision-making without extensive coding.
  • 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.
  • Build Forms Validation in Power AppsJul 19, 2023. Learn how to create and validate forms in Power Apps. Follow the instructions to implement form validation and enable auto-calculation, ensuring data accuracy and smooth user experience.
  • Automate Birthday Reminders with Google Forms and CalendarJul 19, 2023. To integrate Google Forms and Google Calendar for collecting birthdates and setting reminders, you can follow these steps:
  • Forms in HTML: A Comprehensive GuideJul 11, 2023. This article is about the forms element in HTML.
  • How to Fix "Form Elements do not have Associated Labels"Jul 07, 2023. When form elements do not have associated labels, it can make it difficult for users to understand the purpose or context of those elements. Adding clear and descriptive labels is important for accessibility and usability. Here's a step-by-step guide on how to solve form elements do not have associated labels issue.
  • Extract information from documents using Azure Form Recognizer on PythonJul 06, 2023. Extract information from invoices, receipts, business cards and identity documents using Azure Form Recognizer
  • Difference Between ViewBag, ViewData, & TempData Jul 05, 2023. In the context of ASP.NET MVC or ASP.NET Core, ViewBag, ViewData, and TempData are mechanisms for passing data between a controller and a view
  • Add HTML Rich Text Editor to PowerApps FormsJun 29, 2023. The problem statement discusses the issue of default text fields appearing instead of rich text fields in PowerApps forms. The approach outlines steps to replace the text field with a rich text editor and save formatted data.
  • Easiest way to Create SharePoint New or Edit Form Using PowerAppsJun 27, 2023. PowerApps Form Creation: Learn how to create new and edit forms in PowerApps. Customize form size, select a data source, add buttons, and set form modes.
  • Understanding HTML Forms and Input ElementsJun 27, 2023. Understanding HTML forms and input elements, Forms are an essential part of web development, allowing users to interact with a website by submitting data or making requests. In HTML, forms are created using the <form> tag, which contains a variety of input elements that allow users to enter data. In this guide, we will explore HTML form and input elements in depth, including their various types, attributes, and best practices.
  • How To Create Form With Validation In Next JS ApplicationJun 10, 2023. In this article, we will learn how to create Next JS project and create a Form with Validation using react-bootstrap.
  • Automating Customer Onboarding with Power AutomateJun 02, 2023. Automating Customer Onboarding with Power Automate
  • Build Form and Connect to Table Data in Power AppsMay 22, 2023.
  • How to Create a Contact Us Form in HTML and CSSMay 18, 2023. If you want to Create a Contact Us Form in HTML and CSS, read this article and get a step-by-step method for designing a contact us page using HTML and CSS.
  • Unleash the Power of Azure:Creating a Form Recognizer in 5 steps.May 16, 2023. Master the Art of Form Recognition: Step-by-Step Guide to Creating a Form Recognizer in Azure
  • Angular Reactive FormMay 08, 2023.
  • Avatar View in .NET MAUI Community ToolkitMay 08, 2023. Avatar View in .NET MAUI Community Toolkit
  • Streamlining Data Extraction with Azure Form Recognizer: An OverviewMay 03, 2023. Introduction to Azure Form Recognizer
  • Globalizing Strings in Microsoft .NET with the Multilingual App ToolkitMay 02, 2023. In this article, I will demonstrate how to do this and introduce you to the Multilingual App Toolkit, which makes string translation fast and cost-effective. It was so simple that I only needed a few hours (including my learning curve) to convert the Spargine Dev Tool to Danish, Hindi, and Spanish.
  • 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.
  • Building Custom Business Applications with Microsoft Power AppsMay 01, 2023. Create simple Power apps demo easily build app.
  • Unleash the Potential of Intelligent Document Processing using Azure Form Recognizer StudioApr 27, 2023. In this article, you can understand the concepts of Azure Form Recognizer Studio, Prebuilt models, Custom models with end to end implementation.
  • Signature Pad Using .NET MAUI Community ToolkitApr 27, 2023. .NET MAUI is a powerful platform for building cross-platform mobile applications, and with the right tools and resources, it's easy to add signature pad functionality to your app. In this tutorial, we'll walk you through the steps of the signature pad in .NET MAUI using .NET MAUI Community Toolkit.
  • Navigation in React NativeApr 17, 2023. The article is a detailed description on how to add navigation to a react native app
  • How To Create APK OR IPA in .Net CoreApr 14, 2023. In this article, you will learn how to get Android and iOS output in Blazor architecture and platform.
  • Flutter Vs React Native - The Ultimate Battle For Cross-Platform Mobile Development SupremacyApr 11, 2023. Mobile app development has seen rapid growth in recent years, as cross-platform development solutions have become more popular. There are two solutions that have proven popular among developers: Flutter and React Native.
  • Create Form With useState Hook In ReactJSApr 10, 2023. In this article you will learn the following things: ?Controlled Form using Function Component. ?What is the Controlled Component? ?What is the Uncontrolled Component? ?Use of useState hook. ?Display the Form Data on Console Log - (Event Management)
  • Reactive Form Validation In AngularMar 28, 2023. In Angular, you can perform form validation using Reactive Forms. Reactive Forms provide a more programmatic approach to form validation compared to Template-driven Forms. Reactive Forms allow you to define the form controls and their validation rules in the component class.
  • The Developer's Toolkit: Using localhost and a CDN for Staging and TestingMar 23, 2023. Boost your web development game with HTTPS, localhost, and a unique CDN domain! Learn the best practices for securing your APIs, simplifying your development process, and optimizing your website's performance. Discover the power of localhost and local web servers, and learn how a unique CDN domain can improve website performance and reduce the risk of deploying untested code. Get the edge you need to master modern web development and take your skills to the next level!
  • Debug .NET Core Project In Mobile Or Tablet Using Dev TunnelsMar 10, 2023. In this article we will explore the new feature of Microsoft Visual Studio 2022 which allows you to test your Web Application on other PC, Mobile or Tablets while you are debugging your project. This feature is called Dev Tunnels.
  • State And Hooks In ReactJSMar 09, 2023. In this article, you will learn about State And Hooks.
  • 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.
  • Angular Reactive Forms With Validation ExampleFeb 28, 2023. In this article, you will learn about Angular reactive forms with validation example.
  • Consume ChatGPT Open AI API Inside .Net Core Application Using Razor PagesFeb 23, 2023. This article demonstrates how to develop a ChatGPT application utilizing Razor pages and the OpenAI API in an ASP.Net Core web application.
  • 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.
  • 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.
  • Mobile App Testing ProcessFeb 10, 2023. Purpose of this article is to identify the mobile app testing process to ensure a quality product is delivered.
  • What is FlutterFeb 10, 2023. In this article, we will learn about flutter. As we all know, Flutter is a growing technology in the market.
  • A Quick Introduction to Form RecognizerFeb 06, 2023. Form Recognizer is a cloud-based machine learning service offered by Microsoft Azure that allows users to extract text, key-value pairs, and tables from documents.
  • Datasourceinfo Function In Power Apps And Displaying Forms Dynamically Based On User RoleJan 30, 2023. This article talks about the datasourceinfo function of PowerApps and how it can be leveraged to control the accessibility of forms and other controls to the end users in a PowerApps canvas application
  • Mobile Number Validation In Vue.jsDec 28, 2022. In this article, you will learn about Mobile Number Validation in Vue.js.
  • Customizing SharePoint Online List Form Using PowerAppsDec 26, 2022. This article will focus on customizing the default SharePoint list forms using PowerApps
  • What's New In ASP.NET Core 7.0Dec 22, 2022. In this aricle, you will learn what's new in ASP.NET Core 7.0.
  • Forms And Basic Validations In ReactDec 21, 2022. In this article, you will learn about Forms and Basic Validations in React.
  • 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.

About Mobile-Forms-Toolkit

NA

OUR TRAINING