Resources  
  • What is JSON Serialization and Deserialization in C# Mar 27, 2024. JSON (JavaScript Object Notation) has become a ubiquitous data interchange format, especially in web development. In C#, developers have multiple options for serializing C# objects to JSON and deserializing JSON strings back to C# objects
  • Important PySpark Import StatementsMar 21, 2024. PySpark, the Python API for Apache Spark, has gained immense popularity for its ability to handle big data processing tasks efficiently. In this article, we'll explore the top five import statements in PySpark and delve into their significance in building robust data processing pipelines.
  • Namespace for Authentication Routes in MVC and Its ImportanceMar 19, 2024. The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and authorization tasks.
  • Exploring Inter-Process Communication in WPF Using Named PipesMar 19, 2024. In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
  • Deploying a Windows Server Virtual Machine in Microsoft Azure Mar 17, 2024. To deploy a Windows Server Virtual Machine (VM) in Microsoft Azure, you'll configure various settings to create your virtual environment.
  • Handling JSON in C#Mar 16, 2024. C# provides seamless JSON handling with System.Text.Json. Easily parse JSON strings into C# objects and vice versa for efficient data manipulation.
  • How to Install Configure VPN on Windows ServerMar 14, 2024. This detailed guide offers step-by-step instructions on how to set up a VPN on Windows Server. Learn to set up a VPN on Windows Server 2019 efficiently. Understand the server's dual roles: client and host. Follow clear steps for installation and configuration. Simplify remote access and enhance security.
  • Managing Storage Spaces with File Server Resource Manager (FSRM)Mar 13, 2024. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • Creating Users and Groups Within an Organizational Unit on Windows ServerMar 12, 2024. Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
  • Complete Guide to Install Elasticsearch and Kibana on WindowsMar 12, 2024. In this article, I will provide a detailed, step-by-step guide on setting up Elasticsearch and Kibana on a Windows system. We'll begin by downloading the necessary files, and then proceed to installation and configuration on your local machine.
  • Installing File Server Resource Manager on Windows ServerMar 11, 2024. In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to classify files, set quotas on folders, and create reports monitoring storage usage.
  • Migrating ASP.NET Apps to Containers #2: Windows FontsMar 06, 2024. 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 migration process.
  • How to Do Distributed File System (DFS) In ServerMar 04, 2024. In this article, we will learn a distributed File System (DFS) as the name suggests, is a file system that is distributed on multiple file servers or multiple locations.
  • Implement and Configure Windows Defender Application Control (WDAC)Mar 01, 2024. Windows Defender Application Control is a security software application designed to protect devices, from malware and other harmful software. Its main purpose is to allow trusted applications to run on PCs.
  • How to Do Zone Transfer in Windows ServerMar 01, 2024. Zone transfer is a crucial process for synchronizing DNS zone data across multiple servers, ensuring all DNS servers responsible for a domain remain updated with the latest information. By following the step-by-step instructions outlined in the article, users can configure zone transfer between primary and secondary DNS servers effectively.
  • SendEmailFromTemplate to Send Emails to Unresolved AddressesFeb 28, 2024. This article delves into the process of streamlining communication in Dynamics 365 CE using Power Automate, specifically focusing on sending emails to unresolved addresses.
  • How to Install WDS in Server?Feb 26, 2024. This article provides a comprehensive guide on installing Windows Deployment Services (WDS) on Server 2019, detailing each step in the process.
  • Creating a Personalized Waiting Window in .NET 6, 7, 8 WPFFeb 26, 2024. A custom loader in a WPF (Windows Presentation Foundation) .Net 6,7,8 application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
  • Installing and Configuring XAMPP on Windows 11Feb 20, 2024. This article provides a comprehensive guide on installing XAMPP, the popular PHP development environment, on Windows 10/11. XAMPP includes Apache, MySQL, PHP, and Perl, making it a convenient solution for local development.
  • Rate Limits for Efficient Resource ManagementFeb 19, 2024. Rate limits are crucial for efficient resource management. Rate limits restrict the frequency of requests or actions within a defined timeframe, preventing system overload and ensuring fair resource distribution. It is essential for maintaining optimal performance and reliability in various computing environments.
  • How to Do Work Folder in Windows Server?Feb 19, 2024. Work Folders in Windows Server 2019 enable seamless synchronization of user files between devices, ensuring access to up-to-date data. Administrators can set up and manage Work Folders via Group Policy and Active Directory.
  • How to Manage Drive Space with Storage Sense in Windows 11?Feb 16, 2024. Storage Sense can automatically free up drive space for you by getting rid of items that you don't need, like temporary files and items in your Recycle Bin.
  • Create In-App Notifications in D365 Through Power Automate FlowFeb 07, 2024. Transform Dynamics 365 Communication Enable In-App Notifications effortlessly. Get real-time updates on leads, opportunities, and cases. Follow simple steps to activate a feature, create notifications with JavaScript, and enhance user engagement.
  • Multithreading in C#: Processes, Threads, and Performance OptimizationFeb 07, 2024. In this article, we will learn to Explore how threads are managed, synchronized, and executed at the kernel level, shedding light on the core mechanisms of concurrency and parallelism.
  • Create Cloud Architecture Diagrams in Python with Diagrams LibraryFeb 06, 2024. The Diagrams library by Mingrammer provides a Pythonic approach to creating cloud system architecture diagrams. It allows developers to define components and their interactions using Python code
  • How to Create Folder Redirection on ServerFeb 05, 2024. Under Microsoft Windows, the redirection is often performed by Group Policy, when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, changing library locations, or with tools such as Tweak UI. Disk quotas can be used to limit the amount of space taken up by users' special folders.
  • How to Do Account Lockout Policy on ServerFeb 05, 2024. An account lockout policy disables a user account if an incorrect password is entered a specified number of times over a specified period.
  • Perform CRUD Operations in Dynamics CRM Using PowerShellFeb 05, 2024. In this article, we will discuss how to perform CRUD operations in Dynamics CRM using Powershell. In this article, we will explore the potential of PowerShell in Dynamics CRM for seamless CRUD operations. Learn to connect, create, retrieve, update, and delete records, enhancing automation across various business processes for increased efficiency.
  • Local Storage System In the AngularFeb 02, 2024. Learn how to use Locostorage in Angular for efficient data storage. Create components, add a dropdown or button, and manage data in the localStorage with step-by-step instructions.
  • Creating Your First GUI with TkinterFeb 01, 2024. This beginner-friendly article will guide you through the basics of Tkinter, showing you how to create a simple, interactive window.
  • Top 5 CRM Systems In 2024Jan 31, 2024. CRM, or Customer Relationship Management, is a technology and strategy that businesses use to manage and analyze interactions with their customers and potential customers throughout the customer lifecycle. Here is a list of the top 5 CRM systems.
  • Sharing Data Gateway in Microsoft Fabric Portal with DemoJan 30, 2024. This article dives into how to share data gateway with users and resource groups in Microsoft Fabric. The Sharing Data Gateway in Microsoft Fabric Portal streamlines access and data transfer between on-premises and the cloud, promoting collaboration, optimizing resource usage, ensuring security, and enhancing scalability.
  • Stars Rating System with Dapper in .NET CoreJan 29, 2024. This tutorial teaches ASP.NET Core MVC web application development with controllers and views. Implementing a star rating system with Dapper in .NET Core involves several steps. First, you need to set up your database schema to store ratings.
  • How to Lock Windows 11 PC Automatically when you're AwayJan 24, 2024. Windows 11's Dynamic Lock feature automatically locks your device when you step away.
  • How to Create Virtual Machine in Azure PortalJan 23, 2024. Azure virtual machines (VMs) can be created through the Azure portal. This method provides a browser-based user interface to create VMs and their associated resources. This quickstart shows you how to use the Azure portal to deploy a virtual machine (VM) in Azure that runs Windows Server 2019.
  • The Term Oh-My-Posh Is Not Recognized as a Name of CmdletJan 22, 2024. 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.
  • Working with SQL Lite Database in Asp.NET Core Web API Jan 21, 2024. SQLite is a self-contained, serverless, and zero-configuration relational database management system (RDBMS). It is a lightweight, open-source, and embedded database engine that does not require a separate server process and operates directly on the client's device
  • How to Clean and Replace Corrupted Files in Windows 11Jan 17, 2024. The SFC process usually takes 5–10 minutes to complete, but it may take longer if the task is heavy. If the process takes longer than an hour, it may be stuck.
  • Building a Secure PHP MySQL Signup/Login Website with Email VerificationJan 15, 2024. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
  • Comparing Vertical Scaling and Horizontal Scaling in System DesignJan 11, 2024. Certainly! This article delves into the critical aspect of system design known as scalability, exploring two primary approaches: Vertical Scaling and Horizontal Scaling. Vertical Scaling involves enhancing the capabilities of a single server by adding more resources, while Horizontal Scaling achieves scalability by distributing the workload across multiple servers.
  • External Logging for APIs with SerilogJan 09, 2024. With Serilog, logging for APIs and Windows Services becomes an effortless endeavor. By configuring Serilog to use external logging sources, you ensure that your application's behavior is well-documented and can be easily analyzed.
  • What is Windows Sandbox?Jan 06, 2024. Windows Sandbox is an isolated environment that can be used to test Windows applications without changing your parent OS.
  • Registry Configuration for Launching Programs by File ExtensionsJan 03, 2024. Associating a specific program with a particular file type through registry configurations involves defining entries in the Windows Registry.
  • Handle Dropdown Mouse Actions and Windows Using Selenium C#Dec 26, 2023. This article will be helpful in understanding how to handle dropdowns and windows, plus different mouse action methods. In Html, the select tag is used to create the dropdown
  • Logging Brilliance in .NET Core Part 2 : Using of Serilog in Windows Service Dec 26, 2023. Learn to implement external logging in API and Windows Service using Serilog. This guide covers Serilog configuration, worker class setup, and package references, ensuring efficient information tracking with detailed examples.
  • Handling Frames, Windows Alert in playwrightDec 25, 2023. This article will help you to understand how to handle windows alerts and frames using playwright automation tool.
  • How to Plan for a Windows 365 Cloud PC Deployment?Dec 18, 2023. Securely stream your Windows experience including your personalized apps, content, and settings from the Microsoft Cloud to any device with your Windows 365 Cloud PC.
  • Handling Windows and Frames Using Selenium With JavaDec 18, 2023. This article will help you to understand how to handle windows and frames using selenium with Java. Selenium WebDriver session involves opening a window that is initially controlled by the WebDriver.
  • Create Your First Angular Using Angular CLI 17.0.6, Node: 20.0.1, npm 10.2.3 on WindowsDec 18, 2023. Create your first angular 17 apps using the steps. Explore building your first Angular 17 app with this guide, covering prerequisites, Node.js and TypeScript installation, and Angular CLI setup. Navigate the new features and unleash Angular 17's potential.
  • Handling Windows and Frames using Selenium With PythonDec 17, 2023. This article is for understanding how to handle windows and frames using selenium with python.
  • NodaTime Vs System.Datetime Types in .NetDec 13, 2023. This Article gives the comparison between NodaTime and System.datetime types in .NET. Discover the differences between NodaTime and System.DateTime in .NET, from handling time zones to serialization. Learn when to choose NodaTime for complex scenarios and how to implement it.
  • How to Remove Malicious Software in Windows 11Dec 11, 2023. Learn the proper and easy method to remove malicious software. Utilize Microsoft's Malicious Software Removal Tool with a step-by-step guide for effective scans. #Cybersecurity #MalwareRemoval
  • Active Directory Migration Fom Windows 2008 to Windows 2016Dec 11, 2023. Active Directory migration from Windows 2008 to Windows 2016
  • Networking Between Two Docker Containers in Window OSDec 11, 2023. Establish a Connection between two different containers on the same host using Docker. Docker container communication and networking strategies. It outlines the two primary methods for containers to communicate: through networking and sharing files on disk. The article details Docker's network types and explains the Docker network drivers, including Bridge, Host, Overlay, IPvLAN, and MACvLAN. Practical steps for creating .NET MVC and Web API applications, Dockerizing them, and establishing communication between Docker containers are also provided.
  • NodaTime Vs System.datetime in .NETDec 10, 2023. Noda Time and System.DateTime in .NET offers distinct approaches to date and time handling. Compare their features, immutability, time zone support, precision, and safety for your application's requirements.
  • System.Speech in .NET MAUIDec 06, 2023. Demonstration calling System.Speech .NET 8 in .NET MAUI. Explore the integration of voice functionality into .NET MAUI applications for WinUI devices using the System.Speech NuGet package. Enhance user interaction and accessibility with speech capabilities on Windows platforms.
  • Understanding Window Functions in PostgreSQLNov 30, 2023. In this article, we will learn how to use window functions in PostgreSQL, what are the different types of window functions, and how to write window function queries with examples.
  • How to Create OU and Users Create in ServerNov 29, 2023. Learn the seamless process of creating Organizational Units (OUs) and users in Windows Server 2019 Active Directory. Follow step-by-step instructions to manage your server's organizational structure and user accounts effectively.
  • How to Create a Windows Virtual Machine Using the MS Azure Portal?Nov 29, 2023. Embark on a journey into cloud computing's heart with Azure, Microsoft's powerhouse. This guide unveils the simplicity of creating a Windows virtual machine (VM) through the Azure portal. Uncover the flexibility and scalability that Azure brings to managing Windows workloads seamlessly.
  • Manually Install MySQL on Windows Without MySQL InstallerNov 27, 2023. The article details manual installation steps for MySQL on Windows, emphasizing configuration options via option files, service installation methods, and password management, offering insights into customizing and managing MySQL instances beyond the ease of a wizard-based installer.
  • How to Install DHCP Service in Windows Server?Nov 27, 2023. Learn how to install the Dynamic Host Configuration Protocol (DHCP) on Windows Server 2019. This step-by-step guide ensures a proper setup and understanding of DHCP service installation.
  • Power Automate: Multiple Users Participation Involved in Collaborative WorkflowNov 22, 2023. Power Automate: Multiple users Participation involved in a collaborative workflow.
  • How To Create A Windows Server 2019 OS In Hyper VNov 21, 2023. In this article, I going to show you how to create a Windows 2019 server O/S as a virtual machine in Hyper-V Manager
  • Bulkhead Pattern for Robust Software Systems in C#Nov 17, 2023. The Bulkhead Pattern in software architecture, inspired by ship bulkheads, involves segregating resources to contain failures and enhance system stability. In C#, it can be implemented for scenarios like thread pool isolation. The provided example uses SemaphoreSlim to limit concurrent service calls, preventing widespread issues if an external service fails.
  • What is Windows App?Nov 17, 2023. Windows App is a centralized hub that provides users with a unified experience across their Windows devices, cloud PCs, and remote applications
  • VS 2022 Reveals System.Runtime.CompilerServices.Unsafe VulnerabilityNov 15, 2023. The recent version of Visual Studio 2022 revealed a vulnerability in ASP.NET WebForms.while updating Windows on Patch Tuesday and releasing the latest version of Visual Studio 17.8 and .NET 8 LTS, I upgraded some legacy systems developed with ASP.NET WebForms, now utilizing C# 12. During this procedure, I encountered a significant problem thanks to a new feature of Visual Studio.
  • Difference Between Concurrency and Parallelism in C#Nov 09, 2023. The article you provided gives a comprehensive overview of the concepts of concurrency and parallelism and their relevance in C# programming. It highlights the distinctions between the two concepts and provides clear examples and use cases for each. The discussion of best practices and considerations for managing concurrency and parallelism effectively is a valuable addition, as it helps developers avoid common pitfalls and make informed decisions when implementing these concepts in their applications.
  • Kafka For Mere Mortals: Better compatibility with WSL2Nov 03, 2023. Install Kafka on Windows using WSL2 technology. This article explains the process of installing Kafka on Windows using WSL2 provides a clear and comprehensive step-by-step process. The explanation of the issues faced when attempting to install Kafka on plain Windows and the solution through the use of WSL2 is particularly helpful. Including the prerequisite for Windows 10 with build 19041 or higher is essential for readers to be aware of the compatibility requirements.
  • How to Set Up the Flutter Environment in Visual Studio Code on Windows SystemOct 30, 2023. This article will discuss about setting up Flutter on a Windows system is comprehensive and user-friendly. It covers the essential steps for installing Git, setting up the Flutter SDK, updating the system environment variables, installing Visual Studio Code, and integrating the necessary Flutter and Dart extensions. The inclusion of specific links to download Git, Flutter SDK, and Visual Studio Code enhances the practicality of the guide and simplifies the setup process for readers.
  • How to Integrate OpenAI With Azure Cognitive Search (Vector Search)Oct 27, 2023. This article explains about how one can use Azure Cognitive Search with OpenAI. Your article provides a detailed explanation of how to use Azure Cognitive Search in conjunction with OpenAI, emphasizing the role of each component. It covers several key steps for integrating these services, which can be beneficial for developers and data scientists.
  • How We Can Add Setup Project in Window Service?Oct 27, 2023. In this article, we will see how we can add a Windows services installer. You can combine your service with any required files, registry entries, and configurations into a single installation package using this installer. The setup project makes it easier to deploy your Windows service.
  • Optimizing File Security with Windows SandboxOct 26, 2023. Expert Tips for Utilizing Windows Sandbox to Enhance Downloaded File Security provides valuable insights on using Windows Sandbox, a built-in virtualization feature in Windows operating systems, to bolster security when handling downloaded files. The article offers expert guidance and best practices for leveraging this tool effectively. By isolating potentially harmful files in a secure, sandboxed environment, users can safeguard their systems from malware and other threats, making it an essential addition to any security-conscious individual or organization's cybersecurity toolkit. These tips empower users to safely analyze and execute files without risking their primary system's integrity, ultimately enhancing overall cybersecurity in an increasingly digital and interconnected world.
  • How to Create a Ticketing System using Power Automate?Oct 21, 2023. In this article, I'm explaining step by step How to Create a Ticketing System using Microsoft Lists & Outlook by Power Automate?
  • .NET Task Parallel Library vs System.Threading.ChannelsOct 18, 2023. Concurrency in modern software development is vital for applications to efficiently manage multiple tasks simultaneously. In the .NET ecosystem, developers have two powerful tools for concurrency: the Task Parallel Library (TPL) and System.Threading.Channels. This article provides a practical comparison of these tools, illustrating their usage and advantages.
  • Windows Functions in SQL ServerOct 17, 2023. Windows functions in SQL Server are a powerful set of functions that operate across a specific "window" of rows defined by the OVER() clause. These functions allow for computations and aggregations over this defined window, enabling analytical and statistical calculations without altering the overall result set. Commonly used functions include ROW_NUMBER(), RANK(), DENSE_RANK(), SUM(), AVG(), and COUNT(). These functions greatly enhance query capabilities, aiding in tasks such as ranking data, calculating running totals, and performing comparative analyses within specified partitions or orderings. They play a vital role in advanced SQL operations and reporting.
  • What are Temporal Tables in SQL Server?Oct 16, 2023. A temporal table, also known as a system-versioned temporal table, is a type of database table designed to track changes to data over time automatically. It accomplishes this without the need for complex custom code or triggers. Temporal tables are particularly useful in scenarios where you need to maintain a historical record of changes made to your data.
  • How To Create Window Service In .Net CoreOct 12, 2023. We are going to create Window Service with help of "Microsoft.Extension.Hosting (6.0)" And "Microsoft.Window.Extension.Hosting.WindowService" and others and step by step implementation
  • NServiceBus In .NET 7: Simplifying Distributed Systems CommunicationOct 11, 2023. NServiceBus in .NET 7: Simplifying Distributed Systems Communication
  • Simplify Dependency Injection In .NET 6 For Windows Forms DevelopmentOct 06, 2023. This article explains how to use dependency injection in .NET 6 Windows Form Application.
  • Simplify Your C# WinForms Development with the ControlHelpers ClassSep 27, 2023. "In this comprehensive tutorial, we explore the ControlHelpers class, a powerful tool for enhancing your C# WinForms application development. Learn how to streamline common tasks and improve the user interface of your WinForms applications effortlessly. We'll dive into the ControlHelpers class, its key features, and provide step-by-step examples on how to implement it effectively in your projects. Whether you're a beginner or an experienced developer, this guide will help you harness the potential of WinForms with ease."
  • Comapring .NET Standard vs .NET 6 vs .NET 6-WindowsSep 20, 2023. In this article, we delve into the ever-evolving .NET ecosystem, offering developers a wealth of options for crafting exceptional applications. Amid this diversity, it's easy to become overwhelmed by the array of .NET platforms and frameworks available. To aid your understanding, we present a thorough comparison of three pivotal concepts within the .NET realm: .NET Standard, .NET 6, and .NET 6-Windows. We explore their origins, distinctive features, advantages, and ideal use cases. Armed with this knowledge, you'll be better equipped to make an informed choice for your next project.
  • Webhooks in .NETSep 20, 2023. Explore webhooks in modern web applications. Learn what webhooks are, their benefits, and how to implement them in .NET with practical examples. Keep your systems in sync effortlessly.
  • Security ASP.net Core MVC (C#) Encryption and DecryptionSep 19, 2023. On the topic of "Security in ASP.NET Core MVC (C#): Encryption and Decryption," Ziggy Rafiq has written an insightful article. As Ziggy explores encryption and decryption techniques, he offers valuable insights for developers as well as security enthusiasts about how to secure web applications built on ASP.NET Core MVC.
  • Draggable Window with Telerik UI for BlazorSep 15, 2023. Creating a Draggable Window with Telerik UI for Blazor.
  • Access Windows PC using SSHSep 04, 2023. In this article, Will try to understand the accessing remote PC using ssh.
  • Exploring the Versatility of LinuxSep 04, 2023. 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 familiar Windows, the elegant macOS, and the intriguing Linux, it's essential to understand what makes each platform distinct. In this journey, let's delve into the fascinating world of Linux and explore how it distinguishes itself among the available choices.
  • Google Chrome Shortcut Keys for WindowsAug 27, 2023. This article will teach you about Google Chrome Shortcut Keys for Windows.
  • How to Upgrading Windows Server OS During Azure MigrationAug 24, 2023. Seamlessly transition your Windows Server OS while migrating to Azure using Azure Migrate. Safeguard settings, roles, and data while reducing planning duplication and risk. Elevate your migration process effortlessly.
  • Cloning Class Using System.Text.Json in .NET 8Aug 21, 2023. .NET 8 Preview 7 allows cloning internal properties
  • How to Install Grafana on Windows?Aug 14, 2023. Grafana is a powerful and popular open-source data visualization tool used to create stunning dashboards for monitoring, analyzing, and visualizing various metrics and time-series data.
  • Types of cyberattacksAug 01, 2023. Explore the world of cyber attacks, from web-based threats like phishing to system-based ones like viruses and worms. Stay vigilant against evolving cybersecurity challenges.
  • What are Functional Requirements? Jul 31, 2023. Functional Requirements of the system are a very critical part of the system in which we defined the overall functionality of the system. Functional Requirements define the behavior of the system means what the system should do Like, and Code Compiler should complete the Machine Code.
  • What are Essential Requirements and Accidental Requirements?Jul 28, 2023. Software Requirements Engineering is the systematic process of gathering, documenting, analyzing, and managing the requirements for a software system. It is a crucial phase in the software development life cycle as it lays the foundation for the entire software development process. The primary goal of requirements engineering is to understand and define what the software system needs to accomplish, how it should behave, and what constraints and limitations it must adhere to.
  • Building a DotCode Webcam Scanner in C++ for Windows 10Jul 26, 2023. The article shares how to build a DotCode webcam scanner from scratch using Dynamsoft Barcode Reader C/C++ SDK and OpenCV on Windows 10.
  • How .Net MAUI WorksJul 25, 2023. In this article, you will learn how to get started with .NET MAUI.
  • Implementing Pipeline Design Pattern using C#Jul 18, 2023. Learn about the Pipeline design pattern and its implementation using C#. Discover how this powerful pattern breaks down complex tasks into modular steps for efficient and maintainable code.
  • Automating Email Notifications using PnP PowerShellJul 11, 2023. Sending emails programmatically is a powerful way to automate notifications in various scenarios. In this blog post, we will explore how to leverage PnP PowerShell module to send emails seamlessly. Specifically, we will address the requirement of sending email notifications to site owners once a new SharePoint site is created.
  • How to Access AWS Systems Manager Parameter Store using Python?Jul 02, 2023. Learn how to access AWS Systems Manager Parameter Store using Python. Set up the project folder, install required packages, and retrieve parameter values using the boto3 library. Test the code to access parameter values from the Parameter Store.
  • System Sequence Diagram Used in Software DevelopmentJun 30, 2023. A System Sequence Diagram (SSD) is a UML (Unified Modelling Language) diagram used in software development to depict the interactions between an external actor and the system being developed. It illustrates the sequence of messages exchanged between the actor and the system to achieve a particular functionality or use case. Here's an example of how a System Sequence Diagram may look: 18.6 System Sequence Diagram: The system sequence diagrams are based on the “Unified Modelling Language” This diagram visualizes the use case against the canaries.
  • New Dev Home tool in WindowsJun 28, 2023. Let's explore the new tool in Windows oriented to developers.

About Windows-Operating-System

NA

OUR TRAINING