Related resources for app
  • Create Azure App Service via PowerShell 711/5/2024 10:05:05 AM. In this guide, learn how to create an Azure App Service using PowerShell 7. We'll cover the essential steps, including setting up your environment, configuring your app service plan, and deploying
  • Managing User Data in Azure AD with Microsoft Graph API11/5/2024 5:47:57 AM. Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, cre
  • Creating a CQRS Architecture in .NET Core 811/4/2024 7:29:08 AM. This guide outlines a practical implementation of the CQRS (Command Query Responsibility Segregation) architecture using C# and MediatR, emphasizing the separation of read and write operations for bet
  • Add a Folder/File to OneDrive Without Moving it into OneDrive11/1/2024 8:35:04 PM. This article will discuss the way to Add Folder/File outside of OneDrive Folder to OneDrive without Moving it into OneDrive
  • Entity Framework (3), with .Net MVC, Model-First10/31/2024 9:05:22 PM. This article will discuss Entity Framework with .Net MVC, Model-First approach
  • Scroll View Example in Android Studio using Java10/30/2024 8:04:11 AM. Scroll View in Android enables displaying more content on a single screen by allowing vertical or horizontal scrolling. It works with Linear Layouts, making it ideal for apps like note-taking where us
  • Integrating OpenAI's Assistant API in .NET Applications10/30/2024 5:41:53 AM. Integrating OpenAI's Assistant API in .NET empowers developers with advanced natural language processing capabilities. Using C# and Visual Studio, set up your project, manage API credentials secur
  • Difference Between Delegated and App Only Access10/29/2024 9:39:47 AM. Delegated access allows an application to act on behalf of a signed-in user, requiring user authentication and permission via OAuth 2.0, while app-only access enables an app to operate independently w
  • Enable Apple Intelligence on iPhone for Smarter Features10/29/2024 6:36:17 AM. Apple's new iOS 18.1 release unlocks Apple Intelligence, offering advanced Siri features, writing tools, enhanced email summaries, and photo search capabilities. Available on iPhone 15 Pro and M1
  • How to Create and Use Key Vault References in .NET Core Web API10/28/2024 4:14:04 AM. Azure App Configuration allows your application to use Key Vault references by creating keys that point to values stored in Key Vault. Rather than storing sensitive data directly, App Configuration us
  • Secure Application Development10/25/2024 11:50:28 AM. This video aims to identify the tools that help us build secure applications and environments for Microsoft Azure during the development journey.
  • Server-Driven UI: Building Dynamic React Applications10/25/2024 11:44:23 AM. This video will explore how SDUI, combined with React, empowers teams to build flexible, maintainable, and quickly adaptable applications that deliver exceptional user experiences.
  • How to Resolve Error Code Caa50021 in Microsoft 365 App Login10/25/2024 9:25:05 AM. In this article, we will learn troubleshooting steps to restore login access, including checking network settings, clearing the cache, and verifying account permissions to resolve the issue quickly.
  • How to Download Data as CSV in C# Blazor App10/25/2024 5:46:03 AM. In this article, we will explore the process of downloading data as a CSV (Comma-Separated Values) file in C#. CSV files are widely used for data interchange due to their simplicity and ease of use.
  • Web api call in Android10/25/2024 4:55:38 AM. This article explains how to call a Web API in an Android app using Java. It covers key concepts like HTTP methods (GET, POST), status codes, headers, and the use of the OkHttp library for making API
  • How to Create an App Configuration Store10/25/2024 4:30:30 AM. App Configuration Store provides a unified platform to store, retrieve, and manage configuration settings securely. One of the most widely used services for this purpose is Azure App Configuration, pa
  • Azure Open AI 10/24/2024 11:56:38 AM. In this video, we will discuss where Open AI currently sits in Azure and cover some cool technology, such as Azure communication services, Twillio, Azure Open AI, and Logic Apps.
  • Blocking Access to GenAI Apps with Defender for Cloud Apps10/24/2024 7:21:47 AM. Blocking Access to GenAI Apps with Defender for Cloud Apps
  • Dynamics 365 Sales Wave 2 2024: Top 10 Features - Microsoft Business Application Ep. 2310/23/2024 7:21:23 AM. In this session, we will be giving a walkthrough on the Dynamics 365 Sales Wave 2 2024: Top 10 Features.
  • Compiling Multiple Files to Build an Application10/22/2024 10:46:04 AM. This article explains how to compile multiple C files into a single executable using the C compiler. It covers two approaches: compiling multiple files with the cc command or using the #include direct
  • Vertical Slice Architecture with Code Examples in C# 1210/22/2024 5:02:12 AM. Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
  • Conditional Access App Control With Defender for Cloud Apps10/21/2024 7:52:49 AM. Conditional Access App Control With Defender for Cloud Apps.
  • Dependency Properties in WPF: Benefits, Usage, and Examples in C#10/21/2024 6:14:51 AM. A Dependency Property in WPF is a specialized property supported by the WPF property system. It enables data binding, styling, animation, and value inheritance. This system improves memory efficiency
  • Troubleshooting 404 or 500 Error After Deploying Vue 3 App to IIS10/21/2024 6:06:12 AM. Facing a 404 or 500 error after deploying a Vue 3 application to IIS? This guide helps troubleshoot common issues, from configuring the web.config file to resolving routing problems with Vue Router&#3
  • Power Apps and Library Component10/20/2024 9:59:58 AM. Library components in Power Apps are reusable modules that can be shared across multiple apps to streamline development. They help maintain consistency, reduce redundancy, and enable easy customizatio
  • Why In ASP.NET Core logging is often implemented as a singleton10/20/2024 9:31:50 AM. In ASP.NET Core, logging is often implemented as a singleton to ensure efficient resource usage, centralized management, and thread-safe logging across the application.
  • Creating And Embedding A Bot Application In Your Blogger10/16/2024 9:58:32 AM. This step-by-step guide covers bot development, API integration, and embedding the chatbot directly into your blog, offering an interactive experience for your readers.
  • Understanding React File Upload10/15/2024 7:20:20 AM. In this article, I am going to discuss how to upload a file using react. This article explains how to enable file uploads in a React app, covering file selection, server communication, error handling,
  • Apply "Go to Bottom" and "Go Up" on Click of Anchors10/14/2024 6:13:08 AM. This article guides you through implementing the Go to Bottom and Go Up functionality in an AngularJS application. Learn how to create a seamless navigation experience in single-page applications usin
  • Integrating SharePoint with Power Automate for Status Updates10/13/2024 4:05:42 AM. Approval workflows are a crucial part of managing business processes, ensuring that the right people review and approve important items. With Power Automate, you can easily create automated approval w
  • Enhancing Task Approval Workflows in SharePoint with Power Automate10/12/2024 5:14:28 AM. Power Automate allows users to create automated workflows between apps and services, streamlining tasks and approvals. In this example, Power Automate integrates with Power Apps and SharePoint to auto
  • Building a Blazor Server App to Fetch RSS Feeds Using .NET Core10/11/2024 8:54:06 AM. In this article, we will explore how to build a Blazor Server app using .NET Core 6.0 to fetch and display RSS feeds. You’ll learn about setting up the Blazor environment, using HTTP clients for data
  • Can Copilot Agents be Customized for Specific Microsoft 365 Apps10/11/2024 6:20:22 AM. Copilot agents in Microsoft 365 can be customized for specific applications, allowing organizations to tailor functionality, integrate data sources, and automate workflows, enhancing productivity and
  • How to Get Reply from GPT in Power Apps10/10/2024 5:39:42 AM. This guide walks you through setting up GPT using OpenAI's API in Power Apps, creating seamless conversational experiences, and automating replies with AI to enhance user engagement and workflows.
  • Power Platform for Admins Connector in PowerApps10/9/2024 6:38:19 AM. PowerApps allows users to integrate the "Power Platform for Admins" connector to manage environments efficiently. By using functions like GetAdminEnvironment(), users can retrieve and pagina
  • Use Text Translation AI Model in Power Apps10/9/2024 5:36:49 AM. Power Apps can be integrated with AI models, like the Text Translation model, to automatically translate text between languages. You can implement this by leveraging the Microsoft Translator service f
  • Microsoft Copilot integrate with existing Microsoft 365 Apps10/9/2024 3:57:05 AM. Microsoft 365 Copilot enhances productivity by integrating seamlessly with apps like Word, Excel, and Teams. It offers natural language processing, secure data access, and customizable workflows for s
  • Use AI Model in Power Apps10/8/2024 10:57:16 AM. Learn about the AI Builder, which enables users to create custom AI models for predictions, object detection, and text classification. Discover practical use cases and tips for maximizing AI capabilit
  • Change Style Dynamically in Various Ways Using AngularJS10/8/2024 9:20:34 AM. This article explores three methods for dynamically changing styles in AngularJS applications. It covers how to implement external Angular.js files, create CSS classes, and use the ng-class directive
  • Multiple Diagrams Per Model With Entity Framework and Visual Studio 201310/8/2024 9:03:31 AM. The Model First Approach in Entity Framework allows users to create and manage entity models using the EDMX file. It features a design surface for editing entities, a model browser for navigation, and
  • Develop Bot Application Using Visual Studio Mac10/8/2024 8:57:28 AM. The Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be free. Your bot can also have more guided interaction
  • Session In ASP.NET10/8/2024 8:56:35 AM. Learn how to implement session state, manage session variables, and enhance security while optimizing performance. Understand the differences between ASP.NET Web Forms and ASP.NET Core sessions, ensur
  • Xamarin.Forms - Microcharts App10/8/2024 8:50:34 AM. This guide covers the integration of the Microcharts library into your Xamarin application, showcasing various chart types such as bar, line, and pie charts. Enhance your app's user interface with
  • Understanding ASP.NET Session State10/8/2024 4:03:08 AM. ASP.NET Session State is a method for managing user data during a web session. It enables storing and retrieving session-specific information like user preferences, shopping carts, and login status.
  • Passing Connection String Dynamically While Using a Model First Approach10/8/2024 3:57:28 AM. We'll discuss the importance of dynamic configuration for database connections, demonstrate effective techniques for setting up runtime connection strings, and highlight best practices for managin
  • How to Build and Monitor dApps Using Alchemy10/4/2024 5:42:03 AM. Learn how to create a blockchain app using Alchemy, connect it to MetaMask, send transactions, and monitor blockchain activity in real-time using Alchemy's powerful dashboard tools.
  • Running a Standard .NET Console Application in Docker Container10/3/2024 11:49:35 AM. We'll cover the essentials of containerization, including setting up your Docker environment, creating a Dockerfile, building your application image, and deploying it for seamless execution. Enhan
  • How To Create ASP.NET Core MVC Application10/3/2024 11:48:21 AM. This tutorial covers setting up your development environment, creating controllers, models, and views, and building a fully functional web application using the ASP.NET Core MVC framework.
  • Uploading Multiple Files With ListBox in ASP.NET10/3/2024 11:40:19 AM. This article explains how to upload multiple files using a ListBox control in ASP.NET. Unlike the standard FileUpload control, which supports single file uploads, this method combines FileUpload with
  • Routers in Backbone.JS: Part 710/3/2024 11:31:21 AM. Backbone.Router enables URL routing and history management for web applications. It allows creating bookmarkable, shareable URLs and mapping them to application actions. This article covers the basics
  • Getting Started with Power Apps10/3/2024 11:16:25 AM. This beginner's guide introduces you to the basics of app development, helping you design workflows, automate processes, and build business solutions with ease using low-code techniques.
  • Uploading Multiple Files in ASP.NET 2.010/1/2024 9:05:24 AM. The FileUpload control in ASP.NET 2.0 allows users to upload files from a web page. By using multiple FileUpload controls and a button, users can select and upload several files at once. The files are
  • How To Create An HTTP Trigger Azure Function App Using Visual Studio 201710/1/2024 8:24:46 AM. Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, an
  • Implementing Modal Popup In MVC Application10/1/2024 8:23:35 AM. Learn how to implement a modal popup in an MVC application to enhance user interaction and improve UI/UX design. This guide covers the necessary steps, including setting up the HTML structure, using J
  • How To Create An App Page Using SharePoint Framework In SharePoint Online Modern Site10/1/2024 8:22:16 AM. This article guides you through creating an app page using SPFx in SharePoint Online Modern Site. An app page allows pre-configured application content without user authoring. You'll learn to set
  • Fibonacci Series : Recursion, Memoization, and Optimal Approach10/1/2024 8:15:39 AM. The Fibonacci series is a mathematical sequence starting with 0 and 1, where each subsequent number is the sum of the previous two. This article explores three methods to compute Fibonacci numbers in
  • Understanding mapPartition in PySpark10/1/2024 4:13:33 AM. We explore the mapPartition transformation in PySpark, a powerful optimization tool for batch processing and resource management. Unlike the map function, it processes entire partitions of data, enhan
  • Creating an AI Language Translator Using Tkinter10/1/2024 3:32:36 AM. In this guide, you'll learn how to build an AI-powered language translator using Python's Tkinter library. We'll combine natural language processing (NLP) with a simple graphical user inte
  • What is the Filter Function in Power Apps9/30/2024 11:14:40 AM. The Filter function in Power Apps allows users to narrow down data sets by applying specific criteria. It is essential for creating dynamic applications that require user input to display relevant inf
  • Why Developers are Choosing Alchemy for Blockchain Projects?9/30/2024 9:50:47 AM. Learn how Alchemy simplifies blockchain development with multi-chain support, real-world use cases, and an easy-to-use dashboard for building and managing dApps effortlessly.
  • Application State vs Session State in Java9/30/2024 8:36:48 AM. State management in Java is vital for web applications, categorizing data into Application State and Session State. Application State shares data globally across users, ideal for configurations and ca
  • What is the Collect Function in Power Apps?9/30/2024 8:32:00 AM. Power Apps enables users to create custom applications with minimal coding, utilizing features like the Collect function for data management. This function allows dynamic storage of various data types
  • How To Enable The Modern Command Bar Experience In The Canvas Apps9/30/2024 5:16:53 AM. This article guides you on enabling the modern command bar in PowerApps Canvas Apps. It details the steps to activate this preview feature, starting from creating or opening a Canvas App, navigating t
  • Building Image Generation Apps with Azure OpenAI in .NET9/28/2024 5:07:03 AM. This article guides you through using Azure OpenAI's DALL-E service in .NET to generate images based on prompts. It covers setting up an OpenAI resource, deploying the DALL-E model, and writing C#
  • ASP.Net SignalR: Building a Simple Real-Time Chat Application9/27/2024 10:21:27 AM. In this tutorial, we build a simple real-time chat application using ASP.NET MVC and SignalR. SignalR enables live data updates by pushing content from the server to clients, perfect for chat, notific
  • Sending Emails Over .NET Framework, and General Problems Using C# Code9/27/2024 10:12:21 AM. This article explains how to send emails using the .NET framework, focusing on the System.Net.Mail namespace. It covers the essentials of SMTP, the use of SmtpClient and MailMessage classes, and commo
  • Selection Based Crystal Report using Stored Procedure9/27/2024 10:11:28 AM. This project demonstrates creating a Crystal Report in a Windows Form application. It includes setting up a SQL database connection, populating a ComboBox with data, generating reports using parameter
  • How To Add Dependency Injection In Your Sitecore Application9/27/2024 8:17:09 AM. Dependency Injection (DI) is a design pattern that enhances code maintainability and reusability by allowing developers to create loosely coupled components. It facilitates unit testing and supports v
  • How to Download Code from Your Azure Function App9/27/2024 5:59:14 AM. In this article, we will learn how to easily download code from your Azure Function App using built-in tools like the Azure Portal, App Service Editor, or source control integration.
  • QUIZ Application With ASP.NET MVC 59/26/2024 8:45:26 AM. Create a dynamic Quiz Application using ASP.NET MVC 5, showcasing the power of the Model-View-Controller architecture. This project involves user authentication, database integration for question mana
  • Apply CRUD Operations in Dynamic Grid Using AngularJS9/26/2024 7:20:03 AM. This guide explores implementing CRUD (Create, Read, Update, Delete) operations within a dynamic grid using AngularJS. It covers essential concepts such as data binding, user interface design, and RES
  • ASP.NET MVC Chat Application Using SignalR9/26/2024 7:11:47 AM. This tutorial guides you through creating a real-time chat application using ASP.NET MVC and SignalR. You'll learn how to set up a SignalR hub for managing communication, implement user authentica
  • Apply Azure Virtual Machines to the Zero Trust Principles9/25/2024 7:04:48 AM. This content explores the integration of Azure Virtual Machines with Zero Trust principles, emphasizing the importance of robust security in cloud environments.
  • Create Mobile App with Angular Ionic9/25/2024 5:40:42 AM. Learn how to create a mobile app using Angular and the Ionic framework in this comprehensive guide. We'll cover the essentials of hybrid app development, including setting up your environment, bui
  • How To Add A Button To Existing Ribbon Tab In Office Applications9/24/2024 11:56:24 AM. Learn how to enhance your productivity by adding a custom button to an existing Ribbon tab in Microsoft Office applications. We’ll walk you through the steps to customize the Ribbon, whether you'r
  • CRUD Operation In MVC Using Elastic Search9/24/2024 11:51:17 AM. Elastic search is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elastic search is d
  • Getting Started With Angular 2 Application Using Visual Studio9/24/2024 9:13:16 AM. This article provides a step-by-step guide for developing Angular 2 applications using Visual Studio 2015. It covers prerequisites such as installing Visual Studio, Node.js, and TypeScript, along with
  • Understanding Chat Box in .NET9/23/2024 11:08:46 AM. Discover how to integrate APIs and manage data storage for a seamless messaging experience. Perfect for developers looking to enhance their web applications.
  • Manage Web Applications In SharePoint Central Administration - Part Eight9/23/2024 9:52:25 AM. This article covers managing web applications in SharePoint 2016 Central Administration. It walks through key steps, including accessing Central Admin, configuring mobile accounts, setting up SMS noti
  • Containerize React JS and .NET Core Apps with Docker and Kubernetes9/23/2024 9:07:58 AM. This guide demonstrates how to build a sample product management application using .NET Core Web API for the backend and React JS for the frontend. The app is containerized with Docker and Kubernetes
  • Explaning Wrapper Classes in Java9/23/2024 8:49:27 AM. This is essential for utilizing Java’s object-oriented features, such as collections. With autoboxing and unboxing, Java simplifies conversions between primitives and their corresponding wrapper class
  • Creating Visually Engaging Dashboards: Ultimate Power BI Theme9/23/2024 7:07:10 AM. The Hussain PBI Theme enhances data presentation in Power BI with a harmonious color palette and modern typography. It features customizable visual styles for clarity and engagement, including vibrant
  • C#.NET - Access OAuth REST Web API Method9/23/2024 5:23:38 AM. C#.NET applications can access OAuth-protected REST APIs. You'll obtain an access token through OAuth flow (often via a separate request) and include it in the authorization header of your HttpCli
  • Add and Use Copilot Answer Control in Microsoft Power Apps Preview9/23/2024 5:15:53 AM. In this guide, you'll learn how to add and use the Copilot answer control (Preview) in Microsoft Power Apps. We walk you through the steps to integrate this AI-driven feature, enhancing user inter
  • What is the Notify Function in Power Apps?9/23/2024 5:09:43 AM. The Notify function in Power Apps displays messages to users, providing instant feedback on their actions. It supports various notification types, such as success, error, warning, and information, hel
  • Hide OOB Share Button in Model-Driven Apps9/23/2024 4:51:08 AM. Learn how to control app behavior, personalize the user interface, and enhance the overall user experience in Dynamics 365 and PowerApps using simple customization techniques.
  • Top 5 Performance Improvements in Angular 189/23/2024 4:21:54 AM. Learn about the latest optimization features, enhanced change detection, faster rendering, lazy loading, and other cutting-edge updates that make Angular 18 more powerful than ever!
  • Node.js App with User Authentication and Docker Deployment9/22/2024 12:09:32 PM. Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
  • Trigger Approval flow with SharePoint Column Formatting9/21/2024 3:08:19 PM. To trigger a workflow with a button using column formatting in SharePoint, you can create a column that uses JSON formatting to display a button that, when clicked, initiates a workflow.
  • With code examples, learn how to develop ASP.NET Core C# 12 using domain-driven design9/21/2024 4:15:04 AM. In this guide, you will learn how to develop applications using ASP.NET Core with C# 12, applying domain-driven design principles. Through clear code examples, we’ll explore how to create effective do
  • Configure Authentication Providers On Web Applications In SharePoint Central Administration9/20/2024 9:34:21 AM. You'll learn step-by-step instructions to set up various authentication methods, including claims-based and custom authentication, ensuring secure user access and effective identity management for
  • Google reCAPTCHA Using JavaScript Approach9/20/2024 7:56:07 AM. In this article, We will learn the integration of Google reCAPTCHA using JavaScript approach, which is simple and can be helpful to provide security to web application from bot, malicious software or
  • Cascading Drop-downs in Canvas Power App9/19/2024 1:40:38 PM. Learn how to create dynamic, dependent drop-downs that filter options based on user input, improving form efficiency and user experience. Perfect for Power Apps developers looking to streamline data e
  • Cleaning the Resources: Finalize vs Dispose9/19/2024 10:13:39 AM. This article explores the concepts of Destructor and Dispose in C#. It illustrates the object's lifecycle, highlighting how constructors allocate memory and destructors clean up. The role of the G
  • Update Taxonomy Metadata Field with Multiple Values Using Logic App9/19/2024 5:12:36 AM. This guide covers automating metadata management, configuring Logic Apps to handle dynamic updates, and simplifying the process of managing SharePoint Taxonomy Metadata fields efficiently.
  • Single Page Application Using ASP.NET MVC And jQuery With CRUD methods9/18/2024 12:19:17 PM. In this guide, learn how to create a Single Page Application (SPA) using ASP.NET MVC and jQuery without relying on frameworks like Angular or React. We'll focus on routing and UI-level interaction
  • Getting Started With ASP.NET Core MVC Apps Using VS Code9/18/2024 12:14:39 PM. Learn to create a HelloWorld app using ASP.NET Core 2.0 and Visual Studio Code. This guide covers setting up a new ASP.NET Core MVC project, adding controllers and views, and running the application.
  • How to Create and Launch a Tic Tac Toe Game on Azure Web App9/18/2024 4:55:37 AM. This guide walks you through deploying a Tic Tac Toe game on an Azure Web App. It covers initializing a Git repository, pushing code to GitHub, creating an Azure Resource Group, App Service Plan, Web
  • Using the Bing API to Translate Text in ASP.NET9/17/2024 10:41:08 AM. Learn to use the Bing Translation API in an ASP.NET application. Create a web page where users input text and select languages for translation. Implement the TranslateText method to send a web request
  • Azure App Service: Create Web App from Visual Studio9/17/2024 10:25:52 AM. To create a new web application in Visual Studio, go to File -> New Project and select “Web Forms,” ensuring the “Host in the Cloud” checkbox is checked with “App Service” selected. After configuri