C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohamed Shifan(5)
Vijay Kumari(4)
Ashish Bhatnagar(4)
Mariusz Postol(3)
John Godel(2)
Lalit Bansal(2)
Rikam Palkar(2)
Dashrath Hapani(2)
Ziggy Rafiq(2)
Vishal Yelve(2)
Ng Cheehou(2)
Praveen Raveendran Pillai(2)
Sangeetha S(2)
Jalpa Dhola(2)
Aman Gupta(2)
Ajay Kumar(2)
Velladurai (2)
Jefferson S. Motta(2)
Vijay Yadav(2)
Anuradha Rani (2)
Ayush Gupta(2)
Keyur Pandya(2)
Saurav Kumar(1)
Avnii Thakur(1)
Jayant Kumar(1)
Mahesh Chand(1)
Ananya Desai(1)
Gaurav Kumar (1)
Aarav Patel(1)
Baibhav Kumar(1)
Praveen Kumar(1)
Amit Kumar(1)
Mayooran Navamany(1)
Gohulan Somanathan(1)
Deepika Sawant(1)
Najath Risni(1)
Arkadeep De(1)
Himanshu Patel(1)
Raveena Attri(1)
Babita (1)
Shiv Sharma(1)
Prarthana Bhat(1)
Rajkumar Jain(1)
Rama Dabburi(1)
Sigar Dave(1)
Jochen Bartlau(1)
Jin Necesario(1)
Hamed Niazmand(1)
Željko Perić(1)
Mamta M(1)
Jithu Thomas(1)
Abhishek Dhoriya(1)
Geo J Thachankary(1)
Kautilya Utkarsh(1)
Sudhir Vaghela(1)
Tahir Ansari(1)
Sagar Pardeshi(1)
Sanjay Kumar(1)
Kanishk Kumar(1)
Suraj Vishwakarma(1)
Saravanan Ganesan(1)
Satheesh Elumalai(1)
Muhammad Asif(1)
Gajendra Jangid(1)
Rasul Huseynov(1)
Vithal Wadje(1)
Ravi Kiran Chanduri(1)
Sarthak Varshney(1)
Subham Ray(1)
Darshan Adakane(1)
Resources
No resource found
Responsive Web Design Testing (RWD)
Sep 15, 2025.
Ensure your website shines on every device with Responsive Web Design (RWD) testing! This crucial process guarantees a seamless user experience across desktops, tablets, and mobiles. Learn why RWD testing boosts SEO, increases traffic, and strengthens brand consistency. Discover key testing elements, essential tools like Chrome DevTools and BrowserStack, and best practices for a mobile-first world. Don't let a broken layout cost you visitors!
How do AI assistants manage smart home devices like lighting, ovens, etc.?
Sep 11, 2025.
Explore the seamless integration of AI with smart lighting, ovens, thermostats, security systems, and entertainment devices. Learn about the convenience, energy efficiency, and enhanced safety benefits, along with future trends and potential challenges of AI-powered smart homes. Unlock the potential of a truly personalized living experience!
Assigning IP Addresses to VLANs on Cisco Switch
Sep 09, 2025.
Learn how to assign IP addresses to VLANs on a Cisco switch to enable inter-VLAN communication and improve network segmentation. This guide provides a step-by-step walkthrough, including VLAN creation, port assignment, and IP configuration. Enhance network security, performance, and manageability by properly configuring VLAN interfaces and default gateways. Includes verification commands for confirming your setup.
Google Unveils EmbeddingGemma: A Best-in-Class Open Model for On-Device Embeddings
Sep 05, 2025.
Google introduces EmbeddingGemma, a groundbreaking open-source embedding model with only 300M parameters. This compact model excels in retrieval-augmented generation (RAG) and boasts top performance on the MTEB leaderboard for multilingual text embeddings under 500M. Ideal for on-device AI, it integrates seamlessly with Ollama, llama.cpp, and LM Studio, empowering developers to build efficient, privacy-focused AI applications.
Python Gradio: An essential tool for AI/ML testing
Sep 05, 2025.
Gradio simplifies AI/ML model testing by creating user-friendly web interfaces with minimal code. Skip complex front-end development and quickly build interactive demos for chatbots, image classifiers, and more. Prototype faster, gather feedback, and share results effortlessly, making AI deployment more accessible. Integrate with tools like Ollama for local LLM testing.
What Common Tech Support Questions do Users ask AI?
Sep 01, 2025.
Explore how AI is revolutionizing tech support in 2025! Discover the most common tech questions users ask AI, from password resets and Wi-Fi troubleshooting to device performance and security concerns. Learn about the benefits for businesses, limitations of AI, and how it's changing the future of technical assistance, offering instant solutions and proactive support.
What is the Best IDE or Interface for Prompt Engineering?
Sep 01, 2025.
Discover the best IDEs and interfaces for prompt engineering. Compare notebooks, coding IDEs, and specialized AI platforms like LangChain, Flowise, and PromptLayer to find the right fit for your workflow.
What is Internetworking in Networking?
Aug 29, 2025.
Explore internetworking in networking: connecting diverse networks (LANs, WANs) for seamless communication and resource sharing. Learn about devices and examples.
Neural Interfaces: Controlling Devices with Your Brain
Aug 29, 2025.
We’ve updated our Consumer Terms and Privacy Policy to provide greater clarity, transparency, and control over your data usage. These changes ensure stronger protections and align with evolving regulations.
Secure Remote Access on Cisco Devices
Aug 24, 2025.
This article shows how to set up secure remote access to Cisco devices. It explains why SSH is important, gives easy step-by-step instructions, how to check it is working, and tips to keep your network safe.
Basic Configuration of a Cisco Switch using the Cisco Packet Tracer Simulator
Aug 23, 2025.
Setting up a Cisco switch means giving it a name, adding passwords to keep it safe, and setting an IP address so you can connect to it from another device. You also add a gateway, so it knows how to reach other networks. After that, you save the settings, so they don’t get lost when the switch turns off
How Prompt Engineering Interfaces with the AI Development Lifecycle
Aug 16, 2025.
Learn how prompt engineering integrates into the AI development lifecycle—from data preparation and model training to testing, deployment, and optimization. See why prompts are critical for building reliable, efficient, and user-aligned AI systems.
What is the difference between ArrayList and LinkedList in Java?
Aug 09, 2025.
Learn the in-depth differences between Java's ArrayList and LinkedList with practical code examples, performance considerations, and use-case analysis. This article will help Java developers choose the right list implementation for their needs.
Difference between interface and abstract class?
Aug 07, 2025.
Learn the fundamental differences between interfaces and abstract classes in C#. This article breaks down their key characteristics, use cases, and performance implications with code examples. Ideal for developers and interview preparation.
macOS Tahoe 26 Features, Supported Devices, and AI Tools Explained
Jul 25, 2025.
Discover what’s new in macOS Tahoe 26 — Apple’s latest update featuring the Liquid Glass design, enhanced AI with Apple Intelligence, powerful productivity tools, and a new Phone app for Mac. Explore key features, early impressions, and how it transforms your Mac experience.
The Basic Principles of Good UI Design
Jul 22, 2025.
User Interface (UI) design enhances user experience by creating intuitive, consistent, and accessible interfaces. Learn the key UI principles that ensure clarity, simplicity, efficiency, and visual appeal.
SortedSet Interface and Iterator Interface
Jul 18, 2025.
The SortedSet interface extends the Set Interface, which I already discussed in my Previous Article. The elements of this interface are sorted in ascending order.
JDesktopPane and DesktopManager Interface in JFC
Jul 14, 2025.
JDesktopPane in Java Swing enables a Multiple Document Interface (MDI) by managing multiple JInternalFrames. With a custom DesktopManager, developers can control window actions like dragging, closing, and activation.
Creating a DeselectableRadioGroup in React with Material UI
Jul 14, 2025.
Learn how to build a DeselectableRadioGroup in React using Material UI. This custom component lets users select, deselect, or reset radio options, providing more flexibility than standard radio buttons.
Beyond the API: Architecting Intent-Based Applications in .NET 8
Jul 09, 2025.
A deep dive into Intent-Based Architecture in .NET 8 explores how to design smarter, context-aware applications that move beyond traditional REST endpoints. Ideal for developers building adaptive, AI-ready systems using modern .NET tools.
Spatial Computing: The Next Interface Revolution
Jul 07, 2025.
Spatial computing merges physical and digital worlds through AR, VR, AI, and IoT, enabling immersive, real-time interactions that transform industries like healthcare, retail, education, and urban planning with intelligent, spatially-aware systems.
iPhone Application Development: Key Trends & Best Practices for iOS Success
Jul 04, 2025.
iPhone app development is evolving with the trends of SwiftUI, AR, and ML. Developers focus on performance, user experience, and battery efficiency to build scalable, secure, and future-ready iOS applications.
How To Protect Your Android Device From Unwanted Ads
Jun 15, 2025.
Learn how to block unwanted ads on your Android device using Private DNS. This simple method boosts security, saves battery, and enhances your browsing experience with minimal setup and no extra apps.
Wrapper Component to Consumer Component: That’s a Wrap!
Jun 09, 2025.
This article breaks down how wrapper components work in React, showing you how to build flexible, reusable UI pieces without losing your mind or your types. Learn how to pass props, handle refs, and keep your components clean and powerful.
Interfaces vs Types in TypeScript
May 29, 2025.
Don’t waste another hour arguing over type vs interface. Here's what matters, what doesn't, and how to pick the right one without overthinking it.
Prompt Engineering Converts Your Native Language into a Programming Interface—Powered by PT-SLMs
May 23, 2025.
Private Tailored Small Language Models (PT-SLMs) transform natural language into secure, domain-specific interfaces—empowering employees to query, code, and communicate using prompts in their native language, safely and intelligently.
Stop Overwriting Your Services: The Case for Keyed DI in .NET 8
Apr 11, 2025.
Avoid service conflicts and boost flexibility with .NET 8’s Keyed Dependency Injection—supporting multiple implementations of the same interface.
Clean Code with Onion Architecture
Apr 11, 2025.
Onion Architecture structures code into layers—Domain, Application, Infrastructure, and UI—ensuring separation of concerns, maintainability, and testability by isolating business logic from external dependencies.
Interface Segregation Principle (ISP)
Apr 08, 2025.
The Interface Segregation Principle (ISP) is one of the SOLID principles of object-oriented design. It promotes creating small, specific interfaces so that implementing classes don’t need to depend on methods they don’t use, leading to cleaner, modular code.
How to Use Flutter for IoT and Embedded Devices
Feb 14, 2025.
Flutter is revolutionizing IoT and embedded devices with its cross-platform capabilities, high-performance UI, and seamless hardware integration. This blog explores how Flutter for IoT and embedded devices can be used in smart homes, industrial automation, healthcare, connected vehicles, and more.
Which Platform is Considered Easier to Use: AWS or Azure
Jan 30, 2025.
This article compares two leading cloud platforms, AWS (Amazon Web Services) and Azure (Microsoft Azure), to determine which is easier for beginners. It covers aspects like user interface, setup, documentation, cost management, and support, highlighting Azure's simpler, more user-friendly features for new users.
Assigning a Static Private IP While Launching an Instance in AWS
Jan 29, 2025.
Learn how to assign a static private IP to an AWS EC2 instance during launch for consistent internal communication, avoiding IP conflicts, and ensuring predictable application dependencies within a VPC subnet.
The SOLID Principles in C# 13
Jan 25, 2025.
Ziggy Rafiq's detailed examples provide an overview of the SOLID principles of object-oriented design in C# 13. You'll learn how to adhere to SRP, OCP, LSP, ISP, and DIP to write maintainable, scalable, and extensible code.
Azure CLI Commands
Jan 03, 2025.
This article explores key commands for deploying, managing, and monitoring resources, simplifying tasks like creating virtual machines, managing storage, and configuring networks directly from the command line.
How to Add and Manage connections in Power Automate
Jan 01, 2025.
Learn how to add, manage, and secure connections in Power Automate. Integrate 500+ services like SharePoint, Excel, and Office 365 for seamless workflows, time-saving automation, and centralized management.
Understanding Responsive Applications
Dec 13, 2024.
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, and modern frameworks like Bootstrap or Tailwind CSS.
When to Use Abstract Class vs Interface and Why?
Nov 29, 2024.
This article explains when to use abstract classes vs. interfaces in C# through two scenarios. The first scenario demonstrates how abstract classes help avoid code duplication, while the second shows how interfaces enable multiple inheritance.
Exploring Advanced Generics in C#: A Practical Guide with Examples
Nov 25, 2024.
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.
Amazon OpenSearch Service Setup with Kibana
Nov 15, 2024.
Amazon OpenSearch Service enables real-time search, monitoring, and analysis of business data. It integrates with AWS services like CloudWatch Logs and Lambda for log aggregation, with Kibana for data visualization.
CRUD Operation in Java with code example
Nov 15, 2024.
This article demonstrates implementing CRUD operations in Java with a console-based Student Management System, allowing users to add, view, update, and delete student records using a simple menu-driven interface.
Sorting with IComparable in C#
Nov 14, 2024.
Learn how to implement the IComparable interface in C# to customize sorting behavior for objects. Explore sorting techniques, comparisons, and examples to efficiently order data in collections like lists and arrays.
Understanding IEnumerable In C#
Nov 14, 2024.
IEnumerable in C# is an interface that defines a standard way to iterate over a collection of objects. The IEnumerable interface in C# provides a standard, efficient way to iterate over collections using foreach, enabling cleaner, more readable code, and LINQ integration.
How to Enable USB Debugging on Android Device
Nov 12, 2024.
Learn how to enable USB Debugging on your Android device with this step-by-step guide. USB Debugging lets you connect your phone to a computer for advanced tasks like data transfer, app testing, and more.
How to Create Field Customizer Extension
Nov 11, 2024.
Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build them.
Overview of Essential Networking Devices
Nov 08, 2024.
Networking devices enable data flow and secure communication within networks, connecting computers, servers, and other devices. Examples include routers, switches, modems, access points, and firewalls.
Rock, Paper, Scissors Game in JavaScript
Nov 05, 2024.
A simple Rock, Paper, Scissors game in JavaScript teaches beginners about functions and conditionals. It features an HTML interface for player choices and JavaScript logic for determining game outcomes.
Understanding TreeView in .NET Core
Nov 04, 2024.
The TreeView component in .NET Core is a powerful UI element that displays hierarchical data in a tree-like structure, allowing users to navigate through items easily.
Scroll View Example in Android Studio using Java
Oct 30, 2024.
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 users can scroll through lists of content.
The Best Ordinal Wallets for Beginners in 2024
Oct 25, 2024.
In 2024, choosing the right ordinals wallet is crucial for managing digital assets securely. Options like Xverse and Hiro wallets offer user-friendly interfaces and strong security for beginners and veterans alike.
New Feature: Drag and Drop in Microsoft Lists
Oct 21, 2024.
Microsoft Lists has introduced a new drag-and-drop feature, allowing users to seamlessly rearrange items in both new and existing lists. Custom ordering is saved across the list, and users can switch to custom order mode easily.
Use Adaptive Cards with Copilot
Oct 16, 2024.
This article explores the use of Adaptive Cards in Microsoft Copilot, covering their purpose, integration strategies, and practical examples that developers can use to build custom experiences for users.
Gitea - an Open Source, Self Hosted GitHub Alternative
Oct 16, 2024.
Gitea is a lightweight, self-hosted Git server that offers features similar to GitHub, including issue tracking, pull requests, and a web-based interface. It's ideal for organizations needing data protection, low resource requirements, and full control over their repositories.
TypeScript Essential Features
Oct 07, 2024.
TypeScript offers essential features that enhance JavaScript development, including static typing, type inference, and support for interfaces and generics. It provides tools like classes, enums, and modules, enabling better code structure.
Exploring Network Topologies
Oct 05, 2024.
Network topologies define the structure of a network, with common types like Bus, Ring, Star, Mesh, and Hybrid, each offering unique advantages and suited for different network needs
How to Compare Two Objects in C#
Oct 03, 2024.
In this article, we’ll walk through how to create a generic method that can compare the objects of any class, even those with nested collections. We’ll break it down step by step so you can implement this in your projects effortlessly.
Graphical Matrix Representation
Sep 17, 2024.
Graphical Matrix Representation" refers to visualizing matrices in a graphical format, aiding in the understanding of complex data structures. This approach is widely used in fields like graph theory, linear algebra, and data visualization to represent relationships, networks, and adjacency matrices.
Passing Data to Java User Controls
Sep 04, 2024.
Learn how to efficiently manage data flow between your application's logic and user interface components, whether you're working with Java Swing, JavaFX, or custom UI controls. Ideal for developers aiming to enhance their Java applications.
Interface Re-implementation in C#
Aug 29, 2024.
This guide covers the principles of object-oriented programming, including inheritance and polymorphism, and demonstrates practical techniques for effective interface re-implementation and code refactoring.
Default Implementation in C# Interfaces
Aug 28, 2024.
This article details creating a `StringUtils` utility class in Java to centralize common string operations. It covers methods for checking if a string is alphanumeric with underscores or consists solely of letters, enhancing code organization and reusability.
How to Create a Custom Message Box in Windows Form Application
Aug 28, 2024.
Learn how to create a custom message box in a Windows Forms application using C#. This step-by-step guide covers everything from designing the message box to implementing it in your WinForms project.
Building a Dynamic Bank Deposit Management Interface
Aug 27, 2024.
This code creates a user interface for managing bank deposit methods using HTML, CSS, and JavaScript. It features toggle switches for different deposit types, radio buttons for selecting user roles, and AJAX functions for server communication.
Learn to Create a Simple Dialog Box in Blazor
Aug 27, 2024.
This guide covers designing and implementing a basic modal dialog using Blazor components and Razor pages, enhancing your web UI with interactive elements and user-friendly interfaces.
New Features in Grid Dataverse Dynamics 365 for 2024 Revealed
Aug 23, 2024.
Explore the latest advancements in Grid Dataverse for Dynamics 365 with our 2024 update. This release unveils dynamic enhancements designed to boost data management and user experience.
Implementing Pagination for Large Datasets in Java Web Applications
Aug 22, 2024.
This guide demonstrates how to implement pagination in a Java web application using JSP and Servlets. It covers setting up a data source, handling pagination logic in a servlet, and displaying data with pagination controls in a JSP page.
Understanding the Interface Segregation Principle (ISP) with C#
Aug 21, 2024.
Explore the Interface Segregation Principle (ISP) from SOLID design principles to ensure code flexibility and maintainability. ISP advocates for breaking down large, unwieldy interfaces into smaller, client-specific ones, reducing unnecessary dependencies. Learn how to apply this principle with practical examples in C#.
Understanding Adapter Design Pattern
Aug 16, 2024.
The Adapter Design Pattern is a structural pattern that allows incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces by converting the interface of a class into another interface clients expect.
Interactive UI using Streamlit: Python
Jul 31, 2024.
When you're building an app, one of the most important things is making sure it looks good and is easy to use. That's where an interactive user interface (UI) comes in. An interactive UI helps users understand how to use your app and makes it more enjoyable.
How to Show and Hide Password in AngularJS
Jul 25, 2024.
Implementing a show/hide password toggle in AngularJS enhances usability by allowing users to view or conceal their passwords. This involves creating an AngularJS component with a toggle feature, defining the module and controller, and applying basic CSS styling.
Create Interactive Dropdown Menus While Click Text Open Dropdown
Jul 25, 2024.
Learn how to create interactive dropdown menus that open when clicking on text. This guide covers essential techniques and code snippets for implementing dynamic dropdowns using HTML, CSS, and JavaScript.
How to Create Scrollable Screen?
Jul 25, 2024.
Learn how to create and manage scrollable screens in your project, enhancing user experience with full-screen scrolling. This guide covers adding and configuring scrollable screens, managing control alignment, and handling dynamic content like galleries.
Register Multiple Services with a Single Interface in .NET Core
Jul 23, 2024.
Registering multiple services with a single interface in .NET Core enhances flexibility and testability, allowing different implementations for various concerns, runtime configuration, and easy unit testing.
How To Use Chart.js in AngularJS?
Jul 23, 2024.
Integrate Chart.js with AngularJS to create dynamic data visualizations. Set up your AngularJS project, including Chart.js, and build various charts like bar, pie, line, stacked bar, and heat map using sample financial data. Customize the appearance and enhance your web app with interactive charts.
Fluent UI (Collection of UX Frameworks from Microsoft )
Jul 23, 2024.
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 platforms, supporting design consistency, accessibility, and high performance with various theming options and responsive designs.
Logging Patterns in ASP.NET Core 8
Jul 22, 2024.
In this article, we will explore the essential logging patterns in ASP.NET Core 8 to enhance your application's observability. Learn about basic, structured, and exception logging, along with best practices for effective log management.
Create Scrollable Screen in PowerApps
Jul 22, 2024.
Creating a scrollable screen is essential for enhancing user experience by allowing access to content that exceeds the viewport. This guide covers various methods to implement scrolling, including vertical and horizontal scrolling, using CSS, JavaScript, and popular frameworks.
Detailed Explanation of Builder Design Pattern in C#
Jul 22, 2024.
The Builder design pattern is a creational pattern used to construct complex objects step by step. It separates the object's construction from its representation, allowing for varied configurations and ensuring immutability.
The Rise of Mobile Malware
Jul 21, 2024.
The Rise of Mobile Malware" explores the increasing threats to mobile devices from malicious software. As smartphones become central to daily life, they attract cybercriminals targeting personal data, financial information, and privacy.
HashSet Class and TreeSet Class in Java Collections
Jul 19, 2024.
Explore the HashSet and TreeSet classes in Java Collections Framework. Learn how HashSet uses hashing for fast access and TreeSet maintains sorted order through a Red-Black tree.
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.
Effortless IoT Device Onboarding with Azure Device Provisioning Service
Jul 15, 2024.
Azure Device Provisioning Service (DPS) is a cloud-based tool that simplifies the onboarding of IoT devices to Azure IoT Hub. By automating registration, configuration, and security, DPS enables scalable, secure, and cost-efficient device management.
Learn About Angular Karma Test Cases Using GitHub Copilot
Jul 12, 2024.
Learn how to create and execute Angular Karma test cases using GitHub Copilot. Start by creating components and corresponding test files like device.ts and device.test.ts. Add functions such as pushToDevice and sendToBackend, then use Copilot to generate multiple test cases. Run tests with npm run test and view results in Chrome.
Interface Vs Abstract Class
Jul 10, 2024.
This article delves into the differences between interfaces and abstract classes in object-oriented programming. It explores their roles in languages like Java and C#, highlighting key concepts such as inheritance, polymorphism, and abstraction.
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.
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.
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.
Explicit Interface Implementation & default interface methods in C#
Jul 03, 2024.
In C# programming, interface members serve as blueprints that classes must follow when implementing functionality. When multiple interfaces declare members with the same names, naming conflicts can arise, necessitating careful management to ensure each member is correctly implemented for its intended interface.
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.
How to use the Abstract Factory Pattern in C# with the Interface Pattern
Jul 03, 2024.
Learn how these design patterns improve flexibility, scalability, and maintainability in software development by exploring the Abstract Factory Pattern and Interface Pattern in C# with Ziggy Rafiq. Become proficient in object-oriented design by taking advantage of practical examples and implementing them step-by-step.
Triggering UI Flows using Power Automate
Jul 02, 2024.
Explore various triggers for UI flows in Power Automate: Attended mode requires an active Windows session, while unattended mode runs on logged-out machines. Setup involves an on-premises data gateway and credentials.
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.
Set Interface and Map Interface in java.util Package
Jun 26, 2024.
The Set Interface and Map Interface within the java.util package are fundamental components of Java's Collections Framework. The Set Interface defines a collection that does not allow duplicate elements, offering implementations like HashSet, TreeSet, and LinkedHashSet.
Behind the Scenes of OWIN (Open Web Interface for .NET)
Jun 26, 2024.
OWIN is the acronym of Open Web Interface for .NET and it is a specification that provides to decouple web servers with web applications. This specification is an also open standard for all .NET ecosystems.
Real World Uses of Azure IoT Hub Device Twins
Jun 24, 2024.
Discover practical applications of Azure IoT Hub Device Twins in real-world scenarios. Explore how Device Twins facilitate remote device management, enable predictive maintenance, streamline firmware updates, and ensure efficient configuration management for IoT deployments.
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.
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.
What is VMware Workspace ONE?
May 30, 2024.
VMware Workspace ONE is a comprehensive digital workspace platform that integrates Unified Endpoint Management (UEM), identity management, and application management.
What is Alibaba Cloud Command Line Interface (Alibaba Cloud CLI)
May 28, 2024.
Alibaba Cloud CLI offers robust features for cloud resource management, allowing users to call the APIs of Alibaba Cloud using command lines, thus eliminating the need to log on to the console.
Internet Of Things (IoT), Data Analytics and AI services in Azure
May 24, 2024.
Azure provides robust IoT, Data Analytics, and AI services. IoT offerings include IoT Hub, Edge, and Central for device management. For data, utilize Stream Analytics, Data Lake, and Synapse. AI services encompass Machine Learning, Cognitive Services, and advanced analytics for comprehensive solutions.