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
  • Exploring .NET 6's MinBy() and MaxBy() Extension MethodsMar 22, 2024. In this article, I will demonstrate the exciting new additions to LINQ extension methods introduced in.NET 6: MinBy() and MaxBy(). Let's explore how these powerful methods simplify code, providing efficient solutions for selecting extreme values within a generic sequence.
  • 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.
  • 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.
  • Leveraging Compiled Queries for Enhanced Performance in LINQMar 09, 2024. Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution plan, compiled queries improve the performance of frequently executed or complex queries in C# applications.
  • Misconceptions About the Four LINQ methodsMar 09, 2024. Misconceptions about the four LINQ methods. Single(), SingleOrDefault(), First(), and FirstOrDefault(). This article addresses misconceptions surrounding four LINQ methods—Single(), SingleOrDefault(), First(), and FirstOrDefault(). Clarifying differences and potential pitfalls helps prevent null references and invalid operator exceptions in code.
  • 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.
  • What is New in .NET 9Mar 04, 2024. .NET 9, succeeding .NET 8, places particular emphasis on cloud-native applications and enhancing performance. It will receive standard-term support (STS) for 18 months.
  • 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.
  • Why we should learn C#?Feb 26, 2024. This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability for modern development needs.
  • 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.
  • Sorting Arrays in C#Nov 24, 2023. This article guides us through sorting arrays in C# using the Array.Sort() method and LINQ queries. It covers both ascending and descending orders, providing code snippets for clarity.
  • 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
  • Understanding LINQ in C#: Query Syntax and Method SyntaxOct 03, 2023. This article is an informative and in-depth exploration of LINQ (Language Integrated Query) within the context of C#, a widely used programming language in the software development industry. The guide delves into both the query syntax and method syntax aspects of LINQ, providing readers with a thorough understanding of how to effectively use LINQ to query and manipulate data in C# applications.
  • 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.
  • Understanding LINQ in .NETSep 11, 2023. LINQ, or Language Integrated Query, is a powerful feature in the .NET framework that simplifies data querying and manipulation in C# and VB.NET applications. It provides a uniform and SQL-like syntax for querying data from various sources, including in-memory collections, databases, XML, and more.
  • 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.
  • Exploring the Diverse Flavors of LINQ with ExamplesAug 22, 2023. LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and manipulate data without worrying about the underlying data source, whether it's an in-memory collection, a database, or XML
  • Cloning Class Using System.Text.Json in .NET 8Aug 21, 2023. .NET 8 Preview 7 allows cloning internal properties
  • Using the OrderBy and OrderByDescending Operator in LINQAug 08, 2023. Using the OrderBy and OrderByDescending Operator in LINQ: Sorting Collections
  • 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.
  • Learn About Programming Logic And LINQJul 25, 2023. In this article, you will learn about the basics of programming logic.
  • 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.
  • EF Core in .NET 7 APIJul 13, 2023. Using EF Core in .NET 7 API
  • C# LINQ With Select and SelectMany OperatorJul 10, 2023. C# LINQ with select and select many operator
  • 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.
  • LINQ MethodsJun 16, 2023. Linq Methods
  • Hello World in RUST Jun 14, 2023. Hello World in Rust: A Journey into Safe and Efficient Systems Programming.
  • Difference between IQueryable, IEnumerable, IList and ListJun 12, 2023. when to use what IQueryable, IEnumerable, IList and List
  • 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.
  • LINQ (Language Integrated Query) Jan 31, 2023. In this article, you will learn about LINQ (Language Integrated Query).
  • 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.
  • Find Blank Column Using LINQ In UiPath Jan 03, 2023. In this article, you will learn how to find blank column Using LINQ in UiPath.
  • 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.
  • Difference Between Single Vs SingleOrDefault And First Vs FirstOrDefaultNov 28, 2022. In this article, you will learn about the Difference Between Single Vs SingleOrDefault And First Vs FirstOrDefault.
  • Reverse Words In A String In C#Nov 07, 2022. Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
  • 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.
  • LINQ Partitioning Operators - Take, TakeWhile, Skip & SkipWhileSep 13, 2022. Take, TakeWhile, Skip and SkipWhile are called Partitioning Operators and we’ll discuss and investigate them. Not only that we’ll also see an equivalent loop construct to appreciate where these operators derived.
  • 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.
  • Awesome LINQ Features In .Net 6Feb 21, 2022. In this article, you will learn about awesome LINQ features in .Net 6.
  • 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.
  • Awesome LINQ Impovements In .NET 6.0Jan 20, 2022. These are the articles for to show the LINQ improvements in .NET 6.
  • 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.
  • How to Convert an Array to a List in C#?Jan 13, 2022. Converting an array to a list in C# involves transforming the data structure from an array, which has a fixed size, into a list, which can dynamically adjust its size. This process is essential when flexibility in modifying the collection is needed. In C#, this can be achieved using the `ToList()` method provided by LINQ (Language Integrated Query) or by using the `List<T>` constructor, passing the array as an argument. Both approaches enable seamless conversion, allowing for easier manipulation and utilization of the collection's elements. This guide provides insights into the step-by-step process of converting an array to a list, emphasizing its utility and demonstrating practical use cases.
  • Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In MindJan 10, 2022. When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext with the development in mind for development purposes, you may sometimes decide to use an in-memory database for all environments including production, you may set up HealthChecks, below shows how to add health checks for the DbContext also for the development environment good to have set o.EnableDetailedErrors(); and o.EnableSensitiveDataLogging(); ?to manipulate with all these options you may consider adding configuration options
  • 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?
  • Working With Temporal Tables In EF Core 6.0Dec 06, 2021. Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
  • 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.

About System.Linq

System.Linq

OUR TRAINING