Resources  
  • System.Drawing.Drawing2D Namespace in C#Dec 14, 2010. The System.Drawing.Drawing2D namespace provides advanced two-dimensional and vector graphics functionality. The following table lists some of the important classes in theSystem.Drawing.Drawing2D namespace, and their descriptions.
  • 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.
  • Exploring the Pen Input Control in Power AppsMar 15, 2024. In this article, we will explore the Pen Input Control in Power Apps" which delves into the innovative realm of digital creation. Discover how Power Apps, with its pen input feature, revolutionizes user interaction and unleashes creative potential.
  • 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.
  • 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.
  • 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.
  • 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
  • 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.
  • 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.
  • 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
  • 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.
  • 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.
  • 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.
  • Power Automate: Multiple Users Participation Involved in Collaborative WorkflowNov 22, 2023. Power Automate: Multiple users Participation involved in a collaborative workflow.
  • 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.
  • 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.
  • 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 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.
  • 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.
  • NServiceBus In .NET 7: Simplifying Distributed Systems CommunicationOct 11, 2023. NServiceBus in .NET 7: Simplifying Distributed Systems Communication
  • 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.
  • 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.
  • Drawing the Indian Flag Using Python: A Creative Coding ProjectAug 25, 2023. This article discusses a creative coding project that involves programming the drawing of the Indian flag using Python. It provides a step-by-step guide and code explanation to help readers recreate the flag using Python's graphics capabilities.The article begins by introducing the concept of creative coding and its application in creating visual artworks with the help of programming languages like Python. It then dives into the step-by-step process of drawing the Indian flag.
  • Cloning Class Using System.Text.Json in .NET 8Aug 21, 2023. .NET 8 Preview 7 allows cloning internal properties
  • 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.
  • 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.
  • 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.
  • Drawing a Heatmap Using D3.jsJun 27, 2023. Heatmaps are powerful visual representations that can help us analyze and understand patterns in data. They provide a graphical representation of data where the values are represented by colors. In this article, we will explore how to create a heatmap using D3.js, a popular JavaScript library for data visualization.
  • Hello World in RUST Jun 14, 2023. Hello World in Rust: A Journey into Safe and Efficient Systems Programming.
  • Efficient Directory Monitoring Techniques for Windows 10 with C# and .NET Core 7May 26, 2023. Learn how to monitor a directory in Windows 10 using C# and .NET. This guide will walk you through the different approaches and techniques for monitoring directories and the process of implementing a directory monitoring system that allows you to track file changes and take action programmatically.
  • AWS Service - Booking System ArchitectureMay 23, 2023. In this article, we are going to look at a ticket booking system using AWS architecture
  • How to Use Packages and Crates in RustMay 16, 2023. Introduction of Packages and Crates.
  • Singleton Design Pattern Evolution and implementation C#May 03, 2023. Learn how to implement the Singleton Pattern in C# and its evolution through four different approaches.
  • Exploring The Key Components Of .NET - CLR, CTS, And CLSApr 06, 2023. The article explores the three key components of the .NET Framework: the Common Language Runtime (CLR), Common Type System (CTS), and CLS
  • AWS Systems Manager (SSM) Parameter Store In .NET 3.1 Web APIMar 16, 2023. Grab all the AWS Systems Manager (SSM) Parameter store in .NET 3.1 Web API and use them in entire project through Configuration
  • Simplifying Flutter App Development with GetX's Dependency Injection SystemFeb 24, 2023. Managing dependencies is essential to building maintainable and scalable code in Flutter applications. A dependency injection (DI) solution like GetX can make this process much more efficient and effective than Flutter's essential dependency management tools.
  • Learn About UMLFeb 08, 2023. Unified Modeling Language - UML is a language modeling for software business.
  • 25 Powerful Points To Understand System DesignJan 17, 2023. 25 Powerful points to understand System Design that can help in system design interviews.
  • Using System.Speech With .NET 7Jan 16, 2023. In this article, you will learn how to use System.Speech for .NET 7 using Extensions.
  • Kafka OverviewDec 26, 2022. In this article, you will learn about Kafka.
  • F#'s System.Char Type BasicsDec 19, 2022. This article introduces the char type using the F# language. It focuses on the char type declaration, and character escape sequences and shows how to represent a numerical value on the char types.
  • Top 11 Types Of Cyber Attacks Hackers UseDec 02, 2022. In this article, you will learn about types of Cyber Attacks - Web based attacks and System based attacks.
  • Simple Architecture DesignOct 18, 2022. This page gives a brief idea about how to design a system.
  • Understanding Design PatternsOct 18, 2022. In this article, you will learn about Design Patterns.
  • What Are System Variables In Automation AnywhereSep 13, 2022. In this article, you will learn what are System Variables in Automation Anywhere.
  • System Group Of Actions In With Desktop Flow Using Microsoft Power AutomateJul 12, 2022. Reading this article, you can learn how to perform a variety of tasks in System group of actions like Perform a variety of tasks in a Windows environment and retrieve information from the system, Ping action, If process action, Run application action, Terminate process action in Desktop flow using Microsoft Power Automate.
  • Complete Signup-Login System Using Dependency Jul 11, 2022. To design a complete signup-login system using a dependency with the dashboard from the beginning.
  • Communicating With Remote Systems Using UDPMay 27, 2022. By now, we know about specifying an Internet destination with the help of the instances of InetAddress class, but the question is how can you communicate with the remote systems? The problem is solved in several ways through java.net package.
  • Replication In Distributed Real Time Database SystemMay 13, 2022. Replication Techniques for increasing the performance of Distributed Real Time Database System.
  • Developing A Simple Screensaver Console Application In CApr 22, 2022. A Screensaver is a simple console application. Earlier when keypad phones used to rule the market, there happened to be a feature that was called screensaver which during idle mode used to get activated quickly.
  • Understanding The Workflow Of NFT SystemsApr 14, 2022. In this article, you will learn about the Workflow of NFT systems.
  • A Simple Dummy File Security System Using C LanguageMar 21, 2022. A File Security System is a console application that can be used to prevent unauthorized access to a file. It prompts the user to enter a password before he/she can access the particular file. The System, if the password entered is correct, Opens the file in reading mode and displays the characters of the file on the screen. However, if the entered password is incorrect the system will display a message and immediately exit itself.
  • Some System Columns Cannot Be DeletedMar 16, 2022. In this article, we will go through the use case and how to remove the system column from the SharePoint site conent types.
  • Architecture And Services Provided By The Operating SystemMar 14, 2022. Kernel, command processor, shell and graphical user interface (GUI) are the main components of OS. Kernel: Kernel is known as the control module of an OS. The main working of kernel in the OS is that, to decide which part loads first in the processor and which remains in the main memory. In simple words, kernel decides which process should be allocated to the processor to execute first and which process to be kept in the main memory to be executed next. All this is happens, because kernel is present in the memory due to which the size of kernel is small as much as possible. Kernel is responsible for providing all the essential services which are required by other parts of the operating system and user applications.
  • How To Work With File System Module In Node.jsFeb 16, 2022. In this article, we will learn about the File System module in Node.js.
  • Running ASP.NET Core In Linux System(Alpine Linux Distribution) Using DockerFeb 09, 2022. In this article, you will learn how to run Asp.net Core In Linux system(Alpine Linux Distribution) using docker.
  • AWS Secrets Manager Vs Parameter Store (Systems Manager)Feb 02, 2022. In this article, you will learn about AWS Secrets Manager Vs Parameter Store.
  • Managing Files On GitHub Using Git Bash In Real-Time Scenario - Removing A Specific File From Pull RequestJan 14, 2022. We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull request. After then it will be merged to main branch.
  • Docker Installation In Windows System Through Oracle Virtual BoxJan 10, 2022. How to install docker in windows system through oracle virtual box.
  • Understanding CAP TheoremJan 06, 2022. In this article, you will learn about CAP Theorem in distributed computing.
  • How To Access Parameters From AWS Systems Manager Parameter Store In .NET 6 Web APIJan 05, 2022. In this article, you will learn how to access parameters from AWS Systems Manager Parameter store in .NET 6 Web API.
  • How To Install Multiple Versions Of Angular On The Same SystemDec 21, 2021. How to Install multiple versions of Angular on the same system?
  • Deserialize JSON Format In An ASP.NET GridView Using System.Text.Json LibraryDec 06, 2021. In this article, you will learn about the best way to deserialize JSON format in an ASP.NET GridView using System.Text.Json library.
  • News Feed System DesignSep 29, 2021. In this article, you will learn about News Feed System Design.
  • Step By Step Installation Of Microsoft SQL Server On Windows SystemSep 26, 2021. In this article, we are going install Microsoft SQL Server on windows machine step by step. In this tutorial, we are going to use SQL Server 2019 Developer edition and Windows Server 2019.
  • Understanding Database Management Systems Sep 20, 2021. In this article, you will learn about Database Management systems.
  • Alerting In Prometheus With AlertManagerJul 15, 2021. In this article, you will learn about Alerting in Prometheus with AlertManager.
  • Instrumenting ASP.NET Core Application for exporting metrics to PrometheusJun 27, 2021. In this article we will try to create a ASP.NET Core application and enable the application to export some metrics to the Prometheus server for monitoring
  • How To Check If Your System Is Ready For Windows 11Jun 27, 2021. This content provides an introduction to Windows 11, highlighting its key features, minimum system requirements, compatibility testing process, availability details, and useful links for further information.
  • Cloud Applications Architecture - Building Resilient Systems In Optimized CostsJun 17, 2021. This article discusses about responsibilities of a cloud architect, cloud design pattern and cloud building blocks. Optimization strategies to minimize costs in cloud and automation are also discussed.
  • Managing Files On GitHub Using Git Bash In Real-Time Scenario - Know About GitHub ReviewerMay 28, 2021. We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull request. After then it will be merged to main branch.
  • Managing Files On GitHub Using Git Bash πŸ“₯πŸ“€ In Real-Time Scenario - Owner Uploads Project In GitHub RepoMay 25, 2021. We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull request. After then it will be merged to main branch.
  • Lets Know About Team In GitHub πŸ“₯πŸ“€ In DetailsMay 22, 2021. Teams are groups of organization members that reflect your company or group's structure with cascading access permissions and mentions. Organization owners and team maintainers can give teams admin, read, or write access to organization repositories.
  • Let's Learn About GitHub Projects πŸ“₯πŸ“€ In DetailMay 21, 2021. We can now implement GitHub Projects at the Organization level. All users in the Organization will have access to its Projects, so we and our team can plan and manage work across repositories.
  • Steps To Create And Configure Organizations In GitHub πŸ“₯πŸ“€ In DetailsMay 20, 2021. Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once. Owners and administrators can manage member access to the organization's data and projects with sophisticated security and administrative features.
  • Let's Learn About Git Default Branch πŸ“₯πŸ“€ In DetailMay 11, 2021. In this article, I will describe the below-mentioned points in detail, what is git default branch, use of git default branch, how to change the git default branch, check git default branch using Git Bash.
  • A Fully ACID NoSQL Database System May 10, 2021. In this article, you will learn how and why RavenDB works as a fully ACID NoSQL database system.
  • Steps To Ignore Files Using Gitignore πŸ“₯πŸ“€ In DetailsMay 08, 2021. We will discuss the steps to ignore files without committing to Git or GitHub and how to use the .gitignore file. Explore detailed steps to exclude specific files or directories, enhancing version control clarity and efficiency.
  • Let's Learn About Merging The Git Branches πŸ“₯πŸ“€ And Create Pull Request In DetailsMay 07, 2021. Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, collaborate with teams, and streamline your development workflow using platforms like GitHub, Bitbucket, or GitLab.
  • Git vs GitHubMay 06, 2021. In this article, we will try to understand what is version control system (VCS), what is distributed version control system (DVCS), what is centralized version control system(CVCS) and git commands.
  • Let's Understand About Git Branches πŸ“₯πŸ“€ And Its Real Time UsesMay 05, 2021. Git branch is nothing but the copy of source code. So, that way a developer can easily find the source code, by whom it was written, and using what language and it can be tracked easily.
  • Let's Know About Git Branches πŸ“₯πŸ“€ And How To Implement ItMay 04, 2021. Git branches are effectively a pointer to a snapshot of your modifications. So, Instead of copying files from directory to directory, Git stores a branch as a reference to a commit.
  • Steps To Initialize A Git Repository And Push The Changes To GitHub πŸ“₯πŸ“€ In DetailsApr 30, 2021. In this article, we will learn how to initialize a Git repository and push the changes to GitHub. Also, we will learn how to add multiple files to a staging area with a single command and commit.
  • Let's Understand How Git Maintains History Of Version Or Commit Ids πŸ“₯πŸ“€ With DetailsApr 28, 2021. In this article, you will Delve into Git's intricate versioning system, uncovering its robust method of tracking changes through commit IDs and the underlying mechanisms of branch management and repository history, unraveling the intricacies of version control in detail.
  • Steps For Configuring Git πŸ“₯πŸ“€ With DetailsApr 23, 2021. Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit changes, and push or pull code. Utilize branches for parallel development and merges for integrating changes.
  • Introduction To Git πŸ“₯πŸ“€Apr 20, 2021. An introduction to Git: a powerful version control system for tracking changes in code projects. Git facilitates collaboration, tracks history, and manages changes through commits, branches, and merges, empowering efficient and organized development workflows.

About System.Drawing.Drawing2D

System.Drawing.Drawing2D

OUR TRAINING