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 UI
UI
stand for
User interface which is a broad term for any system either physical or software based that allows a user to connect with a given technology. Many different kinds of
UI
come with various devices and software programs. Many of them have some basic similarities, although each one is unique in key ways. In information technology, the
UI
is everything designed into an information device with which a human being may interact including display screen, keyboard, mouse, light pen, the appearance of a desktop, illuminated characters, help messages, and how an application program or a Web site invites interaction and responds to it. In early computers, there was very little user interface except for a few buttons at an operator's console. The user interface was largely in the form of punched card input and report output.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (10)
CSharp TV (6)
Babita (5)
Devesh Omar (3)
Vijay Kumari (2)
Sarthak Varshney (2)
Nitin (2)
Deepak Tewatia (2)
Ziggy Rafiq (2)
Sangeetha S (2)
Swesh S (2)
Jalpa Dhola (2)
Manikandan Murugesan (2)
Raveena Attri (2)
Rikam Palkar (2)
Anubhav Chaudhary (2)
Ankur Mishra (2)
Chethan N (2)
Uday Dodiya (2)
Prarthana Bhat (1)
Praveen Raveendran Pillai (1)
John Godel (1)
Aakash Chhillar (1)
Jay Krishnareddy (1)
Subarta Ray (1)
Ng Cheehou (1)
Naveen Kumar (1)
Sanjay Kumar (1)
Santosh Sarnobat (1)
Lalit Bansal (1)
Tuhin Paul (1)
Allen Oneill (1)
Jefferson S. Motta (1)
Gunasekaran Palani (1)
Mushtaq M A (1)
Vinoth Xavier (1)
Shikha Tiwari (1)
Pranshu Singhal (1)
Velladurai (1)
Vanshika Agrawal (1)
Shubhankar Banerjee (1)
Kunj Sangani (1)
Vithal Wadje (1)
Subham Ray (1)
Kautilya Utkarsh (1)
Arun Potti (1)
Alagunila Meganathan (1)
Vincent Maverick Durano (1)
Suthahar Jegatheesan (1)
John Morehouse (1)
Abiola David (1)
Tejas Agravat (1)
El Mahdi Archane (1)
Mujeeb Rahman (1)
Atul Sharma (1)
Farhan Ahmed (1)
Akshay Deshmukh (1)
Javeed M Shaikh (1)
Jaydeep Patil (1)
Vishal Joshi (1)
Gurpreet Arora (1)
Jignesh Kumar (1)
Madhanmohan Devarajan (1)
Ayush Gupta (1)
Jeeva Subburaj (1)
Related resources for UI
No resource found
Printing "Hello, World!" in Java: Different Techniques and Examples
12/20/2024 7:04:43 AM.
This article explores various methods to print "Hello, World!" in Java, introducing beginners to Java's syntax and structure. Examples include basic output, methods, string variables, an
Docker Desktop 4.37: AI Catalog Access and Command-Line Control
12/19/2024 8:24:48 AM.
Docker Desktop 4.37 introduces AI Catalog access, command-line management, component upgrades, and bug fixes, streamlining modern development workflows.
6 Ways to Build for Android XR with Unity 6
12/18/2024 10:16:18 AM.
Unity 6, the latest iteration of the popular game engine, offers powerful tools for developing immersive Android XR experiences. Here are six key ways to leverage Unity 6 for building compelling Andro
Git GUI Clients (3-1), GitHub Server
12/13/2024 5:45:19 PM.
This article will briefly describe GitHub Server basic functionalities. This article is part of a series on Git GUI Clients. Focusing on GitHub Server, it delves into its major functionalities, guidin
Git GUI Clients (1), Visual Studio
12/13/2024 5:44:49 PM.
This article will discuss Visual Studio as a client of Source Control Server. This series dives into various Git GUI clients, detailing features like repository management, interaction with local and
Git GUI Clients (3), GitHub Desktop
12/13/2024 5:42:51 PM.
This article discusses the GitHub Desktop as a client GUI. This series explores various Git GUI clients like Visual Studio, GitHub Desktop, and SmartGit, detailing features such as repo management, in
Git GUI Clients (2), VS Code
12/13/2024 5:42:21 PM.
This series explores various Git GUI clients like Visual Studio, VS Code, GitHub Desktop, TortoiseGit, and SmartGit, focusing on their features for repos management, interaction between local and remo
Git GUI Clients (4), TortoiseGit
12/13/2024 5:41:11 PM.
This article discusses the Git GUI Client for TortoiseGit. This series explores various Git GUI clients, including TortoiseGit and TortoiseSVN, discussing features, setup, and major functionalities.
Git GUI Clients (0) --- Overview
12/13/2024 5:39:33 PM.
This article will discuss the Git GUI Clients in General. In this article, Git GUI Clients, including Visual Studio, Visual Studio Code, GitHub Desktop, TortoiseGit, and SmartGit, offer diverse tools
Git GUI Clients (4-1), SVN and TortoiseSVN
12/13/2024 5:38:22 PM.
This article is to discuss Git GUI Client.
Understanding Responsive Applications
12/13/2024 8:47:19 AM.
Create seamless responsive applications compatible with all devices. Learn key tips, including viewport meta tags, CSS media queries, grid systems, accessibility, lazy loading, performance testing, an
Introduction To Minimal API in ASP.NET Core
12/12/2024 8:34:43 AM.
Minimal APIs in ASP.NET Core are a streamlined approach to building web APIs designed to be lean and efficient. ASP.NET Core Minimal APIs simplify web API development with concise syntax, reduced boil
Getting Started with React: A Simple Guide
12/11/2024 7:17:20 AM.
Learn the Basics of React and How to Start Building Web Applications
React v19 Now Stable: What Developers Need to Know
12/11/2024 7:00:41 AM.
React v19 has officially reached stable release, bringing enhanced features and performance for developers building dynamic user interfaces. Dive into the new version to streamline your projects and l
The Complete Guide to NUnit Testing in C# 13 and .NET 9
12/10/2024 3:23:37 PM.
This comprehensive guide explains NUnit testing in C# 13 with .NET 9 with detailed explanations, modern testing techniques, and practical code examples. Authored by Ziggy Rafiq.
Building a GPT-Based Language Model in C#
12/9/2024 7:59:59 AM.
In the world of AI, transformers have revolutionized the way we approach natural language processing (NLP) tasks. At the heart of these advancements is the GPT (Generative Pre-trained Transformer) arc
Building Percentage Calculator with using JavaScript with Code
12/9/2024 4:22:51 AM.
The title "Building an Enhanced Percentage Calculator with HTML, CSS, and JavaScript" refers to the process of creating a fully functional and visually appealing percentage calculator using
Stratis Launches Liquid Staking Beta on Auroria Testnet
12/6/2024 10:23:22 AM.
Stratis is excited to announce that liquid staking on the Stratis blockchain is now available in beta on the Auroria Testnet
Goodbye Swagger: How .NET 9 is Redefining API Documentation
12/6/2024 5:05:39 AM.
Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure se
How to Build an Expense Tracker using JavaScript with Code
12/4/2024 8:47:15 AM.
Learn to build a simple Expense Tracker using HTML, CSS, and JavaScript. This project helps manage finances, track expenses and demonstrates essential web development concepts through practical implem
Scaffolding in C# 9.0: Building Fast & Efficient Code Structures
12/3/2024 8:19:58 AM.
Scaffolding in C# 9.0 streamlines application development by automating code generation for controllers, views, and models. It enhances productivity with simplified syntax, improved performance, and c
Python Functions and Variable Scope LEGB
11/29/2024 7:28:30 AM.
This article explores Python variable and function scopes, including the LEGB model: Local, Enclosing, Global, and Built-in. Learn practical examples and understand scope behavior for effective coding
Exploring Advanced Generics in C#: A Practical Guide with Examples
11/25/2024 7:00:44 AM.
This article aims to provide a guided tour of some advanced topics in C# generics, such as constraints, covariance and contravariance, and custom generic interfaces.
Quick Summary of Microsoft Ignite 2024 with Copilot Studio
11/25/2024 5:07:57 AM.
Discover key announcements, innovative AI tools, and productivity features that are transforming the Microsoft ecosystem. Explore how Copilot Studio empowers developers and businesses to achieve more
New Features in SQL Server 2025: A Guide for Data Engineers
11/24/2024 5:46:37 AM.
SQL Server 2025 introduces advanced AI integration, vector support, and performance upgrades like optimized locking and enhanced columnstore indexing. New features include JSON data type, regular expr
How to Set Up and Navigate Microsoft Teams
11/23/2024 6:29:11 AM.
Learn how to set up Microsoft Teams, create an account, and navigate its key features like teams, channels, chat, files, and calendar. This guide helps you improve collaboration, stay organized, and b
Build a Password Generator Application in HTML and JavaScript(with Code Example)
11/20/2024 9:26:03 AM.
Create a customizable Password Generator tool with HTML, CSS, and JavaScript. This tool allows users to define password length, and include uppercase, lowercase, numbers, and special characters, ensur
.NET 9 Features with Code Example
11/19/2024 4:42:05 AM.
Learn how abstraction simplifies complex systems by unifying interfaces, abstract classes, and dependency injection. Build modular, maintainable, and testable applications with this comprehensive guid
Use of ItemsControl in WPF C# for Flexible UI Design
11/19/2024 4:38:09 AM.
This guide explores data binding, templates, and customization techniques for crafting sophisticated layouts. Enhance your WPF skills and unlock the full potential of ItemsControl for efficient UI dev
How to Optimize Docker Images for Smaller, Faster Deployments
11/18/2024 9:38:02 AM.
Learn simple strategies to optimize Docker images, reduce their size, and speed up deployments with tips like lightweight bases, cleanup, and multi-stage builds.
How to Identify the Owner of a Microsoft Form
11/18/2024 5:24:35 AM.
This article provides a step-by-step guide to help you find the owner of a form using MS Form responses. For one of our clients, we needed to transfer all Microsoft Forms from individual users to a se
The Essential Guide to Blockchain Network Types and Their Application
11/15/2024 12:00:36 PM.
Blockchain technology has transformed industries by providing secure, decentralized, and transparent systems. It encompasses various types, including public, private, consortium, and hybrid blockchain
Build Testimonial Carousel in React with Dynamic Animations
11/15/2024 8:24:46 AM.
Create an interactive testimonial carousel in React to showcase client feedback effectively. This component offers smooth animations, auto-advancing slides, responsive design, and dynamic star ratings
Data Quality, Security, and Building Trust in AI
11/15/2024 5:14:14 AM.
As AI adoption grows, data quality, security, privacy, and trust are becoming critical. Organizations must prioritize data cleansing, validation, encryption, and access controls to ensure reliable AI
Testing API Endpoints Using C# and Swagger
11/14/2024 6:02:21 AM.
Learn how to test API endpoints effectively using C# and Swagger. This guide covers setting up Swagger for API documentation, configuring C# for testing endpoints, and automating tests to ensure relia
Visual Studio Builds and Key Features
11/14/2024 5:13:31 AM.
Visual Studio Builds Since 2005 and main key features. Explore the growth of Visual Studio, Microsoft's premier Integrated Development Environment, from its inception in 1997 to the latest feature
How to Build a Classic Snake Game Using HTML and JavaScript (With Code Example)
11/13/2024 1:46:53 PM.
Learn how to create a classic Snake game using HTML and JavaScript! This step-by-step guide with code examples is perfect for beginners interested in JavaScript game development. Follow along and star
Best Practices in Building Cloud Distributed Systems
11/12/2024 11:17:56 AM.
This video will explore key topics related to building cloud-native and distributed systems, including scalability, availability, and resilience.
Beginner's Guide to CRUD Operations in .NET Core 8 Web API
11/12/2024 7:30:14 AM.
This guide walks you through creating a .NET Core 8 Web API for managing employee data with full CRUD operations. Using Entity Framework Core, you’ll define models, connect to a SQL database, create e
Getting Started with React for Interactive UIs
11/12/2024 6:49:45 AM.
This guide covers setting up React, understanding JSX, and using core features like components and hooks. Perfect for beginners looking to get started with modern front-end development.
Build an Interactive Task Manager
11/12/2024 6:39:46 AM.
Create a simple To-Do List app using HTML, CSS, and JavaScript. Add, edit, delete, and mark tasks as done while storing them in local storage. Learn how to structure, style, and add interactivity to y
Build an Azure Blob Trigger Function to Compress Images with Sharp
11/12/2024 5:17:35 AM.
This guide walks through creating an Azure Blob Trigger Function that compresses images uploaded to Azure Storage using the Sharp image processing library. It covers setting up Azure Blob Storage, co
SSRS (2) --- Client Setup: SSDT and Report Builder
11/11/2024 8:34:30 PM.
This article discusses SSRS (2) --- Client Setup: SSDT and Report Builder
SSRS (3) --- Report Build and Deploy as a VS Project
11/11/2024 8:34:10 PM.
This article will make a sample of Report from Visual Studio Environment by using both the pre-setup SSIS, SSAS, Server and the SQL Server DAta Tools
Everything you need to know about QuickGrid in Blazor
11/9/2024 6:21:07 AM.
This guide covers the basics of setting up QuickGrid, customizing columns, and optimizing performance in Blazor projects. Perfect for developers seeking a simple, powerful grid component for their Bla
Mastering Basic Arithmetic Operations in Web Development
11/8/2024 9:19:24 AM.
Build a simple web-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This project utilizes HTML for structure, CSS for styling, an
How to Apply Custom Fonts in .NET MAUI
11/7/2024 5:38:25 AM.
Learn how to add and apply custom fonts in your .NET MAUI app to enhance design and branding. This guide covers adding font files, registering fonts in MauiProgram.cs, and using them in XAML or C#.
Build Your Own Number to Words Converter
11/6/2024 7:11:30 AM.
This tutorial guides you through setting up the HTML structure, styling the converter for an attractive look, and implementing JavaScript to convert numeric input into its word representation. Perfect
RAG-atouille
11/5/2024 8:44:44 AM.
This video focuses on the latest architectural pattern called Retrieval Augmented Generation (RAG).
Increase UI Performance using Timeout Middleware in .NET Core
11/4/2024 5:26:04 AM.
Timeout Middleware in .NET Core is crucial for handling long-running requests by setting specific time limits for responses. It improves application reliability, manages resources efficiently, enhance
Server-Driven UI: Building Dynamic React Applications
10/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.
Speedy Microservices: Build and Deploy in 30 min with Copilot & Devprime
10/25/2024 11:40:16 AM.
In this video, you will learn how Copilot & Devprime revolutionize your Dev Experience.
A Comprehensive Guide to the Web Notification API
10/24/2024 5:38:40 AM.
The Web Notification API is a browser-based interface that allows websites to send notifications to users, even when the user is not actively viewing the site. It enables web apps to display notificat
A 4-Year Retrospective : Lessons Learned from Building a Video Player from Scratch with React Native
10/24/2024 5:05:25 AM.
React Native, React, ReactJS
Quality AI Requires Quality Data
10/23/2024 8:23:48 AM.
This video dives into data quality, with a strong focus on how data is maintained as it moves from transactional to analytic workloads.
Compiling Multiple Files to Build an Application
10/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
Introduction to Power BI: A Beginner's Guide
10/22/2024 9:31:36 AM.
Power BI is a powerful business analytics tool from Microsoft designed for data visualization and sharing insights across organizations. This beginner-friendly guide covers its key components, includi
Required Field and Email Validation Using AngularJS
10/21/2024 9:39:27 AM.
This guide covers key concepts like AngularJS directives, form validation, and custom validators, ensuring user input is properly validated for required fields and email formats, enhancing user experi
PAY QR Code Feature: A Guide to Streamlined Vehicle Payments
10/21/2024 3:59:37 AM.
Discover the innovative PAY QR Code feature that revolutionizes vehicle payments. This guide explores how QR codes streamline transactions, offering a quick, secure, and user-friendly payment solution
Power Apps and Library Component
10/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
Apply "Go to Bottom" and "Go Up" on Click of Anchors
10/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
Customizing HTTP Headers with Middleware in ASP.NET Core
10/12/2024 4:26:09 AM.
In this article, we explore how to modify HttpResponse using custom middleware in ASP.NET Core. We create a custom middleware that injects headers into the response. By adding conditions, specific API
Building a Blazor Server App to Fetch RSS Feeds Using .NET Core
10/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
How to Build and Monitor dApps Using Alchemy
10/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.
Rich Text Control With Image And Video In SPFx Using React-Quill
10/3/2024 11:49:18 AM.
This article explores how to implement a rich text field in Modern SharePoint List forms using React Quill. It covers the process of creating a SharePoint list, setting up an SPFx solution, and integr
How To Create ASP.NET Core MVC Application
10/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.
jQuery UI Method - Part 1
10/3/2024 11:37:03 AM.
This article explores jQuery's interaction methods, focusing on the sortable() method, which allows users to reorder HTML elements in lists or grids using the mouse. It covers syntax options like
Integrate Azure AD OAuth2 SSO Authentication RBAC for AKHQ Kafka-UI
10/3/2024 10:58:48 AM.
This content explores the integration of Azure Active Directory (Azure AD), OAuth2, and Single Sign-On (SSO) for authentication, along with Role-Based Access Control (RBAC) for authorization, specific
Creating an AI Language Translator Using Tkinter
10/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
Building on Alchemy: A Guide to Deploying Smart Contracts
9/30/2024 7:19:07 AM.
This guide walks developers through deploying smart contracts on the Polygon network using Alchemy and Hardhat. It covers prerequisites, setting up Alchemy, creating a development environment, writing
How To Enable The Modern Command Bar Experience In The Canvas Apps
9/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
Quick Way to Generate Reports in .NET Core API
9/30/2024 4:45:25 AM.
This guide covers essential tools and techniques for creating PDF, CSV, and other formats in real time. Ideal for developers looking to implement efficient report generation with .NET Core for streaml
Custom Copilot: Fetch and Process SharePoint List Data Using Prompt AI Builder
9/30/2024 3:56:08 AM.
It guides users through creating custom workflows in Copilot Studio, automating data retrieval, and utilizing AI to process and present information efficiently, enhancing task management and decision-
Building Image Generation Apps with Azure OpenAI in .NET
9/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 Application
9/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
Building A Cross Platform MVVM Pattern With ReactiveUI And Xamarin.Forms
9/27/2024 10:14:33 AM.
In this article, you will learn how to build a cross-platform MVVM pattern with ReactiveUI and Xamarin.Forms.
Getting Started with Azure SQL Database – A Beginners Guide
9/27/2024 7:19:23 AM.
A quick introduction to Azure SQL Database that showcases some key offerings and highlights the flexibility and scalability that comes with it.
Definitive Guide to Mirror Azure SQL Database in Fabric Warehouse
9/26/2024 9:45:47 AM.
In this Definitive Guide to Mirror Azure SQL Database in Fabric Warehouse episode, I am going to walk you through how to -- Enabling System Assigned Managed Identity required to publish data to Fabr
How to Build a Clean Architecture Web API with .NET Core 8
9/26/2024 9:15:22 AM.
Learn how to build a robust Web API using Clean Architecture principles with .NET Core 8. This guide covers essential concepts, including modular design, dependency injection, and best practices for A
QUIZ Application With ASP.NET MVC 5
9/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
Microsoft Build 2015 Top Highlights: Day 2 Keynote
9/26/2024 7:27:20 AM.
The Day 2 Keynote at Microsoft Build 2015 showcased exciting advancements in technology and software development. Key announcements included new features in Windows 10, updates to Azure and Visual Stu
Create Custom Tab in Office Ribbon at Excel/ Word 2007
9/25/2024 9:48:35 AM.
This article provides a step-by-step guide for customizing Office 2007 applications like Excel and Word using Visual Studio 2008. It demonstrates how to create a custom tab in the Ribbon without codin
API Versioning and Enable Authorization in Swagger UI .NET Core
9/25/2024 9:05:09 AM.
In this article, we explore API versioning and how to enable authorization in Swagger UI for a .NET Core Web API. We’ll discuss best practices for managing API versions, ensuring backward compatibilit
How To Implement Bootstrap 4 Popover
9/24/2024 11:52:14 AM.
This article covers the Bootstrap 4 Popover component, a versatile tool for displaying pop-up content when users interact with elements. It highlights key features such as initialization with jQuery,
Quick start - Development Of Chat Bot Using Microsoft Bot Framework - For Beginners
9/24/2024 11:50:05 AM.
This guide provides beginners with a quick start to developing chatbots using the Microsoft Bot Framework. It covers essential concepts, tools, and step-by-step instructions to create effective conver
How Does Your "Code Smell"
9/24/2024 4:16:49 AM.
"Code smell" refers to indicators in code that suggest potential problems. Common examples include poor exception handling, magic numbers, and inefficient string operations. Other issues inv
Containerize React JS and .NET Core Apps with Docker and Kubernetes
9/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
Integrate Azure AD OAuth2 SSO Authentication and RBAC for Kafka-UI
9/23/2024 7:29:57 AM.
This article explores the integration of Azure Active Directory (AD), OAuth2, and Single Sign-On (SSO) for secure authentication and Role-Based Access Control (RBAC) for authorization within the Prove
How to use Bootstrap With Angular
9/23/2024 5:08:21 AM.
This guide covers Bootstrap installation in Angular projects, configuring styles and components, and tips for optimizing your design, helping you build modern, responsive web apps.
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
A Comprehensive Guide to Migrating Azure Functions C# to C# 12 with .NET 8 Isolated
9/21/2024 4:12:20 AM.
Ziggy Rafiq shows how to leverage modern C# features, and how to optimize the performance and scalability of Azure Functions by migrating them to .NET 8 Isolated Processes.
Building a Custom QR Code Generator Component in React
9/20/2024 4:32:50 AM.
In this guide, you'll learn how to build a custom QR code generator component in React. We'll cover the steps to integrate a QR code library, customize the QR code's appearance, and make i
Exploring the Performance Boosts in .NET 9
9/20/2024 4:22:58 AM.
.NET 9 introduces key performance improvements, including Native AOT for faster startup times and reduced memory usage, optimized garbage collection, enhanced threading for multicore systems, and HTTP
Ignoring Merge Conflicts for Files in Git, Visual Studio
9/18/2024 12:55:54 PM.
This article is to discuss Git Merge with ignoring some conflict files. This article addresses resolving merge conflicts in Git when multiple users modify the same file. It covers project setup, confl
Prototype Pattern: Cloning Objects in C#
9/18/2024 7:52:32 AM.
The Prototype Pattern is a creational design pattern that simplifies object creation by cloning existing instances instead of starting from scratch. Ideal for complex objects, it reduces initializatio
Understanding Model Binding in ASP.NET Core with .NET 8
9/17/2024 9:10:14 AM.
Model binding in .NET Core simplifies the process of mapping HTTP request data to action method parameters. It automatically extracts data from various sources like query strings, form submissions, ro
Builder Pattern: Constructing Complex Objects
9/14/2024 1:58:12 PM.
In this article, we learn about Builder Pattern: Constructing Complex Objects. The Builder Pattern simplifies the creation of complex objects through step-by-step construction. It enables flexibility,
Power Platform: Retrain the Invoice Processing AI Model
9/12/2024 11:27:08 AM.
This blog aims to provide a comprehensive guide on how to retrain your invoice processing AI model within Power Platform. By following these steps, you can ensure that your model adapts to various inv
API Versioning Best Practices in .NET 8
9/12/2024 10:48:15 AM.
Learn how to implement API versioning in .NET 8 to manage changes and maintain compatibility. This article covers versioning strategies like URI Path, Query Parameter, Header, and Content Negotiation.
Build a Smart Private Chatbot with Semantic Kernel and APIs
9/12/2024 4:23:50 AM.
This guide covers integrating advanced NLP techniques and machine learning to create a secure, efficient, and customizable AI chatbot with robust data privacy.