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]
Ashish Bhatnagar(5)
Aarav Patel(4)
Najath Risni(4)
Vijay Kumari(4)
Lokendra Singh(4)
John Godel(4)
Lakshan Sulochana Fernando (3)
Baibhav Kumar(3)
Vinoth Xavier(3)
Sangeetha S(3)
Mohamed Shifan(3)
Rinki (2)
Deepak Tewatia(2)
Emanuel Martins(2)
Manoj Kalla(2)
Dashrath Hapani(2)
Aakash Chhillar(2)
Ziggy Rafiq(2)
Praveen Raveendran Pillai(2)
Naveen Kumar(2)
Vivek Kumar(2)
Sardar Mudassar Ali Khan (1)
Mariem Moalla(1)
Ankit Mori(1)
Kaveendra Dhilhan(1)
Suryansh Shukla(1)
Akshay Amin(1)
Kiran Kumar(1)
Micheal Xavier A (1)
Gowtham Rajamanickam(1)
Prathap Reddy(1)
Sarthak Varshney(1)
Ck Nitin(1)
Gautam Singh(1)
Kautilya Utkarsh(1)
Rikam Palkar(1)
Shiv Sharma(1)
Vipul Malhotra(1)
Kanchana Jayathilake(1)
Mahesh Chand(1)
Vinay Ayinapurapu(1)
Arumilli Yamini(1)
Onkar Sharma(1)
George (1)
Pranshu Singhal(1)
Rama Dabburi(1)
Jefferson S. Motta(1)
Allen Oneill(1)
Shanuka Maheshwaran(1)
Arun Potti(1)
Gurpreet Arora(1)
Rajiv Singh(1)
Anoop Kumar Sharma(1)
Jithu Thomas(1)
Rupenkumar Anjaria(1)
Devesh Omar(1)
Keyur Pandya(1)
Lokesh Varman(1)
Ajay Kumar(1)
Darshan Adakane(1)
Sudhir Vaghela(1)
Resources
No resource found
Scanning Uploaded Files for Malware in .NET Applications
Sep 08, 2025.
Protect your .NET applications from malicious file uploads! This guide provides a comprehensive approach to scanning uploaded files for malware in ASP.NET Core. Learn how to implement a secure upload pipeline using ClamAV and Windows Defender, including quarantine, scanning, and safe storage.
Kickstart Your Cloud Career: A Beginner’s Guide to AZ-900 – Series 3
Aug 28, 2025.
Demystify cloud computing with this beginner's guide to AZ-900! Learn IaaS, PaaS, and SaaS models, their use cases, and shared responsibilities. Kickstart your cloud journey now!
Node.js API Rate Limiting Explained: Token Bucket & Leaky Bucket Techniques
Aug 20, 2025.
This article is about implementing rate limiting in a Node.js API. Learn the why and how, compare algorithms (fixed window, sliding window, token bucket, leaky bucket), and see working Express middleware examples (in-memory and Redis-backed) with best practices for headers, testing, and production hardening.
When to Use Generic vs Non-Generic Collections in C#
Aug 19, 2025.
Discover the differences between generic and non-generic collections in C#. Learn their impact on performance, type safety, and usability with examples, helping you choose the right collection for efficient development.
How to Create Taskpad in Windows Server
Aug 19, 2025.
In Windows Server, a taskpad within a Microsoft Management Console (MMC) is a user interface element that provides a focused way to access and perform specific tasks related to a particular scope node.
Setup Ollama with Open WebUI With Docker in Local Windows
Aug 12, 2025.
Ollama lets you run large language models like Llama 3 locally on your machine for privacy and speed. Combined with Open WebUI’s chat interface, it makes managing and interacting with AI models easy and user-friendly.
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.
How does a HashMap work internally in Java?
Aug 09, 2025.
A deep dive into how Java's HashMap works behind the scenes, including how hashing, buckets, and collision resolution work. This article also explores what happens when two keys have the same hashCode().
How Does Python Manage Memory?
Aug 08, 2025.
Dive into the internal memory management system of Python. Understand how Python allocates, tracks, and frees memory using techniques like reference counting, garbage collection, and memory pools.
MongoDB Cheatsheet: A Complete Guide for Beginners
Aug 08, 2025.
MongoDB is a flexible NoSQL database that stores data in JSON-like documents, supports powerful queries, indexing, aggregation, and scaling, making it ideal for modern, high-performance applications.
Fix Outlook Error CAA90063: Encrypted Server Response
Aug 07, 2025.
Facing Outlook sign-in issues? It may be due to AAD Broker Plugin cache, outdated updates, or token errors. Clear cache, update software, or use the SaRA tool to fix authentication problems quickly.
What are indexers in C#?
Aug 07, 2025.
Exploring indexers in C# is a powerful feature that lets objects behave like arrays. We'll explain the basics in simple language, compare them to properties, cover multiple examples including overloaded and multi-parameter indexers, and share real-world use cases.
How do I Migrate from .NET Framework to .NET 6/7/8?
Aug 05, 2025.
Migrating from the legacy .NET Framework to modern .NET 6, 7, or 8 can unlock massive performance, cross-platform support, and access to the latest tools. This guide walks you through a smooth and safe migration process, from assessment to completion.
Which to choose - Windows or Mac?
Jul 30, 2025.
In this article you will get a clear description of which is better for you, windows or mac, based on you interest, uses and budget.
Chapter 7: JavaScript Arrays and Objects: Storing Collections of Data
Jul 30, 2025.
This chapter explores JavaScript Arrays and Objects—powerful tools for managing data. Learn how to create, access, modify, and iterate over collections using various methods, loops, and modern techniques.
Collections in C#: From Arrays to Advanced Generics for Professional Developers
Jul 30, 2025.
This article provides a clear and practical overview of the most common C# collections, including arrays, lists, dictionaries, queues, stacks, and sets. It explains their key features and use cases with easy-to-understand examples of employee management.
Constructors and Finalizers in Java: From Object Creation to Efficient Cleanup
Jul 28, 2025.
Constructors are called whenever an instance of a given class is created. Finalizers are used to destroy the object created using constructors. A Constructor method is a special kind of method that determines how an object is finalized when created. They have the same name as the class and do not have any return type.
Microsoft Transforms Windows 11 into the AI-Powered PC Platform
Jul 23, 2025.
Windows 11, powered by AI, transforms everyday computing with smarter settings, creative tools, and real-time assistance—making work, play, and productivity seamless on next-gen Copilot+ PCs.
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.
How to Install Google Gemini CLI on Windows
Jul 09, 2025.
Learn how to quickly and easily install Google Gemini CLI on your Windows computer to harness Google's powerful AI directly from your command line.
Garbage Collection (GC) in .NET
Jul 05, 2025.
Garbage Collection (GC) in .NET is an automated memory management system that enables us to build reliable applications without constantly worrying about memory allocation and cleanup.
Combine Two Collections Without Duplicates in Power Apps Canvas App
Jun 27, 2025.
Learn how to combine two collections in a Power Apps Canvas App without duplicates using simple logic and functions like Collect, ClearCollect, and Distinct for clean, efficient data merging.
Meet the o3 Series Models: Smarter Tools for Reasoning and Problem Solving on Azure
Jun 24, 2025.
Microsoft has introduced a powerful range of AI models called the o3 series, designed to help with tasks that require deep thinking, reasoning, and advanced problem-solving.
Speed Up Docker Desktop: Latest Performance Upgrades
Jun 22, 2025.
Discover how Docker Desktop boosts speed on Mac, Windows, and RHEL with new virtualization, file syncing, and real-world dev performance gains.
Fixed Window vs. Sliding Window Rate Limiting in .NET
Jun 17, 2025.
Learn the difference between Fixed and Sliding Window Rate Limiting in .NET. Understand how each algorithm controls API traffic, prevents abuse, and suits different use cases like login or public endpoints.
Deploying an NFT Collection on Base: Step-by-Step
Jun 12, 2025.
Learn how to create, mint, and sell a full ERC-721 NFT collection on Base blockchain—a fast, low-cost Ethereum Layer 2—using Hardhat, OpenZeppelin, and IPFS in this beginner-friendly step-by-step guide.
Understanding Window Operations in Pandas
Jun 06, 2025.
Window operations are among the most powerful features in pandas for time series analysis and data manipulation.
How to Install and Configure SQL Server 2025 in Windows
May 22, 2025.
This articlee walks you through installing SQL Server 2025 on Windows, from system requirements to setup and configuration. Learn how to enable features, set authentication modes, and ensure your server runs smoothly ideal for beginners and advanced users alike.
Understanding Garbage Collection and Cyclic References in C#
May 20, 2025.
This article explores .NET memory management, focusing on how the garbage collector handles cyclic references, and how weak references and the `IDisposable` pattern help prevent memory leaks in C# applications.
Why Synthetic Data Is the Fuel of Next-Gen AI
May 15, 2025.
The impact of synthetic data on AI systems training and development is profound. It deals with privacy problems, repetitiveness, and expensive data sources.
AZ-900 Series 2: Kickstart Your Cloud Career
May 15, 2025.
Discover the key benefits of using cloud services like Azure, including high availability, scalability, reliability, security, and ease of management.
Kickstart Your Cloud Career: A Beginner’s Guide to AZ-900 – Series 1
May 09, 2025.
Cloud computing is the delivery of computing services—like servers, storage, databases, networking, software, analytics, and more—over the internet. Instead of owning and maintaining physical data centers or servers, organizations can access these resources on-demand from cloud providers.
✨ Designing User Experience with Precision: The Role of Prompt Engineering in Vibe Programming
Apr 30, 2025.
Vibe programming combines design and functionality, focusing on user experience and aesthetics. Clear prompts guide AI and developers to create polished applications with precise styling, enhancing usability and mood.
Horizontal List of Overlapping Images in MAUI [GamesCatalog] - Part 14
Apr 20, 2025.
Learn how to create a horizontal list of overlapping images in .NET MAUI for your GamesCatalog app! In Part 14 of this series, we’ll explore step-by-step how to design a smooth, modern UI using CollectionView and custom layouts. Perfect for game apps and cross-platform projects!
Understanding of Internet Information Services – Series I
Apr 16, 2025.
Get started with Internet Information Services (IIS) in this beginner-friendly series. Learn the basics of Microsoft's powerful web server, its features, its setup process, and how it supports hosting web applications on Windows.
Create Graph Windows Form - WInForm using .Net 8
Apr 16, 2025.
Learn how to create a bar chart in a Windows Forms App (.NET) using the Chart control. This step-by-step guide covers project setup, adding the chart control, configuring the chart area, and adding data points for visualization.
Introduction to IIS Site and Application Pool – Series II
Apr 16, 2025.
Learn the basics of Internet Information Services (IIS) by understanding two core components: Sites and Application Pools.
Deploying Web Apps in IIS – Step-by-Step (Series III)
Apr 16, 2025.
A hands-on walkthrough for beginners on how to deploy web applications or services in IIS, including setting up bindings, configuring application pools, and verifying deployments.
Mastering the New Era of C#: Exploring Advanced Features in C# 14
Apr 15, 2025.
C# 14 represents a polished and sophisticated leap forward in the language’s maturity. C# 14 refines the language with primary constructors, collection expressions, interceptors, and performance enhancements.
Docker: Install, Run, and Test Your First Container - DotNet Series
Apr 03, 2025.
Docker with .NET eliminates "It works on my machine!" issues! Learn how containers ensure consistency, efficiency & scalability across environments. Master Docker images, containers, Compose & more!
C# 14: Exploring New Language Features for Modern .NET Development
Apr 02, 2025.
In this article, I explore the most important features introduced in C# 14.0, including primary constructors in classes, collection expressions, enhanced pattern matching, and required members. I walk through how each of these additions simplifies code, improves performance, and promotes safer, more expressive development.
.NET, C# and Building AI-Integrated Windows Apps
Apr 01, 2025.
Artificial Intelligence (AI) is revolutionizing software development by enabling applications to analyze data, recognize patterns, and make intelligent decisions. Developers leveraging Microsoft’s .NET ecosystem and C# can seamlessly integrate AI into Windows applications, enhancing functionality.
Memory Management in .NET
Mar 31, 2025.
Memory management in .NET is handled by the Garbage Collector (GC), which automatically allocates and frees memory to optimize performance.
Enhancing SharePoint: New Features in Microsoft Lists Forms
Mar 27, 2025.
This article covers new features such as conditional branching, logo addition, support for additional field types, and more. Learn how these updates can streamline your workflow and improve the user experience.
Understanding HashSet in C#
Mar 20, 2025.
A HashSet<T> in C# is a collection that stores unique elements with fast lookups. It supports set operations like union, intersection, and difference while offering better performance than List<T> for searches.
Understanding Azure WebJobs
Mar 18, 2025.
Azure WebJobs enable running background tasks within Azure App Service, supporting various scripts and programs, including Python and C#. They can be triggered manually, on a schedule, or continuously. Notably, WebJobs are compatible with both Windows and Linux App Services.
Configuring Exchange Server 2016/2019 SMTP Relay
Mar 05, 2025.
This article is useful for IT administrators who need to set up and manage SMTP relays on Exchange Server.
What is Microsoft Copilot?
Feb 25, 2025.
Learn what Microsoft Copilot is and what is the difference between Github Copilot and Microsoft Copilot. You will see copilot everywhere if you’re using one or more Microsoft products.
Overview of HashSet in C#
Feb 14, 2025.
This article explains HashSet in C#, covering its functionality, differences from List, and usage in various operations like add, delete, search, and iteration.
Creating a ListView MAUI MVVM .NET 9 [GamesCatalog] - Part 2
Feb 14, 2025.
Create a MAUI .NET 9 project that displays game information using a ListView. Bind a ViewModel with an ObservableCollection of UIIGDBGame items, and design a clean UI using XAML, Grid, and custom styling for a game catalog.
Installing NVS on Windows Machine
Feb 03, 2025.
The article explains setting up NVS (Node Version Switcher) on a Windows 11 workstation. This article explains how to install and configure NVS (Node Version Switcher) on Windows to manage multiple Node.js versions efficiently. It covers step-by-step installation, resolving certificate issues, and selecting Node versions.
Understanding Garbage Collection
Jan 31, 2025.
Garbage Collection in C# automatically manages memory by clearing expired objects. It uses generations (Gen 0, 1, 2) for optimization. Dispose and Finalize handle resource cleanup, preventing memory leaks and enhancing performance.
Sum of Fibonacci Series Up to a Number N in Java with Code
Jan 20, 2025.
This article explains how to calculate the sum of Fibonacci numbers up to a given number \( N \) in Java, with step-by-step logic, code examples, and practical implementation details.
Print Fibonacci Series in Java Using Different Methods
Jan 17, 2025.
This article explores four methods to generate the Fibonacci series in Java: iteration, recursion, dynamic programming (memoization), and Java streams, offering optimized, modern, and functional approaches for various scenarios.
Sorting Array in Ascending and Descending order in Java
Jan 09, 2025.
Learn to sort arrays in Java using built-in methods like `Arrays.sort()` for ascending order and `Arrays.sort()` with `Collections.reverseOrder()` for descending order, complete with examples and explanations.
How to Set Up the Java Path on Windows
Dec 27, 2024.
The topic "How to Set Up the Java Path on Windows" covers the essential steps needed to configure your system so that Java commands can be run from anywhere in the command line.
How to Run a Java Program on Windows?
Dec 26, 2024.
This guide walks you through the process of writing and running a simple Java program on a Windows computer. It covers the installation of the Java Development Kit (JDK), setting up your environment, writing a basic Java program (a car simulation), and compiling and running the program using Command Prompt.
Check Armstrong Number in Different Ways Using C#
Dec 26, 2024.
In this article, we will create a program in C# to check if the entered number is an Armstrong number or not. Explore various methods to check Armstrong numbers in C#, including while loops, for loops, recursion, LINQ, and finding numbers within a range.
Remove IIS Log Files (2) --- Automation by Windows Task Scheduler
Dec 17, 2024.
This article is to discuss Automation by Windows Task Scheduler
Create Worker Service and Deploy as Windows Service .NET Core
Dec 04, 2024.
In this article, we will learn how to create a .NET Worker Service in Visual Studio, configure it as a Windows Service, and manage it using commands for seamless background task execution.
How to Hide Files on Windows?
Nov 29, 2024.
Learn how to hide files on Windows to protect your data and maintain privacy. This guide covers simple steps to conceal files or folders using built-in Windows features like File Explorer and hidden attributes.
How to Configure Azure Cloud Backup Service to Windows 11
Nov 28, 2024.
This article guides you through configuring Azure Cloud Backup Service on Windows 11. It covers the entire process from creating a resource in the Azure portal to setting up backup with the MARS agent.
Advanced C# 13 and .NET 9 Features for Expert .NET Engineers
Nov 22, 2024.
With this guide, you will learn about enhanced pattern matching, static abstract members, Native AOT, and much more in C# 13 and .NET 9. Written by Ziggy Rafiq, this is the best resource for experienced .NET Software Engineer Leads.
Setup .NET Core on Windows Server with IIS Migration
Nov 21, 2024.
This guide covers the installation of software required for .NET Core on Windows Server and the process of configuring IIS for hosting .NET Core applications.
Install and Enable IIS Express on Windows 11
Nov 16, 2024.
Learn how to install and enable IIS Express on Windows 10/11. Follow simple steps to download, install, and activate IIS Express for hosting web applications on your system.
.NET 9 : Params Collections
Nov 15, 2024.
In .NET 9 the params keyword has been extended to support not only arrays but also other collection types like ReadOnlySpan<T> and IEnumerable<T>. This enhancement offers greater flexibility and potential performance improvements.
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.
Deploying ASP.NET Core 9 Application on IIS
Nov 14, 2024.
Learn how to publish ASP.NET Core 9 applications on IIS. This guide covers key steps such as setting the correct target framework, configuring IIS settings, handling common errors like 503, and using the app_offline.htm file for maintenance mode.
Windows Shortcut keys for Working in Android Studio
Nov 11, 2024.
This guide covers the most useful shortcuts for coding, navigation, and debugging in Android Studio. Learn how to speed up your workflow and work more efficiently with these simple keyboard shortcuts for developers.
Exploring the New T-SQL Enhancements in SQL Server 2022
Oct 31, 2024.
In this article we will explore the powerful new T-SQL enhancements in SQL Server 2022, including features like DATE_BUCKET, DATETRUNC, and IS DISTINCT FROM, designed to simplify data handling and optimize performance for modern data needs.
Windowing Enhancements New T-SQL Enhancement in SQL Server
Oct 29, 2024.
SQL Server 2022 introduces advanced T-SQL features, enhancing window functions, aggregations, and NULL handling. New options like the WINDOW clause and IGNORE NULLS optimize complex data queries, reduce code duplication, and improve readability.
Using Azure AI for Time Series Forecasting: Best Practices & Use Cases
Oct 10, 2024.
Time series forecasting in Azure AI leverages machine learning and deep learning to predict future trends, enhancing decision-making across sectors like retail, manufacturing, energy, finance, and healthcare.
How to Install VMware Workstation on Windows 11
Oct 09, 2024.
VMware Workstation is a powerful virtualization software that allows users to run multiple operating systems on a single computer simultaneously. Ideal for IT professionals and developers, it enables testing software, learning new systems, and application development within isolated environments.
How to Deploying Azure Virtual Desktop (AVD or WVD)
Oct 07, 2024.
Learn how to deploy Azure Virtual Desktop (AVD), formerly known as Windows Virtual Desktop (WVD), with this comprehensive guide. Explore essential steps for setting up a virtual desktop infrastructure, including configuration, management, and security best practices.
Fibonacci Series : Recursion, Memoization, and Optimal Approach
Oct 01, 2024.
The Fibonacci series is a mathematical sequence starting with 0 and 1, where each subsequent number is the sum of the previous two. This article explores three methods to compute Fibonacci numbers in C#: recursion, memoization, and an optimal iterative approach.
Check which process deleted the files on Window
Sep 28, 2024.
Enable event logging to identify the process causing deletion operations. Set up folder auditing by adjusting security properties, adding auditing entries, and running AuditPol commands.
How to Download and Install the .NET Developer Framework?
Sep 23, 2024.
Microsoft .NET Framework is a Windows-only version of .NET used to build client and server applications. To install it, visit the .NET downloads page, choose the required version, download the executable file, agree to the license terms, and install. Restart your PC to use the framework in Visual Studio.
Using C# 12 with Clean Code Practices
Sep 21, 2024.
Learn how to write cleaner, more maintainable code with C# 12 features such as primary constructors and improved pattern matching. This article explores practical examples and tips for applying clean code practices with C# 12.
Exploring the Performance Boosts in .NET 9
Sep 20, 2024.
.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/3 support for improved network performance.
Learn Sliding Window Technique
Sep 19, 2024.
The Sliding Window Technique is an efficient method for solving problems involving subarrays or substrings. It uses a "window" that slides across the data structure, allowing for dynamic adjustments in size.
Web Scraping using BeautifulSoup in Python
Sep 03, 2024.
Discover the basics of web scraping, HTML parsing, and how to extract data from websites efficiently. Ideal for beginners and professionals, this tutorial walks you through the process step by step with examples.
Working with Form Objects in JavaScript
Aug 28, 2024.
This HTML document features a user input form that collects first name, last name, email address, and comments. JavaScript functions validate these inputs to ensure fields aren't blank and the email is properly formatted. Valid data is displayed in a new window for user review before final submission.
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.
Intalling Windows Server 2025 Preview on VMware ESXi
Aug 23, 2024.
Learn how to set up a virtual machine, configure ESXi settings, and optimize your server for the latest Windows Server version. Ideal for IT professionals and system administrators looking to explore new features.
How To Upgrade Windows 11 System Files?
Aug 23, 2024.
Learn how to safely update essential OS components, enhance system performance, and ensure your PC runs smoothly. Whether you're fixing issues or improving functionality, our guide simplifies the process for all users.
Python Data Types and Collections
Aug 22, 2024.
Explore Python's essential data types and collections in this comprehensive guide. Learn about fundamental types like integers, floats, and strings, as well as advanced collections such as lists, tuples, dictionaries, and sets.
Brief Overview of Collection Types in C#
Aug 20, 2024.
Learn how each collection type is used in C# programming for efficient data storage and manipulation. Perfect for beginners and developers looking to strengthen their .NET skills.
Deploy Internet Information Services (IIS) on Windows Server
Aug 12, 2024.
Internet Information Services (IIS) is a Microsoft web server on Windows Server, used to host and manage websites and web applications. It supports various web technologies like HTML, ASP.NET, and PHP, offering features for security, performance, and scalability.
Understanding the NTILE Window Function in SQL
Aug 07, 2024.
Understanding the NTILE Window Function in SQL" delves into the NTILE function, a powerful SQL tool used to divide result sets into a specified number of roughly equal groups.
Running PowerShell Inside Docker Container
Aug 06, 2024.
This approach leverages the flexibility of Docker and the powerful scripting capabilities of PowerShell, facilitating cross-platform development, streamlined deployments, and efficient DevOps workflows.
Host-Named Site Collections in SharePoint
Aug 02, 2024.
This article explains host-named site collections in SharePoint, detailing their advantages, limitations, and the process for creation. Host-named site collections provide unique DNS names, facilitating multi-tenancy and scalable web applications.
Understanding ROW_NUMBER() in SQL Window Functions
Aug 02, 2024.
ROW_NUMBER() is a window function in SQL that assigns a unique number to each row within a partition of a result set. It’s useful for ranking, removing duplicates, pagination, and selecting the top N per group. Use PARTITION BY to group rows and ORDER BY to sort them within each partition.
Windows Deployment with Ansible Manual and Automated Install
Aug 01, 2024.
This guide explains how to streamline Windows system deployment using a prepared Windows image and Ansible. Learn to create a base Windows image, generalize it with Sysprep, capture it, and then automate software installations using Ansible.
How to Repair Corrupted System Files in Windows 11?
Jul 29, 2024.
When you refer to "Repair Any Corrupted System File in The Current Image," you're likely talking about using built-in Windows tools to repair system files
The AbstractList Class and ArrayList Class in Java Collection
Jul 29, 2024.
The AbstractList class in the Java Collections Framework provides a skeletal implementation of the List interface, enabling developers to create custom list implementations with ease. It offers default implementations for some list operations, allowing focus on specific aspects of the custom list.
Understanding Iterators in C#
Jul 28, 2024.
In this article, we will Understand key concepts, such as iterator methods and custom iteration patterns, and enhance your C# programming skills with practical examples and tips.
How WaaS simplifies OS Deployment in M365
Jul 26, 2024.
In this article we will look at how Microsoft's approach of Windows as a Service (WaaS) in Microsoft 365 (M365) is providing and maintaining the Windows operating system. Also we will look at components of WaaS and how are they served to users.
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.
Understanding flatMap in Java
Jul 23, 2024.
The flatMap operation in Java is a powerful tool for transforming and flattening collections. Learn about Java's `flatMap` operation in this article, which maps each element to a stream and flattens them into a single stream. Ideal for handling nested collections and complex data transformations.