TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shiv Sharma(15)
Anuradha Rani (4)
Velladurai (4)
Siddhesh Chavan(4)
Prasad (4)
Suraj Vishwakarma(3)
Mariusz Postol(3)
Ayush Gupta(3)
Najath Risni(3)
Mohamed Shifan(2)
Sardar Mudassar Ali Khan (2)
Ashutosh Singh(2)
Jefferson S. Motta(2)
Chetan Sanghani(2)
Arun Ramaswamy(2)
Anjali Joshi(2)
Praveen Sreeram(2)
Rajashekar Syereddy(2)
Imran Shaikh(1)
Keyur Pandya(1)
Sigar Dave(1)
Vishal Yelve(1)
Gajendra Jangid(1)
Vikas Singh(1)
Ivan Kan(1)
Dharmeshwaran S(1)
Nandan Hegde(1)
Aayushi B(1)
Vishal Joshi(1)
Ravi Kiran Chanduri(1)
Sudhir Vaghela(1)
Harshit Pandey(1)
Sarthak Varshney(1)
Prakashkumar Sahoo(1)
Poonam Beniwal(1)
Mark Pelf(1)
Darshan Adakane(1)
Lalit Bansal(1)
Abhishek Saini(1)
Muzaffar Ur Rahman(1)
Alkesh Bijarniya(1)
Tahir Ansari(1)
Javeria Tabassum(1)
Rinki (1)
Mohamed Azarudeen Z(1)
Nitin (1)
Sanjay Kumar(1)
Rohini Parade(1)
Nikhil Patil(1)
Ashish Bhatnagar(1)
Allam Purushotham(1)
Umesh Baradkar(1)
Ishika Tiwari(1)
Shubhankar Banerjee(1)
Alagunila Meganathan(1)
Rahul Rai(1)
Jaimin Patel(1)
Resources
No resource found
Create Azure File Share Using Azure Portal
Aug 22, 2024.
Azure File Share is a cloud-based storage service by Microsoft Azure that enables you to store, access, and share files securely over the internet. It supports both Windows and Linux systems, offers easy integration with on-premises storage, and provides backup and recovery options for seamless data management.
Exploring the HTML <dialog> Tag: Enhancing Web Interactivity
Jul 18, 2024.
This article explores the features and benefits of the <dialog> element, its role in modern web development, and practical examples of implementing modal dialogs to create more dynamic and interactive web pages.
Integrating an Online Payment Gateway in ASP.NET using ADO.NET
Jul 10, 2024.
Integrating an online payment gateway in ASP.NET using ADO.NET involves setting up a payment gateway account, creating an HTML form to collect payment details, redirecting to the payment gateway for processing, handling the payment response, and updating the database. Ensure security, validate responses, and test thoroughly.
Programming in Practice - GUI - XAML - Description of the User Interface
Jul 09, 2024.
This article concerns selected issues related to the representation of process information in graphical form to develop a comprehensive User Interface. It presents XAML Domain-Specific Language as a description of the user interface.
Setting Up Google Authentication in ASP.NET Core MVC
Jul 08, 2024.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessary NuGet packages, update Startup. cs, and handle user authentication and profile management seamlessly.
Essential Components of Prompt Design in GPT's Search
Jul 08, 2024.
Explore the crucial elements of prompt design within GPT's search capabilities through a comprehensive analysis. Delve into the intricacies of optimizing natural language prompts for enhancing user interaction and search efficiency.
How to Display Unique Page Views in PowerApps
Jul 07, 2024.
We often see in many of the sites that total page view count is shown. I have come across one of the use case where I wanted to show how many times that page was visited by any user uniquely.
Showing Restricted or Role-based Users in PowerApps Form Dropdown
Jul 04, 2024.
Security of their app or data or functionality everyone demands. Most of requirements require approval process and if we have limited approvers listed what could be asked for more.
Learn Clean Architecture in .NET
Jul 04, 2024.
Clean Architecture is a software design philosophy that emphasizes creating maintainable, testable, and understandable systems by following principles like separation of concerns, dependency inversion, and encapsulation.
PDF Viewer Search functionality in Telerik UI for .NET MAUI
Jul 03, 2024.
Enhance your mobile and desktop applications with robust search functionality using the PDF Viewer in Telerik UI for .NET MAUI. Easily integrate and navigate through PDF documents with advanced search capabilities, offering users a seamless experience.
Hiding and Showing Controls on App with Role-Based Permissions
Jul 03, 2024.
We all know that we can break and handle permission on Sharepoint list and list items. We can also restrict user access on powerapps and forms. We can enable and disable controls depending upon statuses and roles in powerapps.
Explain Rating Control in PowerApps
Jul 03, 2024.
Discover step-by-step guidance on integrating this feature into your apps, optimizing user experience, and leveraging Microsoft's Power Platform for seamless app development and user engagement.
Introduction to UI Flows in Power Automate
Jul 03, 2024.
Discover the fundamentals of UI Flows in Power Automate with our comprehensive introduction. Learn to automate repetitive tasks using Microsoft's powerful tool, streamline workflows, and enhance productivity.
Programming in Practice - GUI - MVVM Program Design Pattern
Jul 03, 2024.
This article concerns selected issues related to the representation of process information in graphical form to develop a comprehensive User Interface. It presents MVVM programming pattern as an implementation of the program Presentation layer using sub-layers, namely Model, View, and ViewModel.
Creating a User Login System with SQL Server Stored Procedures
Jul 02, 2024.
Implementing secure user authentication in SQL Server involves creating a UsersDetails table for storing credentials and developing a LoginUser stored procedure. This procedure validates user inputs against stored data, ensuring robust login functionality for applications.
SharePoint’s New Section Background Feature
Jul 02, 2024.
SharePoint's new section background feature enhances page customization with images and gradient colors. Authors can now personalize pages and news articles with these backgrounds, which include readability improvements like see-through overlays.
Creating Dynamic Dropdown Lists in ASP.NET MVC
Jun 28, 2024.
Dropdown lists, or <select> elements, are essential in web forms, enabling users to choose from a predefined list of options. They enhance user experience by simplifying input selection and ensuring data consistency.
Filter and Fetch Property Listings by User Preferences
Jun 27, 2024.
xplore our platform's robust tools for filtering and fetching property listings according to your specific preferences. Customize your search based on location, price range, amenities, and more, ensuring tailored results that match your ideal property criteria effortlessly.
User Interaction with Dropdowns in DataTables Using jQuery
Jun 27, 2024.
This article explores techniques to enhance user interaction with dropdowns in DataTables using jQuery. Learn how to create dynamic and responsive tables that improve user experience through intuitive dropdown menus.
Social Security Number Masking in Angular
Jun 27, 2024.
Learn how to implement Social Security Number (SSN) masking in Angular applications to enhance data security and user privacy. This tutorial covers techniques for masking SSNs in user input fields using Angular forms and provides methods for validating and handling masked input.
Comparison of Angular and React
Jun 27, 2024.
This article provides a comprehensive comparison of Angular and React, two of the most popular frontend frameworks in web development. It covers various aspects such as performance, scalability, learning curve, and ecosystem.
Manage Role-Based Access Control (RBAC) in Azure
Jun 26, 2024.
Role-Based Access Control (RBAC) in Azure manages permissions by assigning roles to users, groups, and applications at various scopes, such as subscriptions or resource groups. This ensures users have only the necessary access, following the least privilege principle.
How To Build The Products People Actually Want
Jun 26, 2024.
Discover the secrets to building products that truly resonate with customers. This guide delves into understanding customer needs, conducting effective market research, and utilizing user-centered design.
Access Azure Storage Account Container from WinSCP Using SFTP
Jun 24, 2024.
Learn how to securely access Azure Storage Account containers via WinSCP using SFTP. Follow steps to enable SFTP on Azure, configure a local user for access, install WinSCP, and set up the connection. Enhance file management efficiency with this straightforward guide for secure Azure Storage access.
Editing JSON of Fabric Data Pipelines - Part 1
Jun 21, 2024.
Enable JSON editing in Fabric data pipelines by appending the 'feature.enableJsonEdit=1' to the pipeline URL. Switch from view-only to edit mode, make necessary JSON changes, then perform a minor UI adjustment to activate the Save option. Similar flexibility as Azure Data Factory's PaaS environment.
Access Storage In Azure Function App With Managed Identity
Jun 16, 2024.
In modern cloud applications, managing credentials securely and efficiently is crucial. Azure provides a robust solution with Managed Identities, allowing services to authenticate without storing credentials in your code.
How to Save Power Apps Editable Gallery Data to Sharepoint List?
Jun 13, 2024.
The PowerApps ForAll function iterates through Gallery5 items, using Patch to update TimeSheetEntriesDetail. It captures date, project ID, and employee details from tempcol, ensuring precise data insertion into SharePoint. This process automates data management, enhancing efficiency in app development and deployment.
Effective User Story Writing in Agile Development
Jun 12, 2024.
User stories are essential in Agile development, helping teams understand requirements from the user's perspective. This article guides you in writing effective user stories by focusing on key elements such as user roles, actions, and benefits, along with tips on collaboration, simplicity, and prioritization.
Understanding Azure Storage Accounts
Jun 11, 2024.
Microsoft Azure offers a robust and versatile set of cloud storage solutions designed to meet a wide range of data storage needs. At the heart of these solutions are Azure Storage Accounts.
Fix Generic Error in Custom Activity Using Batch Account in ADF
Jun 11, 2024.
While executing a C# code in custom activity using batch activity in ADF sometimes it would get the error "The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection.
Mounting Azure Storage Account on the Azure Function
Jun 11, 2024.
Azure Functions offer serverless computing, reducing code, infrastructure, and costs. With support for multiple languages, it seamlessly integrates with storage accounts for efficient data handling.
Mongo DB Authentication and Authorization on Windows
Jun 10, 2024.
Dive deep into the world of MongoDB authentication. Whether you're a beginner or an experienced developer, this comprehensive guide will teach you everything you need to know about securing your MongoDB database
Interface In TypeScript / Complex Types In TypeScript
Jun 09, 2024.
In TypeScript, using interfaces helps define complex types, providing clarity and preventing runtime issues. Unlike JavaScript's var/let, interfaces explicitly outline object properties. This approach mirrors server-side coding practices, like in C#, ensuring adherence to coding standards and enhancing type safety.
Mastering ASP.NET Core Identity in ASP.NET Core MVC
Jun 06, 2024.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims, tokens, email confirmation, and more.
Shared Access Signatures in Azure
Jun 06, 2024.
Shared Access Signatures in Azure: A Comprehensive Guide" provides an in-depth look at securing Azure Storage using SAS tokens. It covers token generation, time-limited access, permission management, and policy-based access. Learn to enhance data protection and authorization for robust cloud security.
Improve Web Performance Using Debouncing in React.js
Jun 05, 2024.
Debouncing is a programming technique used to improve performance by limiting how often a function, such as an event handler. In React.js, it's commonly applied to optimize tasks like search inputs and scroll events, preventing frequent updates that can degrade performance by reducing unnecessary backend requests.
How To Create JWT Token Authentication In Node.js Using Mysql?
Jun 04, 2024.
Learn how to establish JWT authentication in a Node.js application using MySQL and Express. This tutorial covers database setup, creating authentication routes, and managing token creation and validation. Enhance your app's security and scalability by securing API endpoints and limiting access to authorized users.
Best Practices and Role of a Product Owner
Jun 03, 2024.
The Unsung Hero" delves into the pivotal role of a Product Owner in Agile projects. Explore best practices in stakeholder management, backlog grooming, and iterative development, emphasizing the crucial link between product vision and successful delivery.
Integrating .NET Core API with WhatsApp for Push Notification
Jun 03, 2024.
Learn how to integrate .NET Core API with WhatsApp API to send push notifications and enhance user engagement with real-time messaging.
Securing User Sessions: Implementing Multi-Tab/Multi Browser Auto Logout in .NET Core
Jun 01, 2024.
Implementing auto logout for multi-tab/multi-browser sessions in .NET Core enhances user session security by ensuring that when a user logs out from one tab or browser, all active sessions across different tabs and browsers are simultaneously terminated, preventing unauthorized access.
Connect to SQL Server with SSMS Methods and Authentication Types
May 31, 2024.
Connecting to SQL Server using SQL Server Management Studio (SSMS) involves selecting a connection method and authentication type. Methods include specifying the server name and instance.
What is Linux User Management Mastery?
May 30, 2024.
Learn to create, modify, and delete users, manage groups, and set permissions. Whether you're a beginner or experienced, this article provides essential commands and concepts to ensure secure and efficient control of your Linux system.
Programming in Practice - Graphical User Interface (GUI)
May 30, 2024.
This article concerns selected issues related to the representation of process information in graphical form. It tries to answer how to design and deploy a graphical user interface. It is a contribution to Programming in Practice External Data topics. A sample program backs all topics.
ChatGpt-4o on Mobile Gets Many Paid Subscriptions (May 2024)
May 29, 2024.
In May 2024, ChatGPT-4 on mobile devices has seen a significant surge in paid subscriptions. This advanced AI chatbot, known for its enhanced capabilities and user-friendly interface, is attracting a growing number of mobile users.
Storage Accounts and Redundancy Options in Azure
May 24, 2024.
Azure Storage Accounts offer various redundancy options ensuring data resilience. Choose between locally redundant, zone-redundant, geo-redundant, or geo-zone-redundant storage to safeguard against failures and disasters, aligning with your data availability and durability requirements.
Top 8 Features to Look in a NFT Marketplace
May 22, 2024.
NFTs have surged in popularity, showcasing their potential as tradable assets on the blockchain. Explore our blog for insights into creating your own NFT marketplace with eight essential features.
Creating a Multi-Step Form in React
May 20, 2024.
Multi-step forms are a common requirement in web applications, allowing users to fill out complex forms in smaller, more manageable sections. This guide will walk you through the process of creating a multi-step form in React, from setting up the project to managing state and navigation between steps.
Power Apps Tabbed Form Using Tab List Modern Control
May 17, 2024.
Learn to enhance your Power Apps with a sleek tabbed form using the Tab List modern control. Elevate user experience by organizing data into tabs, enabling seamless navigation and customization.
What Are the Use Cases of useContext Hook in ReactJS?
May 16, 2024.
The useContext hook in React streamlines context consumption, simplifying global state management, user authentication, theme switching, and localization. Practical examples demonstrate its versatility, enhancing React development efficiency.
Exploring Text-to-Speech Packages for Xamarin.Forms
May 13, 2024.
Discover the top text-to-speech packages for Xamarin.Forms apps and learn how to seamlessly integrate them into your projects. Explore Xamarin.Essentials, Plugin.TextToSpeech, and Android.Speech.Tts, empowering developers to enhance accessibility and user engagement.
Managed Identities for Azure Resources
May 10, 2024.
Discover how Managed Identities simplify authentication in Azure by providing automatically managed identities for applications. Explore both System-assigned and User-assigned Managed Identities, their features, and when to use each type.
Ckeditor4 Integration with MathType and ChemType using jQuery
May 06, 2024.
CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource. CKEditor is available under open source and commercial licenses.
Building a .NET Blazor Web Application with Bootstrap Theme
May 06, 2024.
Create stunning web apps with .NET Blazor using Bootstrap themes. Combine the power of the .NET ecosystem with Bootstrap's sleek UI components for responsive, modern web experiences."
JQuery Multiple File Upload and Remove
May 03, 2024.
This code segment utilizes jQuery to handle file upload and removal events in a dynamic UI environment. It captures file details upon selection, facilitates removal with associated buttons, and updates the display accordingly.
Program, Accounts and Program Driven Addresses(PDA) in Solana
May 03, 2024.
In this article, we will learn about Programs, Accounts, and Program Driven Addresses(PDA) in Solana. programs are like the building blocks of decentralized applications.
How to Create Azure Storage Account and Configure to Windows 11
May 01, 2024.
Learn how to set up an Azure Storage Account and integrate it with Windows 11. Create and configure storage containers using Azure Portal or tools like PowerShell and Azure CLI. Explore access management, including storage keys and shared access signatures.
Accessing User Information List in SharePoint
May 01, 2024.
Explore the ins and outs of accessing user information in SharePoint with our detailed guide. Learn the benefits, features, and limitations of leveraging user data, and follow our step-by-step instructions to effortlessly access user information lists in your SharePoint environment.
Dynamic UI Mastery: Showing/Hiding HTML Controls in Power Apps
May 01, 2024.
Unlock the Potential of Dynamic User Interfaces: Learn How to Show/Hide HTML Controls with Button Clicks. This article guides you through the process step-by-step, enabling you to create engaging and responsive web applications effortlessly.
Create a React Project From Scratch – Part I
Apr 30, 2024.
Embark on a journey to create a React project from scratch in this beginner-friendly tutorial series. Learn to build powerful user interfaces using JavaScript with React, starting with Part I where we lay the foundation for a dynamic web application.
Client Script - OnLoad with Realtime Scenarios and Use Cases
Apr 29, 2024.
In his article, let's explore the nuances of OnLoad client scripts in the ServiceNow environment and provide developers and administrators with an extensive how-to guide for making the most of this potent feature.
User Input Management with SegmentManager in C#
Apr 25, 2024.
In C#, one such tool that simplifies user input management is the `SegmentManager` class. This article delves into how the `SegmentManager` class facilitates the handling of user input in a structured and efficient manner.
Unity Muse Features Expanded In Editor With 3 New Updates
Apr 24, 2024.
Real-time collaboration enables developers to work together from anywhere, boosting synergy and speeding up creativity. It encourages teamwork, enhances knowledge exchange, and leads to top-notch results through collective effort and continuous improvement.
Utilization of DataGrid VS ListBox in WPF C#
Apr 22, 2024.
In WPF (Windows Presentation Foundation), the DataGrid and ListBox are two powerful controls that serve different purposes and are suitable for different scenarios
Understanding the Layers of Database Management Systems
Apr 21, 2024.
Unlocking the Power of Three-Tier Architecture: A Comprehensive Guide to Understanding and Implementing Database Management Systems. Dive deep into the layers of presentation, application, and data management, unraveling the intricacies of this widely adopted architectural model.
Streamlining Security: Managing Inactive Users in Microsoft 365
Apr 19, 2024.
In this edition, we'll guide you through Streamlining Security: Managing Inactive Users in Microsoft 365. Supercharge your team's collaboration with our curated insights, expert tips, and the hottest updates from the SharePoint universe.
Azure NFS Snapshot Automation - Deletion
Apr 09, 2024.
Discover how to automate Azure NFS snapshot deletion efficiently. Learn scripting techniques and orchestration methods to manage cloud data with precision, ensuring streamlined operations and optimized infrastructure as code (IaC) workflows.
Rename the "Related" entities in Dynamics 365
Apr 06, 2024.
Rename the "Related connections" entity to "Account-Connections" in CRM, follow steps Login, navigate to Advanced settings, open solution, access Account entity forms, edit "Connections" label, save, publish. Verify the change in an account record.
Create a Search Bar in SwiftUI
Apr 06, 2024.
Learn how to implement a dynamic search bar in SwiftUI for iOS apps. Discover the SwiftUI TextField component to capture user input, integrate it with SwiftUI navigation, and utilize the Combine framework for data filtering.
How to Apply Theme in Power Apps
Apr 04, 2024.
Learn how to enhance your Power Apps with a theme application, allowing for user interface customization. Explore design aesthetics to ensure visual consistency and incorporate branding elements.
Activate Classic Build and Release Pipelines in DevOps Trial
Apr 01, 2024.
To enable classic build and release pipelines in your Azure DevOps trial account, navigate to project settings or organization settings. Then configure pipelines under the Pipelines section, choosing classic options for both build and release.
How to Implement Audio Player in Power Apps
Apr 01, 2024.
In this article, we will discover how to enhance user experience with an Audio Player in Power Apps. Customize controls, integrate audio files, and design visually appealing interfaces. Manage playback, adjust volume, and implement seek functionality.
User Defined Objects in JavaScript
Mar 29, 2024.
JavaScript provides a number of pre-defined objects like Array, String, Image, Date etc. which are very useful in web development.
Activate & Deactivate Account Record in Dynamic 365 with PowerShell
Mar 28, 2024.
InteractiveMode prompts user for login in Dynamics CRM, storing connection in $conn. BypassPluginExecution set to true avoids plugin execution.Set-CrmRecordState modifies record state in CRM using specified entity, ID, and state/status codes.
Copying Files from Git Repository to Azure Storage in Azure DevOps
Mar 28, 2024.
Automate file copying from a Git repository to an Azure Storage Account with Azure DevOps. Utilize CI/CD pipelines to streamline the process, employing AzureCLI tasks and inline scripts to ensure seamless integration and efficient management of resources across your development workflow.
Rating Control Dynamically from SharePoint List in Power Apps
Mar 27, 2024.
Dynamically link SharePoint list data to a Rating Control in Power Apps. Customize user feedback mechanisms, enhancing user experience and data interaction within your application for efficient data visualization and user engagement.
Developing a Walkthrough Component in PowerApps
Mar 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 about Spinners in Bootstrap
Mar 22, 2024.
In this article will we learn type of spinners in Bootstrap5
Introduction to Image Control in Power Apps
Mar 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.
What Are EOAs and How to Create Ethereum Wallets Using C#?
Mar 22, 2024.
Discover how to harness the power of Ethereum with C# by learning about EOAs and creating secure wallets for transactions. Dive into the world of blockchain development now
How to Customize Blogger Cursor
Mar 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 Apps
Mar 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.
Enable Copilot for App Users in Model-Driven Apps
Mar 20, 2024.
Empower app users with Copilot in model-driven apps for Dynamics 365. Enhance productivity and user experience by enabling AI-driven assistance, contextual help, and guided support, streamlining decision-making and enhancing efficiency.
Mastering the Display Form Control in Power Apps
Mar 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.
Enable Copilot Control Feature to a Canvas Apps
Mar 19, 2024.
Copilot control, an AI assistant for canvas apps, enables users to gain insights through natural language conversation. Learn how to enable and integrate Copilot into your canvas app effortlessly.
Refactoring Common Code with Azure Bicep User Defined Functions
Mar 19, 2024.
Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a simple way to write code that you can reuse over and over again, making your projects more organized and easier to manage.
Alert on Saving Email Attachment to Blob Storage Account
Mar 17, 2024.
How to notify when Saving specific Email attachments to blob storage accounts using Azure Logic App to the user. Azure Logic App automates workflows, notifying users when specific email attachments are saved to Blob Storage, simplifying business processes seamlessly.
Exploring the Pen Input Control in Power Apps
Mar 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.
Enable Outlook for D365 Trial Account
Mar 14, 2024.
Enabling Outlook for your D365 trial account seamlessly integrates email functionalities with Microsoft Dynamics, streamlining communication and data management. Configure integration settings to synchronize emails effortlessly, maximizing productivity and efficiency during your trial period.
Enabling Modern Controls and Themes in Canvas Apps
Mar 14, 2024.
Discover how to elevate user experience in canvas apps by integrating modern controls and themes. Enhance UI with customizable features, interactive elements, and visually appealing designs.
Provide Security Role Access for D365 Outlook
Mar 14, 2024.
In this article, we will customize permissions, manage user access, and enforce Role-Based Access Control (RBAC). Optimize Microsoft 365 settings to tailor access rights, enhancing data protection and organizational compliance.
Exploring the Data Table Control in Power Apps
Mar 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 the Power of Rich Text Editor in Power Apps
Mar 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.
Simulating Multiple Users in App Insights with Integration Tests
Mar 12, 2024.
Learn how to simulate multiple users in Application Insights when running integration tests for your web application. Simulate multiple users in integration tests to analyze monitoring setups and improve analytics tools behavior in your web app.
Learn about Navigation in SwiftUI
Mar 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!
Creating Users and Groups Within an Organizational Unit on Windows Server
Mar 12, 2024.
Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
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.
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.
User Authentication with Forms Authentication in ASP.NET MVC
Mar 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.
How to Add Customize Download Timer Button in Blogger
Mar 07, 2024.
This article provides a guide on adding a customized download timer button on Blogger, offering increased convenience and control to users. It discusses the benefits of such a button, including scheduled downloads, prevention of disruptions, improved user experience.
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.
About Edit-User-Accounts
NA
OUR TRAINING