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
About ux
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (5)
Raveena Attri (4)
Deepak Rawat (4)
Karthick S (4)
Sarthak Varshney (3)
Abhishek Saini (3)
Rikam Palkar (2)
Poonam Beniwal (2)
Vikas Singh (2)
Md Sarfaraj (2)
Sanwar Ranwa (2)
Vinay Ayinapurapu (2)
Thiyagu Baskaran (2)
Rohit Gupta (2)
Sam Hobbs (2)
Shivangi Rajde (2)
Stephen Simon (2)
Ankit Kanojia (2)
Deepak Tewatia (1)
Shaili Dashora (1)
Suraj Vishwakarma (1)
Sudhir Vaghela (1)
Alkesh Bijarniya (1)
Vaishali Vishwakarma (1)
Debabrata Ghosh (1)
Janshair Khan (1)
Mukesh Kumar (1)
Prashant Nimbare (1)
Ziggy Rafiq (1)
Babita (1)
Igor Minakov (1)
Abdul Basith (1)
Ramakrishna Pathuri (1)
Shiv Sharma (1)
Mohammad Elsheimy (1)
Onkar Sharma (1)
Subarta Ray (1)
Samarth Srivastava (1)
Jefferson S. Motta (1)
Camilo III Lozano (1)
Shaishav Desai (1)
Lokesh Varman (1)
Afzaal Ahmad Zeeshan (1)
Shanuka Maheshwaran (1)
Chris Love (1)
Shilpa Tanwar (1)
Mohamed Azarudeen Z (1)
Jay Krishnareddy (1)
Harshal Limaye (1)
Melissa Howard (1)
Abdul Raheem (1)
Daniella Coleman (1)
Ibrahim Sumon (1)
Sathya N (1)
Anupam Maiti (1)
M Munib (1)
Gaurav Gahlot (1)
Daniel Gomez (1)
Anish Ansari (1)
Himanshu Patel (1)
Praveen Sreeram (1)
Ajay Mor (1)
Abhishek Chadha (1)
Prasad Rane (1)
Divyang Desai (1)
Pankaj Patel (1)
Hugo G. Fernandez R. (1)
Nishu Goel (1)
John Morehouse (1)
Vipul Poojara (1)
Varun Setia (1)
Related resources for ux
No resource found
Exploring Software and Hardware Interaction via Linux Kernel
11/5/2024 7:16:58 AM.
This article explores how the Linux Kernel facilitates interaction between software and hardware. By contributing to the kernel, developers gain hands-on experience with system programming, memory man
Farewell CentOS: Moving to Rocky, AlmaLinux, CentOS Stream, or RHEL
10/22/2024 4:04:40 AM.
CentOS 7 reaches its end of life on June 30, 2024. Transition to RHEL, AlmaLinux, Rocky Linux, or CentOS Stream now. CentOS 7, a popular open-source OS, reaches the end of life on June 30, 2024, promp
Basic Linux Commands
10/6/2024 5:36:24 PM.
Learn about basic Linux commands including listing files and managing directories as part of fundamental of DevOps.
Bootstrap For Beginners - Part Two (Bootstrap Containers)
10/3/2024 11:31:45 AM.
This article explores Bootstrap containers, focusing on the two main classes: .container for a responsive fixed-width layout and .container-fluid for a full-width layout. It provides practical example
Blazor Server Interactivity: It’s Like Magic. But, You Know, It Actually Works!
9/22/2024 12:24:12 PM.
Discover how Blazor Server achieves real-time interactivity using SignalR and render trees. We'll explores the behind-the-scenes mechanics that enable seamless UI updates without full-page reloads
Creating Custom Web Components
8/21/2024 4:51:27 AM.
Creating a Web Component with frameworks such as React and Angular may look ordinary. But how about Vanilla JavaScript? In this article, we will also understand the basics of HTML.
Why I use StreamRendering in Blazor
7/25/2024 7:21:03 AM.
raditionally, if a component fetches data asynchronously, it may cause the UI to freeze or appear unresponsive during data loading. This article will demonstrate how Blazor's StreamRendering can s
Fluent UI (Collection of UX Frameworks from Microsoft )
7/23/2024 4:13:03 AM.
This article is about Fluent UI, a Microsoft framework for building user interfaces. Fluent UI is a Microsoft UX framework for creating consistent, accessible, and customizable components across platf
How to Pass Data Between Reactjs Components?
7/5/2024 5:19:49 AM.
Learn methods for passing data between React components, including props, state lifting, Context API, custom hooks, and third-party state management libraries like Redux, each suited for different app
Techniques of State Management in .NET
6/24/2024 6:03:49 AM.
State management in .NET 6 is essential for preserving and accessing data across web applications. Techniques include server-side (session state, database storage) and client-side (cookies, LocalStora
Make State Management Easier Using Combining Reducers in Redux
6/24/2024 5:51:12 AM.
Learn how to simplify state management in your Redux applications by combining reducers. This guide explores the concept of reducer composition, demonstrating how to break down complex state logic int
How to do .NET 8 Migration with Existing Tools?
6/19/2024 7:41:50 AM.
Microsoft's technology ecosystem spans desktop, web, and mobile apps, each requiring specific frameworks. To upgrade applications effectively, use Visual Studio 2022 with .NET Framework or Core, a
.NET Core And SQL Server In Linux Docker Containers
6/18/2024 10:47:36 AM.
Learn to deploy .NET Core applications with SQL Server in Linux Docker containers. Explore containerization benefits for cross-platform development, leveraging Docker's efficiency and flexibility.
Top 50 Linux Interview Questions and Answers
6/18/2024 5:00:14 AM.
Unlock your potential with "The Ultimate Linux Interview Question and Answer Handbook." This comprehensive guide covers essential Linux topics, from basic commands to advanced system adminis
Comparison Of Different SQL Query Responses Of SQL Server On Windows And Ubuntu Linux
6/14/2024 10:41:29 AM.
The article consists of some benchmark tests of SQL Server on different Operating Systems, the parameters considered are CPU Time, Elapsed Time and Total Execution Time.
Choose Context API or Redux for React State Management
6/13/2024 4:59:19 AM.
This article explains state management in React using Context API and Redux. It covers creating and using Context for state sharing without prop drilling and setting up Redux for more complex state ne
Navigation in Windows Store App
5/30/2024 10:24:47 AM.
Learn efficient navigation techniques for Windows Store apps in this comprehensive guide. Explore user-friendly interface design principles, app development strategies, and Windows platform integratio
What is Linux User Management Mastery?
5/30/2024 4:08:47 AM.
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
State Management in React with TypeScript
5/28/2024 4:13:37 AM.
Ziggy Rafiq delves into the React Context API as well as popular libraries such as Redux to discuss the intricacies of state management in React applications. Take a look at various approaches and fin
Tackling Security with the Sticky Bit
5/22/2024 10:59:23 AM.
Tackling Security with the Sticky Bit" delves into the pivotal role of the sticky bit in Linux file permissions. Explore how it enhances directory security by restricting deletion to file owners,
Setting Up Azure IoT Edge on Windows EFLOW: OPC Publisher 2.9.6 & KepwareEX
5/22/2024 10:16:38 AM.
This article presents a comprehensive walkthrough for establishing Azure IoT Edge on the Windows platform, enabling it to run Linux-based containers. Additionally, it delves into the setup of a standa
Exploring Linux: Unlocking the Secrets of the Open-Source
5/21/2024 10:24:04 AM.
Unraveling the Mysteries of Linux: This guide delves into the enigmatic world of Linux, an open-source operating system renowned for its customization, security, and performance. Explore the Linux ker
Deploy Azure IoT Edge on Linux with Windows
5/13/2024 11:34:15 AM.
Discover optimal Azure IoT Edge deployment strategies for Linux and Windows environments. Explore compatibility, containerization with Docker, Kubernetes integration, and device management, ensuring s
Unlocking the Power of Linux File Permissions
5/6/2024 11:13:29 AM.
In this article, we will Explore the potency of Linux file permissions, ensuring security and control over system resources. Master chmod, user/group management, and access levels for robust security.
Installing Grafana for different Operating Systems
5/2/2024 8:25:40 AM.
Learn how to install Grafana on Windows, macOS, and Linux with this step-by-step guide for setting up the popular open-source monitoring platform.
TensorFlowServing Integration With .NET Web Application By gRPC/Rest
4/25/2024 8:26:09 AM.
Explore the integration of TensorFlow with ASP.NET Core for real-time number prediction using a CNN model based on the MNIST example. This article outlines the setup process, including Docker deployme
Microsoft Defender for Endpoint (MDE), Common Actions
4/23/2024 11:18:53 AM.
This article provides concise instructions for managing antivirus software on Windows and Linux Azure Virtual Machines using Microsoft Defender for Cloud. It covers tasks such as checking protection s
Understanding Logical Volume Management (LVM) in Linux
4/11/2024 4:43:45 AM.
In this article, we will learn how LVM facilitates flexible allocation of disk space, enabling tasks like volume resizing and snapshots. Dive into concepts like volume groups, physical volumes, and lo
How to Test Responsive Web Design Web Sites
3/15/2024 11:08:02 AM.
Test responsive web design sites by checking cross-browser compatibility, screen sizes, and device rendering. Utilize emulators and responsive design tools for comprehensive testing to ensure optimal
Enabling Modern Controls and Themes in Canvas Apps
3/14/2024 10:31:14 AM.
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.
Migrating ASP.NET Apps to Containers #2: Windows Fonts
3/6/2024 7:13:48 AM.
This post delves into challenges faced during the migration of ASP.NET apps from Windows to Linux Docker containers. It specifically addresses the complexities associated with Windows Fonts in this mi
An Introduction to Redux in React Native
2/28/2024 6:36:20 AM.
Discover Redux - the state management library that revolutionizes React Native development. With Redux, you can simplify data flow, achieve code maintainability, and build scalable apps. Get a hands-o
How To Share Files Between Ubuntu And Windows 10
2/22/2024 11:28:15 AM.
In this article, I have described how to share files between Ubuntu and Windows 10 effortlessly by leveraging cross-platform solutions like Samba. Utilize SMB protocol for seamless network sharing, en
What Is Vuex in Vue.js?
2/15/2024 12:02:45 PM.
Vuex in Vue.js is a state management pattern and library for managing application state. It provides a centralized store for shared state management across all components, with a predictable state man
Getting Started with Redux Saga in React Native
1/25/2024 6:27:12 AM.
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 performanc
The Term Oh-My-Posh Is Not Recognized as a Name of Cmdlet
1/22/2024 6:59:46 AM.
This article explains how to set up oh-my-posh on Windows PCs. From the references, the steps can be found to implement for Linux and MAC OS as well.
Effective State Management in React.js
1/12/2024 8:25:43 AM.
In this article, we will explore various techniques for state management in React.js, accompanied by practical examples.
Getting Started with React and Redux
1/5/2024 4:56:38 AM.
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.
Decoding Redux: Empowering React.js Applications with Scalable State Management
12/27/2023 7:24:43 AM.
Explore Redux integration in React.js. Learn store, actions, and connecting components. Elevate your app with efficient state management.
Go live on linux Server With Node JS App
12/23/2023 11:58:17 AM.
Download nvm. NVM is a node version manager and in order to install Node and npm, first nvm is to be installed using following commands.
The Cloud Show with Magnus Mårtensson ft. Michele Leroux Bustamante - Ep. 15
11/27/2023 11:47:57 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
How To Install Windows Subsystem For Linux (WSL2) On Windows 11
11/22/2023 6:35:25 AM.
In this article, you will learn how we can install a windows subsystem for Linux on Windows 11.
Kali Linux for Powerful Penetration Testing
10/25/2023 11:26:26 AM.
The most popular distributions for penetration testing. ndisputable advantages of Kali Linux include its extensive collection of more than 600 pre-installed penetration testing programs. This extensiv
Connecting to Remote MySQL (Linux Server) using Visual C#
9/25/2023 3:56:20 AM.
In this article we will see how to connect to a remote database server using Visual C# as client window application.
Cracking the IoT Testing Puzzle
9/20/2023 9:19:39 AM.
An Article about shedding light on how we make sure interconnected devices play nice together.
Managing Lists with Redux in React.js
9/8/2023 5:42:15 AM.
Here we will learn how to use Redux in React js for manage list data.
Exploring the Versatility of Linux
9/4/2023 9:52:27 AM.
In today's digital age, choosing the perfect operating system for your computing needs is akin to selecting the right tool for the job. With a multitude of options available, including the familia
Guide For Building C# Apps On Ubuntu: MonoProject Introduction
9/1/2023 9:11:30 AM.
In this article, you will get guidance for building C# apps on Ubuntu MonoProject Introduction.
How to Install and Configure XRDP on Azure Ubuntu Server VM
8/6/2023 6:35:44 AM.
Learn how to set up XRDP, an open-source software, to access a remote graphical desktop environment on Ubuntu. Follow the steps to install and configure XRDP, connecting your VM via RDP.
CLS: Enhancing User Satisfaction and Conversion Rates on Your Website
6/24/2023 12:09:57 PM.
Discover how addressing Cumulative Layout Shift (CLS) improves user satisfaction and boosts conversion rates. Learn effective strategies to optimize web performance.
Unlocking the Power of React Sliders: In-Depth Explanation and Real-World Examples
6/21/2023 1:33:24 PM.
Unlocking the Power of React Sliders In-Depth Explanation and Real-World Examples
How To Use Redux In Next JS Application
6/13/2023 7:07:09 AM.
In this article we will learn how to manage state with redux in react js application.
Setting Up Docker In Linux VM For Container Apps
6/2/2023 7:17:30 AM.
In this article, we will see how to set up docker in Linux VM for building and shipping container applications.
Mastering Virtual Machine Deployment in Azure: In 8 steps.
5/10/2023 11:38:51 AM.
This title suggests that the article will provide readers with a comprehensive guide to creating virtual machines in Azure, which will help them to become proficient in this essential skill. The title
What is UX Research Methods why UX is important for Business
5/2/2023 2:12:59 AM.
What are UX Research Methods Why UX is important for Business so in this Article I will explain to you User experience allows you to define the best customer journey for business success on your websi
What is UX Research Methods why UX is important for Business
5/2/2023 2:08:46 AM.
What are UX Research Methods Why UX is important for Business so in this Article I will explain to you User experience allows you to define the best customer journey for business success on your websi
What does a UX Architect do and how it is different from a Designer
5/2/2023 12:45:53 AM.
This article explains the role, responsibility and differences between UX Architect and UX Designer these are demanding fields nowadays to get success in any Product
Getting Started With Golang And Mux Framework
3/27/2023 6:30:56 AM.
In this article, we are going to learn about how to get started with Goland and MUX
What Is Kubernetes Cluster And Master Slave
2/6/2023 10:47:45 AM.
In this article, you will learn what is Kubernetes cluster and master slave.
Build Your Own Redux From Scratch
1/13/2023 11:16:21 AM.
In this tutorial, we'll learn how can write our own Redux-like library from scratch using JavaScript.
What Is Redux - A Complete Beginner's Guide
1/12/2023 5:07:30 AM.
Redux is an open-source JavaScript library that allows you to manage application state. It can be used in any programming language like React or Vue. Redux was created by Dan Abramov and is maintained
Containers as a Development Environment
11/3/2022 9:20:56 AM.
In this session, you will learn how to use Docker containers as a full-featured development environment using Visual Studio Code and docker desktop for Linux containers.
Rockin’ The Code World with dotNetDave ft. Billy Hollis Ep. 63
8/20/2022 7:06:58 AM.
Join us with Billy Hollis for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
How To Deploy .Net Core Application On Linux
7/4/2022 6:51:54 AM.
We will be deploying .Net core application on Linux environment using Apache as a proxy server, We will be deploying .Net Core 3.1 application but you can following same steps to deploy any .Net Core
How To Restore Linux Server Via Veeam Agent
4/28/2022 6:43:16 AM.
This guide will show you how to easily restore a volume on a Linux server using free backup tool — Veeam Agent.
Installing Puppy Linux To A Dedicated Partition
2/23/2022 8:58:13 AM.
Describes Puppy Linux distributions and how to install a FossaPup64 Puppy Linux distribution.
How To Deploy ASP.NET Core App/Web API On Oracle Linux Server Using Nginx
2/9/2022 1:32:25 PM.
In this article, you will learn how to deploy Asp.NET Core App / Web API in Oracle Linux 7.9 server using Nginx as reverse proxy.
Running ASP.NET Core In Linux System(Alpine Linux Distribution) Using Docker
2/9/2022 6:43:20 AM.
In this article, you will learn how to run Asp.net Core In Linux system(Alpine Linux Distribution) using docker.
Setup HTTPS For Nginx On AWS EC2 Linux Instance Using Docker And Certbot
1/27/2022 6:20:46 AM.
How to install Https certificate in ngnix using certbot(lets encrypt) with docker
How To Install Visual Studio Code On WSL
1/25/2022 12:06:56 PM.
In this article, you will learn how to install visual studio code in Windows Subsystem for Linux (WSL).
Frequently Used Linux Commands
1/20/2022 4:13:58 PM.
This article will help to learn the simple and frequently used Linux commands
Deploy A Dockerized Laravel Application To AWS ECS With EC2 Instance Launch Type Using GitHub Actions
1/17/2022 8:53:56 AM.
In this article, you will learn how to deploy a docker-ized Laravel applications to AWS ECS EC2 launch type.
Docker Installation In Windows System Through Oracle Virtual Box
1/10/2022 11:10:56 AM.
How to install docker in windows system through oracle virtual box.
Setup Docker And Docker-compose On Linux VM
12/30/2021 4:05:41 PM.
This article demonstrates simple steps to install docker and docker-compose in Ubuntu 20.04 server.
Install Windows Subsystem For Linux
12/16/2021 3:44:19 PM.
Windows has now made it very easy to install real Linux distributions inside of Windows.
Understanding User Interface (UI) And User Experience (UX)
10/4/2021 4:21:09 AM.
In this article, you will learn about the user interface (UI) and user experience (UX).
Docker & Containers - Kernel Internals (namespaces, cgroups, ufs, capabilities)
9/4/2021 5:35:10 AM.
Deploy ASP.NET Web App To A Linux Virtual Machine In Azure
8/19/2021 2:59:44 PM.
In this article, you will learn how to Deploy ASP.NET Web App To a Linux Virtual Machine in Azure.
What Is Cloud-init And How To Use It For Azure Linux VM
7/13/2021 1:17:23 PM.
In this article, You will learn about cloud init and Boot Diagnostic. You will learn how to use it.
Most Common UX Design Mistakes To Avoid When Developing An App
7/8/2021 10:46:06 AM.
What are the Common UX Design Mistakes You Should Not Make While Creating an Interface? Let's check 6 Common UX Design Mistakes for developing app.
Azure App Service - Profile A .Net Core Application Hosted In Azure App Service - Linux
4/29/2021 3:05:56 PM.
In this article, we are going to learn how to find performance issues in a .Net Core 3.1 application hosted in Azure App Service – Linux environment
UX Matters - Growth Mindset Ep. 20
2/28/2021 1:56:39 PM.
Join us with Mahesh Chand, and Justin Mathews for the new episode of Growth Mindset Weekly Live Show focused on UX Matters.
Installing Windows Linux Subsystem - MVP Show ft. Asma Khalid
2/11/2021 4:05:36 PM.
Join us in the new episode of MVP Show with Asma Khalid to learn how to install Windows Linux Subsystem
NgRx in Angular
1/12/2021 9:33:47 AM.
In this video, we will talk about NgRx, why, and where should we consider using it? We will also talk about the Redux pattern
How To Create An Application Using ReactJS And Redux
10/26/2020 3:30:59 PM.
In this article, you will learn how to create an application using ReactJS and Redux.
Create Amazon Linux AMI EC2 Instance And Deploy NodeJS Application
10/8/2020 7:43:17 AM.
With this article, one should easily create an Amazon EC2 instance and deploy a nodeJS application and also learn how to install node modules directly on EC2 instance
Run nginx Server As a Container In Docker Installed On Linux Based Virtual Machine In Azure
9/18/2020 12:48:26 PM.
In this article, we will create a Linux VM on the Azure Cloud platform and configure a nginx Web Server to host .NET Core applications. This nginix server could also run as a container on Docker hub.
How To Install Geth On A Linux Machine
8/4/2020 8:38:28 AM.
This article describes installing Geth on a Linux/Ubuntu machine.
Top Characteristics Of A Good Website
7/25/2020 6:36:47 AM.
In this article, you will learn about the top characteristics of a good website.
Hello World .NET Core On Linux
7/19/2020 8:21:09 AM.
In this article, you will learn how to implement .NET Core in Linux.
Counter With Redux Saga
7/7/2020 7:58:17 AM.
In this article, you will learn about Counter with Redux Saga.
Using Docker Volumes For SQL Server In Linux
7/2/2020 10:57:00 PM.
Using Docker Volumes for SQL Server in Linux
Basic Redux Concepts - Part One
6/30/2020 8:57:30 PM.
In this article, you will learn about some of the basic concepts of Redux.
Power of UX Prototyping - AMA
6/12/2020 5:17:33 AM.
Learn why prototyping in important, different tools available, and a lot more in this AMA episode.
Discover if UX is Worth it for Your Career & Company - AMA
5/27/2020 7:19:43 AM.
Watch this episode of #AskMeAnything to discover if UX is Worth it for Your Career & Company.
Deploy ASP.NET Core Application On EC2 Amazon Linux Instance
5/25/2020 3:06:03 AM.
This article will provide you with a step-by-step guide to deploy ASP .NET Core Web applications on Amazon Linux instance.
React Redux Concepts - Part Two
5/5/2020 12:15:56 AM.
This article demonstrates how we can set up a project which uses plain React and Redux for State Management. Also, it explains how we can configure any solution which uses Redux and how to pass the da
Trying .NET 5 Preview in Linux
4/27/2020 4:39:12 PM.
In this article, we will explore the .NET 5 Preview in Linux.
CRUD Operation Using React Redux - Part Three
3/6/2020 11:45:29 AM.
We will learn the React-Redux structure step-by-step by separating it into three parts.Part 1: Install & Configure React ApplicationPart 2: Configure Redux structure in React AppPart 3: Perf
CRUD Operation Using React Redux - Part Two
3/4/2020 2:04:22 PM.
We will learn the React-Redux structure step-by-step by separating it into three parts.Part 1: Install & Configure React ApplicationPart 2: Configure Redux structure in React App