Resources  
  • Disable Social Bar (Like, Share and Views) in SharePoint OnlineMar 27, 2024. Learn how to manage the Social Bar feature in SharePoint Online modern pages. Disable it at either the site or tenant level using PowerShell commands for efficient administration. No UI option available.
  • Automate Candidate Screening with ChatGPT AI in Process Automation Mar 27, 2024. Microsoft introduces the ChatGPT model, revolutionizing customer interactions and internal communication. Businesses adopt ChatGPT for automated tasks, enhancing productivity and personalized experiences. Explore its potential and implementation steps.
  • Disable Quick Create Views Using PowerShellMar 26, 2024. In this article we will discuss step by step process to disable quick create view for multiple entities using powershell script.
  • Getting Started With Mapster in ASP.NET CoreMar 20, 2024. Learn how to streamline object mapping in ASP.NET Core applications using Mapster. This comprehensive guide covers installation, basic mapping techniques, advanced features like custom mapping, and practical examples to help you master the art of efficient data transformation.
  • Getting Started with Cypress.ioMar 19, 2024. Cypress.io offers an intuitive end-to-end testing framework for web applications. This beginner's guide covers setup, writing tests, and running them with Cypress's powerful features.
  • 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.
  • Managing Storage Spaces with File Server Resource Manager (FSRM)Mar 13, 2024. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • Dynamics 365 - Duplicate Detection with PowerAppsMar 11, 2024. This document outlines the process of detecting duplicate contacts in Dynamics 365 when generating a new contact. It explains how to set up a Blank Canvas App, establish a connection with a Dynamics 365 Data Source, and design a dialog screen for duplicate detection.
  • From Script to Screen in Seconds: OpenAI's Sora Reimagines Video CreationMar 09, 2024. OpenAI has unveiled a new tool called Sora that promises to shake up video creation. Imagine describing a scene and having it come to life as a video! This AI-powered tech could revolutionize everything from social media content to educational materials. Get ready.
  • Dynamic Theme Change Across Canvas App ScreensMar 07, 2024. This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and output.
  • Disable Right Click Directive in Vue.jsMar 05, 2024. In Vue.js, disable right-click functionality by creating a custom directive. Bind an event listener to contextmenu, preventing its default behavior. Easily implement this directive for specific elements in your templates.
  • Workweek Date Calculation for Start, End, and Due DatesMar 04, 2024. This article provides guidance on displaying the start and end dates of working weekdays in a Time Sheet App built in PowerApps. It outlines steps to set up a dropdown for week selection, determine the start date for Monday, and define the end date for Friday based on the selected week.
  • 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.
  • 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.
  • toSpliced(start, deleteCount, ...items) in JavaScript ES2023Feb 25, 2024. Creates a new array with elements spliced (added or removed) at a specific index, without modifying the original. The toSpliced method in JavaScript ES2023 offers a non-mutating alternative to splice, providing immutability, clarity, and concise data manipulation for arrays.
  • Auto Detect Responsive Screen Sizes Using Angular and BootstrapFeb 19, 2024. This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator for detecting changes in the window size, allowing for dynamic adjustment of screen dimensions.
  • Android Responsive Login Screen Design using Constraint LayoutFeb 16, 2024. In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
  • 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.
  • Azure Immersive Reader Technology - geting started!Feb 14, 2024. Using Azure Immersive Reader Technology to Help People Consume and Understand Text Based Information
  • Dynamically Alter Theme Across All Screens Within the Canvas AppFeb 13, 2024. Learn how to seamlessly adjust the theme across all screens within your Canvas app dynamically. Explore methods for real-time theme modification, ensuring consistent and adaptive UI theming for a cohesive user experience.
  • Getting Started with Azure DevOpsFeb 13, 2024. This article provides an introduction to DevOps, highlighting its collaborative approach between development and operations teams to improve software development, testing, validation, and deployment processes. Azure DevOps and its benefits, emphasizing cloud-hosted capabilities for enhanced collaboration and tool accessibility.
  • Getting started with Azure OpenAI GPT Modules and Azure OpenAIFeb 13, 2024. In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
  • Getting Started with PyCaret: Simplifying Machine Learning in PythonJan 31, 2024. PyCaret is a fantastic tool to consider. It's a Python library that automates a lot of the complex steps involved in a typical machine learning project.
  • Getting Started with APIs and Handling JSON DataJan 29, 2024. Learn the essentials of Python API interactions with a focus on Open Notify API. Explore JSON handling, API status codes, and practical examples.
  • Disabling Multifactor Authentication in Microsoft related Services Jan 24, 2024. This article describes the process to disable MFA for Microsoft related services using Microsoft Entra.
  • Top Things You Need to Consider When Starting a New Company Using AI in 2024Jan 20, 2024. As we enter 2024, the AI industry is brimming with potential for startups and entrepreneurs. In this article, I'll share the top things you need to consider when starting a new AI focused company.
  • Getting Started with .NET MAUI Application Development with .NET 8Jan 16, 2024. The .NET framework is a versatile and powerful platform for building a variety of applications, including web, desktop, mobile, cloud, gaming, and IoT applications. With the release of .NET 8, Microsoft has introduced several enhancements and features that make it even more appealing for developers. This article explains, what is .NET MAUI, it's uses and demonstrates how to get started with .NET MAUI application development.
  • How to Implement a Video Splash Screen in Xamarin AndroidJan 11, 2024. This guide provides a step-by-step approach to implementing a captivating video splash screen in Xamarin Android. It covers preparing the video, adding it to resources, updating the layout file, setting video source in code, handling permissions, adjusting splash screen duration, testing, and refining.
  • 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.
  • 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.
  • Disable Right Click Directive in AngularDec 19, 2023. Disable Right Click Directive in Angular Application.
  • Enabling or Disabling Multifactor Authentication (MFA) In Dynamics 365Dec 18, 2023. We have two ways: Enabling or Disabling Multifactor Authentication (MFA) In Dynamics 365. Azure postal service.
  • Getting Started With NodaTimeDec 08, 2023. Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
  • Getting Started with SQL Server 2022 SSDT 17.8Dec 07, 2023. It breaks down complex concepts into easy-to-understand terms: SSDT, SSIS, SSAS, SSRS, ETL, SSOX, MDS, TDS and OLAP.
  • How to Create File Screening Management in FSRMDec 06, 2023. This article guides you through the process of setting up file screening management in File Server Resource Management (FSRM). File screening management allows control over the types of files stored on a file server, limiting specific file extensions.
  • Getting Started with Humanizer in C#Nov 27, 2023. In this article, we'll explore how to install and use Humanizer in C#, unveiling both its basic and advanced capabilities. By the end, you'll be equipped to elevate the user experience in your C# applications with Humanizer.
  • Getting Started with Redux Saga in React NativeNov 26, 2023. Discover how to use Redux Saga middleware to simplify side effects management in your React Native app. Our guide covers everything from code organization to debugging, helping you optimize performance and maintainability. Get started with the Redux Saga today!
  • Working with Splash Screen in .NET MAUINov 26, 2023. In this article, we will learn How to create and customize the splash screen in .NET MAUI.
  • Getting Started with .NET Aspire for Production Ready Cloud Native AppsNov 20, 2023. .NET Aspire is a user-friendly solution designed for crafting applications ready for the cloud. It simplifies the development process, allowing developers to focus on their core business logic. Packaged as a set of NuGet packages, .NET Aspire handles specific cloud-related concerns. Whether you’re dealing with databases, messaging, or caching, .NET Aspire has you covered. It’s your go-to stack for creating cloud-ready, observable, and production-ready applications.
  • Getting Started with Azure OpenAI Service With an Example of GPT Turbo ModelNov 12, 2023. This article provides you insight of getting started with Azure OpenAI Service with an example of GPT 35 Turbo model.
  • Getting Started with SwiftUIOct 31, 2023. This article describes SwiftUI as a user interface toolkit that enables developers to create visually appealing apps across various Apple platforms with minimal coding. SwiftUI's compatibility with UIKit and AppKit allows for a smooth transition for developers already familiar with these frameworks.
  • Getting Started with Regex in C#Oct 18, 2023. Regex, or regular expressions, are essential for text processing in C#. They facilitate pattern matching, data extraction, and validation, empowering developers with versatile and powerful text manipulation tools.
  • How to Use Remix IDE to Create and Deploy Smart Contracts?Sep 25, 2023. Smart contracts are self-executing digital agreements on blockchain, automating transactions and ensuring trust without intermediaries.
  • 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.
  • Getting started with Microsoft Semantic KernelSep 08, 2023. Microsoft Semantic Kernel is an Open Source lightweight SDK for consuming Large Language Models (LLMs) in normal programming languages like C# and Python
  • Lock Screen in Jetpack ComposeAug 25, 2023. This article will describe how we can create a lock screen in Android with Jetpack Compose.
  • How to Build a Login Screen in SwiftUI?Aug 24, 2023. Learn how to create a login screen in SwiftUI. Know how you can leverage Apple's feature-rich UI framework in your iOS app development.
  • Getting Started With LangChainAug 18, 2023. LangChain is a framework for developing applications powered by language models. It enables applications that are data-aware and agentic, meaning that they can connect to other sources of data and interact with their environment.
  • Start AWS Step Function using .NetAug 11, 2023. Discover how to initiate an AWS Step Function using the AWS SDK for .NET. Learn to leverage Amazon Resource Names (ARNs), prerequisites, and sample code for seamless execution.
  • Getting Started with Compose for Wear OSAug 10, 2023. Discover the ease of crafting Wear OS apps using Jetpack Compose. Explore setup, fundamental components, and advanced features for creating intuitive, interactive, and optimized user interfaces for Wear OS devices.
  • Smart Contract Deployment Made Easy with HardhatAug 08, 2023. Learn how to deploy smart contracts on Polygon using Hardhat. Harness the power of scalability and reliability in blockchain development.
  • Getting Started with xUnit.Net for .NET Core Unit TestingAug 03, 2023. Discover the importance of unit testing in software development and its benefits over manual testing, and explore popular testing frameworks in .NET Core, with a focus on xUnit.net for automated testing.
  • How To Get Started With Hugging Face Models?Jul 27, 2023. Hugging Face is a popular open-source library and platform that provides a wide range of natural language processing (NLP) models. These models can be used for various NLP tasks such as text classification, named entity recognition, question answering, language translation, text generation, and more.
  • Getting Started with VagrantJul 19, 2023. Explore the fundamentals of using Vagrant to simplify the process of setting up development environments. Whether you're a solo developer or part of a team, Vagrant can help you create consistent and reproducible environments, eliminating the hassle of manual configuration and ensuring everyone is on the same page.
  • Getting Started With Hugging FaceJul 16, 2023. This article is about the concept of Hugging Face, its models, datasets, and spaces that are provided by Hugging Face and also learn about pre-trained model
  • 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.
  • Getting started with Rust on Raspberry PiJul 03, 2023. Learn how to get started with Rust on Raspberry Pi.
  • Disabling the "Remember Me" Option from Azure AccountJun 10, 2023. In today's digital landscape, user privacy and data security are paramount concerns. Online platforms and services often provide a "Remember Me" or "Keep me signed in" option, allowing users to remain logged in for extended periods. While this feature offers convenience, it also introduces potential security risks. This article explores the importance of ensuring the option to remain signed in is hidden and discusses the benefits it brings to both users and service providers.
  • Understanding The "disabled" Attribute in HTMLJun 05, 2023. In this article, I'm going to explain how we can remove the disabled attribute from any HTML element
  • Getting Started with Azure Kubernetes Services (AKS) ClustersJun 02, 2023. In this article describes about the creation of AKS cluster and different types of services in AKS end to end deployment.
  • Getting Started with Unity Game Development May 27, 2023. This article explains Unity, its uses for application development, and prerequisites and environment setup for development as well as demonstrates how to get started with game development with an example.
  • Screen Resolution in Desktop flow using Microsoft Power AutomateMay 26, 2023. Reading this article, you can learn how to get or set the screen resolution using the Get screen resolution action and Set screen resolution action in a workstation group of actions with Desktop flow using Microsoft Power Automate.
  • 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.
  • Getting Started With SQL Server 2022May 24, 2023. This article provides a step-by-step guide on how to connect to SQL Server and execute queries using SQL Server Management Studio 2022 (SSMS).
  • Getting Started with Logic Apps Custom ConnectorsMay 19, 2023. Azure Logic Apps allows you to create custom connectors, which are basically sets of configuration information that define how to connect to a particular system or service. With custom connectors, you can extend the set of pre-built connectors in Logic Apps to include your own APIs, web services, or other systems.
  • Getting Started with Azure Cosmos DB Account CreationMay 19, 2023. In this article describes about the creation of multi-modal Azure Cosmos DB account creation.
  • Demystifying Azure SQL Database Service: Quick Start Comprehensive GuideMay 10, 2023. In this article describes about how to create and deploy Azure SQL Database service.
  • Getting Started with Azure DevOps Starter: A Comprehensive GuideMay 08, 2023. Azure DevOps Starter is a free, cloud-based service offered by Microsoft that helps streamline the software development process by providing tools and workflows for continuous integration and deployment (CI/CD) of applications. It is designed to make it easy for small teams to get started with DevOps and start deploying their applications to the cloud.
  • Getting Started With Angular AnimationsMay 05, 2023. In this article, you'll learn about the power of Angular animations and how to use them to create engaging and interactive user interfaces. You'll explore the different types of animations available in Angular and see how to use them to bring your UI to life. The article will include code examples and step-by-step instructions to help you get started with Angular animations.
  • Getting Started with Azure Kubernetes Services (AKS)May 03, 2023. Azure Kubernetes Services (AKS), a fully managed container orchestration service that makes it easy to deploy, scale, and manage containerized applications using Kubernetes. We'll look at the benefits of using AKS, how to get started with creating and managing a Kubernetes cluster in Azure, different deployment options for your applications, scaling and updating your applications in AKS, monitoring and managing your cluster, and the security and compliance features of AKS. Whether you're a developer or an enterprise looking to streamline your container orchestration and management, this article will provide you with a comprehensive guide to getting started with AKS.
  • An Overview of the Azure Power Platform: Tools, Benefits, and Getting StartedMay 02, 2023. The Azure Power Platform is a suite of tools and services provided by Microsoft that enables businesses to build, deploy, and manage custom applications and workflows without requiring extensive programming knowledge. It consists of three core services: Power BI, Power Apps, and Power Automate.
  • 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.
  • SharePoint Item Display and Edit Screens Without Any CustomizationApr 24, 2023. In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have requirements where we want to show/ edit the details of any selected SharePoint list item. In most cases we go with custom web part or some app in Power Apps, but we can achieve this without any customization. We can use out of box SharePoint web parts and features to do this.
  • What is Kotlin and Setting Up the Development EnvironmentApr 20, 2023. This article will be a whole guild to starting your journey on kotlin programming.
  • Getting Started with AlgoKitApr 11, 2023. In this article, we are going to learn about AlgoKit and its working.
  • Getting Started With SQLite In React NativeApr 10, 2023. Storing and managing data in a mobile app might be difficult. This is where SQLite comes in. SQLite is a lightweight and embedded database that can be used to store data in a mobile app
  • Getting Started With Mustache.jsApr 07, 2023. Mustache.js is a popular JavaScript templating engine that allows you to generate HTML markup from data. It is designed to be simple and flexible, making it an excellent choice for web developers who need to create dynamic web pages quickly and efficiently.
  • How To Disable Azure Active Directory Only AuthenticationApr 03, 2023. This article will show how to disable the Azure Active Directory Only Authentication type and enable SQL Server Authentication in azure.
  • Getting Started With Golang And Mux FrameworkMar 27, 2023. In this article, we are going to learn about how to get started with Goland and MUX
  • Getting Started with Azure Durable FunctionsMar 22, 2023. Getting Started with Azure Durable Functions using C#.
  • Start Working On Azure Static Web AppsMar 19, 2023. In this article, we are going to learn about "Azure Static Web Apps."
  • Get Started With ASP.NET Core Web API With Entity Framework coreMar 14, 2023. Tutorial to create ASP.NET Core Web API using Entity Framework Core - NET 6.0 - using EF Core Power Tools
  • Getting Started With Azure Migrate ServiceMar 07, 2023. In this article, you will learn about Azure Migrate Service. Azure Migrate is a powerful tool offered by Microsoft Azure that helps organizations assess, migrate, and modernize their on-premises applications and infrastructure to the cloud.
  • Getting Started With Azure Active DirectoryMar 07, 2023. In this article, you will learn about Azure Active Directory. Azure Active Directory (Azure AD) is a cloud-based identity and access management (IAM) solution offered by Microsoft.
  • Getting Started With Azure Database ServiceMar 06, 2023. In this article, you will learn about Azure Database Service. Azure SQL Database is a fully-managed, relational database service offered by Microsoft as part of their Azure cloud computing platform.
  • Getting Started With Microsoft AI SchoolMar 03, 2023. The Microsoft AI School is Microsoft's AI (Artificial Intelligence) learning platform that features some of the greatest and latest content for data scientists and developers to get started and dive deep into the Microsoft AI platform and deep learning.
  • Getting Started With Azure SQL DatabaseFeb 28, 2023. In this article, you will learn about Azure SQL Database.
  • Getting Started with Azure App ServiceFeb 27, 2023. In this article, you will learn about azure app services. Create, Deploy, view, and Scale an Azure App Service using the CLI.
  • Getting Started With MuleSoftFeb 24, 2023. In this article, you will learn how to get started with MuleSoft and create some real time APIs with some examples.
  • Getting Started with Dependency Injection in ASP.NET Core using C#Feb 17, 2023. In this article, we explored how to use dependency injection (DI) in ASP.NET Core using C#. We covered the basics of DI, including what it is and why it's important. We then looked at how to set up DI in an ASP.NET Core application, including registering services and injecting dependencies into controllers, services, and middleware.
  • Getting Started With PySparkFeb 16, 2023. In this article, you will learn some basics and how to get started with Spark and how can you run PySpark scripts on Google Colab.
  • Back to Basics - How And Why Learning C# Programming LanguageFeb 13, 2023. This article is the very first of the "Back to Basics" playlist, its goal is to bring the basic knowledge to start developing with the C# language. Whether you are an experienced developer of another language such as Rust, C++, or you are a beginner looking to design applications with dotnet technologies, or even games with Unity.
  • Get Started With KotlinFeb 08, 2023. Learn introductory programming concepts in Kotlin to prepare for building Android apps in Kotlin.
  • Getting Started With Kafka Producers, Consumers, Consumer Groups - Essential ConceptsFeb 03, 2023. In this article, you will learn about Kafka Producers, Consumers, Consumer Groups: Essential Concepts.
  • Getting Started With Minimal API In .NET 7Jan 11, 2023. In this article, you will learn about Minimal API in .NET 7. Minimal Web APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to include only the minimum files, features, and dependencies in ASP.NET Core.
  • ChatGPT: A Breakthrough in Conversation Generation for Developers, What is ChatGPT and How to Get StartedJan 05, 2023. ChatGPT is a natural language processing (NLP) tool developed by OpenAI that allows developers to generate human-like text in real-time. In this article, we'll introduce ChatGPT and explain how it works, as well as show you how to get started with this powerful tool.
  • Understand Properties And Events Of Screens In PowerAppsDec 29, 2022. In this article, you will learn about properties and events associated with PowerApps screen.
  • Understanding Screens And Screen Templates In PowerAppsDec 28, 2022. This article focus on screens and screen templates available into the PowerApps.
  • Manage Screens In PowerAppsDec 28, 2022. This article will focus on managing the screens in PowerApps and performing basic operations related to the screens.
  • Getting Started With ASP.NET Core 7.0 MVCDec 14, 2022. In this article, you will learn about ASP.NET Core7.0 MVC.

About start-screen-disable

NA

OUR TRAINING