Resources  
  • Clickjacking Attacks Explained and How to Prevent ThemJun 03, 2026. Learn what Clickjacking attacks are, how they work, and how to prevent them using X-Frame-Options, Content Security Policy, and web security best practices.
  • C# Barcode Library: Comparing 11 Options for .NET Developers in 2026May 31, 2026. Explore the top 11 C# barcode libraries for .NET developers in 2026. Compare open-source & commercial SDKs for generating, reading, and scanning barcodes in diverse applications. Find the best fit for your project!
  • C# Word Library: Comparing 7 Options for .NET Developers in 2026May 21, 2026. Explore the top 7 C# Word libraries for .NET in 2026. Compare features, licensing, and performance to choose the best option for document generation, parsing, and conversion.
  • The Best C# OCR Library Options in 2026: A Comparative AnalysisMay 15, 2026. A 2026 comparative analysis of C# OCR libraries for .NET, evaluating Tesseract, IronOCR, ABBYY, and more. Find the best OCR solution for your specific needs and budget!
  • C# Excel Library: Comparing 6 Options for .NET Developers in 2026May 05, 2026. Managing Excel files and Excel data is the lingua franca of internal business operations. Every line-of-business project eventually has to read and write them, export data, or convert Excel documents to another structured format. The library you pick shapes your deployment target, your licensing overhead, and how often your team chases down obscure format edge cases.
  • Internals of the JIT Compiler Improvements in .NET 9May 04, 2026. Explore .NET 9's JIT compiler enhancements: Dynamic PGO, inlining, loop optimizations, SIMD, tiered compilation, and escape analysis for faster, smarter code!
  • TypeScript 7.0 Beta: Why the New Compiler Changes EverythingApr 23, 2026.
  • TypeScript 7.0 vs TypeScript 6: What Developers Need to KnowApr 23, 2026. Explore TypeScript 7.0's game-changing performance enhancements over TypeScript 6. Discover compiler architecture improvements, scalability, and developer experience gains. Is it time to upgrade?
  • The JSX Blueprint: Mastering Reacts Syntax and Core ConceptsMar 05, 2026. Demystify JSX and modern React syntax! Learn how Babel compiles your code, component structure, and essential features like props and conditional rendering.
  • Ever Wondered How Your C# Code Actually Runs? Meet the CLRMar 06, 2026. Unlock the secrets of .NET! Discover the CLR, the engine powering your C# code. Learn about memory management, JIT compilation, and its vital role in .NET apps.
  • How to Fix “Undefined Reference to main” Error in CFeb 20, 2026. Fix the "undefined reference to main" error in C! This guide provides a step-by-step solution to this common C compiler issue, covering causes and fixes. Perfect for beginners!
  • When nameof Breaks the CompilerFeb 18, 2026. Discover a rare C# compiler crash caused by using nameof() with indexers in .NET 8! Learn how Ref Safety Analysis triggers a 'FailFast' and how to avoid it. Keep your nameof expressions simple for safer code!
  • Understanding the Options Pattern in ASP.NET Core with a Practical ExampleFeb 13, 2026. Master ASP.NET Core configuration with the Options Pattern! Learn to replace magic strings with strongly-typed settings for cleaner, maintainable code. Includes practical examples!
  • Is OpenClaw really free to use, and how can you confirm costs and license termsFeb 11, 2026. OpenClaw free, OpenClaw pricing, OpenClaw license, MIT license OpenClaw, OpenClaw costs, OpenClaw cloud pricing, OpenClaw API token costs, OpenClaw enterprise, OpenClaw terms, OpenClaw self-hosted
  • JavaScript Internals: Understanding Runtime Optimization and How to Write Performant CodeJan 21, 2026. Unlock peak JavaScript performance! Learn runtime optimization techniques, JIT compilation, and coding best practices for faster, more efficient code execution.
  • Why Do Rust Applications Show Higher Memory Usage in Release Builds?Jan 19, 2026. Uncover why Rust release builds use more memory than debug builds. Learn about compiler optimizations, memory allocation, and when to worry about memory usage.
  • Partial Constructors in C# 14 (.NET 10) - A Game-Changing FeatureDec 22, 2025. C# 14 introduces Partial Constructors, a game-changer for .NET 10! Split constructor logic across files, enhance source generator support, and improve maintainability. Build modular, scalable applications with ease.
  • DHI Enterprise vs. Free: Choosing the Right Option for Your NeedsDec 21, 2025. Explore Docker Hardened Images: Free vs. Enterprise. Discover if the free tier's security and transparency suffice, or if SLA-backed patching and compliance are essential.
  • How to Use Python’s New JIT Compiler for Faster CodeDec 03, 2025. Unlock faster Python code with the new JIT compiler in Python 3.13! Learn how to enable it, measure performance gains, and optimize your code for speed. Boost your Python performance now!
  • Modern Configuration System in ASP.NET CoreNov 28, 2025. Explore ASP.NET Core's modern configuration system: flexible, secure, and environment-aware. Master providers, options, secrets, and best practices for scalable apps.
  • Python 3.13's New JIT Compiler: A Performance Boost for PythonNov 26, 2025. Python 3.13 introduces a JIT compiler, boosting performance significantly! Learn how it works, how to enable it, and how to optimize your code for maximum speed gains. Experience faster loops, calculations, and data handling.
  • The ASP.NET Core Dependency Injection System (with .NET 9 Patterns & Pitfalls)Nov 03, 2025. Practical guide to ASP.NET Core DI: lifetimes, constructor vs. property injection, Options, TryAdd, avoiding captive deps, IServiceScopeFactory, IAsyncDisposable, and .NET 9 AOT.
  • Chapter 1: Introduction to C++Oct 23, 2025. Embark on your C++ programming journey! This chapter provides a comprehensive introduction to C++, exploring its origins, applications in operating systems, game development, finance, and embedded systems. Learn to set up your development environment with compilers like g++ and MSVC, understand the basic structure of a C++ program, and create and run your very first "Hello, C++!" application. Master the fundamentals and unlock the power of this versatile language.
  • SharePoint Customization Options — Modern vs Classic ApproachesOct 13, 2025. Explore SharePoint customization options, contrasting classic approaches (master pages, server-side code) with modern methods like SPFx, Power Platform, and PnP provisioning. Understand the capabilities, limitations, and non-customizable areas in modern SharePoint. Learn how to choose the right approach for forms, workflows, UI, and site provisioning, embracing security and cloud-readiness.
  • Clickjacking Protection with X-Frame-Options and CSP in ASP.NET CoreSep 10, 2025. Protect your ASP.NET Core applications from clickjacking attacks! This guide explains how to implement robust defenses using X-Frame-Options and Content Security Policy (CSP) with frame-ancestors. Learn to prevent malicious embedding of your site in iframes, safeguarding users from unintended actions. Discover practical examples using middleware and the NWebsec library for easier, more secure implementation. Ensure compatibility across browsers and fortify your application's security posture.
  • App Distribution Options in the SharePoint App Catalog: A Complete OverviewAug 20, 2025. Learn how to upload and distribute custom apps in SharePoint App Catalog. Explore options for SharePoint, Office, and managing user requests to streamline app deployment, access, and organizational control.
  • SPFx Package Deployment: App Catalog OptionsAug 07, 2025. Learn the key deployment options when uploading .sppkg packages in SharePoint—tenant-wide availability and skipping app checks—to ensure effective, secure, and appropriate app distribution across your organization.
  • 20 Career Options After B.Tech IT in IndiaAug 05, 2025. Explore top career options after B.Tech in IT in India, from software development to data science, cloud computing, MBA, and more. Find your best path today.
  • Composition API vs Options API: Vue.jsJul 30, 2025. A complete guide comparing Vue 3’s Composition API and Options API in 2025. Learn the differences, best practices, and when it still makes sense to use Options API in production.
  • Understanding Sealed Classes in C# with ExampleJul 30, 2025. In C#, a sealed class prevents inheritance, ensuring its behavior can't be altered through subclassing. It enhances security, enforces design rules, and can improve performance in certain scenarios.
  • Fixing Ambiguous Method Calls in AutoMapper with DI in .NETJul 14, 2025. AutoMapper simplifies object mapping in .NET, but using it with Dependency Injection can cause ambiguous method call errors. Fix this by using explicit types, avoiding objects, and defining clear mapping profiles.
  • .NET 9 Apps Are Faster Than EverApr 19, 2025. Explore .NET 9’s impressive performance improvements! From faster JSON serialization, optimized JIT compiler, reduced memory usage, to enhanced HTTP/3 handling
  • Filter Auto Suggestion Option in Dropdown List View ASP .NETMar 18, 2025. Learn how to implement a filterable auto-suggestion dropdown list in ASP.NET. This guide covers creating a dynamic dropdown with search functionality, enabling users to quickly find options as they type.
  • Implement Scalar UI in .NET API with Authorization OptionFeb 03, 2025. This article covers how to integrate Scalar UI, set up role-based authorization, and implement secure user authentication within your .NET API to ensure smooth, secure interactions.
  • Understanding JIT Tiers, Dynamic PGO, and AOT Jan 08, 2025. This article explains how JIT compilers optimize code with tiered compilation, profile-guided optimization (PGO), and Ahead-of-Time (AOT) compilation in .NET. It also demonstrates enabling AOT in a Visual Studio application.
  • C# Foundation - Implicitly Typed VariablesNov 28, 2024. Implicitly typed variables in C#, declared using the var keyword, let the compiler infer the data type from the initialization expression. This improves code readability and reduces verbosity, especially with complex types.
  • Options Pattern In ASP.NET CoreNov 25, 2024. The Options pattern in ASP.NET Core simplifies configuration management with strongly-typed settings. Using classes aligned to appsettings.json, it ensures type safety, dependency injection, and validation.
  • How to Enable USB Debugging on Android DeviceNov 12, 2024. Learn how to enable USB Debugging on your Android device with this step-by-step guide. USB Debugging lets you connect your phone to a computer for advanced tasks like data transfer, app testing, and more.
  • Creating Views for Lists or Libraries in SharePoint OnlineNov 12, 2024. Creating custom views in SharePoint Online allows users to tailor how lists and libraries display data. With options for filtering, sorting, grouping, and different layouts like calendar and gallery views, users can set up views to meet specific needs.
  • Intermediate Code Optimizations in C#Jul 29, 2024. Intermediate code optimization in C# improves performance by refining Intermediate Language (IL) code. Techniques like inlining, loop optimizations, dead code elimination, and constant folding enhance runtime efficiency and reduce overhead.
  • Inner Workings of a Query ProcessorJul 18, 2024. The query processor in a DBMS is pivotal, handling DML and DDL queries through stages like compilation, linking, and optimization. It ensures efficient execution, supporting operations like SELECT, INSERT, UPDATE, and DELETE while maintaining database integrity and performance.
  • Creating Dynamic Dropdown Lists in ASP.NET MVCJun 28, 2024. Dropdown lists, or <select> elements, are essential in web forms, enabling users to choose from a predefined list of options. They enhance user experience by simplifying input selection and ensuring data consistency.
  • Database Options in Google Cloud Platform (GCP)Jun 11, 2024. GCP offers diverse database services tailored for various needs, from relational databases like Cloud SQL and AlloyDB for structured data to NoSQL options like Firestore and Cloud Bigtable for large, unstructured data. Understanding each service's strengths helps in choosing the right database for your application.
  • Comparing PostgreSQL and SQL Server: Benefits of PostgreSQLJun 07, 2024. Comparing PostgreSQL and SQL Server reveals distinct advantages of PostgreSQL. PostgreSQL offers cost-effectiveness, flexibility, and extensive community support. It excels in advanced features, cross-platform compatibility, and robust support for diverse data types, including JSON and geospatial data.
  • Sealed Class in .NET C#: Syntax, Usage, and ExampleMay 30, 2024. Users are prevented from inheriting a class by using sealed classes. The sealed keyword can be used to seal a class. The keyword informs the compiler that an extension of the class is not possible because it is sealed. A sealed class cannot be used to create another class.
  • Storage Accounts and Redundancy Options in AzureMay 24, 2024. Azure Storage Accounts offer various redundancy options ensuring data resilience. Choose between locally redundant, zone-redundant, geo-redundant, or geo-zone-redundant storage to safeguard against failures and disasters, aligning with your data availability and durability requirements.
  • Difference Between VIM & Raspberry PiMay 20, 2024. Choosing between the VIM and Raspberry Pi can be a tough call. Both are popular single-board computers (SBCs) known for their compact size and versatility. But they cater to slightly different audiences. Let's break down the pros and cons of each to help you pick the perfect pint-sized powerhouse.
  • 😇How the Compiler Reads Your Code?May 13, 2024. C# compilation, from syntactic and semantic analysis to optimization techniques. Learn how the Common Language Runtime (CLR) executes compiled code and discover the role of the Just-In-Time (JIT) compiler.
  • VMware Cloud on AWS: A Guide to Network Connectivity OptionsApr 21, 2024. Confused about connecting your VMware Cloud on AWS (VMC)? Explore VPNs, Direct Connect, HCX, and Transit Connect for secure, high-performing hybrid cloud networks. #VMwareCloud #AWS #Networking
  • Enhance SQL Server Queries with OPTION(RECOMPILE) HintApr 11, 2024. This article provides an in-depth exploration of the OPTION(RECOMPILE) hint in SQL Server, offering developers and database administrators a thorough understanding of its functionality, practical applications, and best practices.
  • Options Pattern Named Options in .Net Core with examplesMar 29, 2024. Learn how to implement the options pattern and validation in .NET Core using named and default options. Explore techniques for binding configurations, fetching options in APIs, injecting services into named options, and utilizing interfaces like IOptionsSnapshot and IConfigureNamedOptions.
  • Options Pattern Validation in .NET Core with ExamplesMar 28, 2024. .NET offers built-in resources for validating settings to ensure correctness without manual checks. Techniques like data annotations and custom validations streamline the process, enhancing configuration reliability and maintenance.
  • Options Pattern in .NET Core with ExamplesMar 28, 2024. Options Pattern in .Net Core with examples
  • Dropdown Options Dynamically from SharePoint List in Power AppsMar 23, 2024. How to bind dropdown option dynamically from SharePoint List in Power Apps. Power Apps enables custom app creation without extensive coding. Learn to dynamically populate dropdowns from SharePoint lists for efficient, consistent, and scalable applications with this step-by-step guide.
  • Creating Global Option Sets & Using Them Effectively in CRMMar 18, 2024. To create a Global Option Set in Dynamics 365, define a set of standardized values applicable across multiple entities. Then, reference this set when creating option set fields, ensuring consistent data entry and easier management across the CRM system.
  • Understanding the .NET Internal Compile ProcessMar 11, 2024. In this article, we will learn about CLR, Jit Compiler, and how the .NET compilation process works. Understanding the .NET internal compile process involves dissecting how source code is translated into executable binaries.
  • Understanding Sharing in Lists on SharePoint Communication SitesMar 05, 2024. This guide provides detailed instructions on utilizing the Share option in lists on SharePoint Communication Sites. It covers the login steps, navigating to lists, selecting items to share, opening the Share dialog, adding recipients, selecting permission levels, and sending the invitation.
  • What is the Purpose of Vue.js Compiler?Feb 27, 2024. The Vue.js compiler transforms Vue.js templates into JavaScript render functions, parsing templates, generating an optimized Abstract Syntax Tree (AST), and producing efficient render functions for seamless browser execution.
  • Java Applet Design: File, Edit, and Search Options with ActionPerformed FunctionsFeb 26, 2024. Create an Applet with the menu bar and add the following menus: File, Edit and Search. Add default menu items to the respective menus. In the File menu, add the following items: New, Open, Save and Close.
  • Handling HTTP Options Method in Angular and C#Jan 12, 2024. Learn about the HTTP OPTIONS method in this tutorial, focusing on how AngularJS frontend and C# backend work together. See how the AngularJS controller uses OPTIONS requests to communicate with the C# backend's Web API, exploring different options for interacting with the target resource.
  • Dynamics 365 CE and Shopify Integration OptionsDec 27, 2023. This article is about Dynamics 365 CE and Shopify integration options and the resources which can be helpful for this integration.
  • Filter Options in Power BI VisualsDec 14, 2023. Exploring Filter Options in Power BI Visuals. Power BI, Microsoft's potent business intelligence tool, amplifies data analysis with versatile filter options. Uncover insights by exploring columns, relative date, visual-level, page-level, drill through, and top/bottom filters, enhancing user experience and reporting impact.
  • Display Loading or Processing Message Inside DataTableNov 27, 2023. displays a loading screen while data is being loaded into a DataTable using JavaScript, you can use a combination of HTML, CSS, and JavaScript. Below is a simple example demonstrating how you can achieve this using the DataTables library and a loading spinner.
  • Hide Options from OptionSet in Dynamics 365 using JavaScriptNov 10, 2023. Hide options from OptionSet in Dynamics 365 using JavaScript
  • New Features of Rust 1.73Nov 02, 2023. Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make Rust more expressive, efficient, and user-friendly.
  • Source Generators in C#Oct 27, 2023. You explained the process step by step, starting with the definition of attributes and the implementation of the generator class, followed by the initialization and execution processes. Additionally, you provided a clear demonstration of how to generate a new class with a static property that returns the current date and time as a string. Your use of the StringBuilder class and string interpolation for code generation was a good choice.
  • How To validate Appsetting.json Configuration Values In .NETOct 16, 2023. In .NET applications, the appsettings.json file is commonly used to store configuration settings. It's essential to validate the values stored in this file to ensure that they meet the required format, data type, or specific constraints defined by the application. Validation of appsettings.json configuration values in .NET involves implementing checks and safeguards to confirm that the values are valid and usable by the application. This validation process helps prevent runtime errors and ensures the application behaves as intended, adhering to the specified configuration guidelines.
  • Using .NET Core Option Pattern for Appsettings.jsonSep 21, 2023. This article guides you through reading configuration values from the Appsettings.json file in .NET Core using IConfiguration and the Options Pattern, covering connection strings, key-value pairs, and structured data.
  • Git – SourceTree custom actions for “skip-worktree” optionJul 18, 2023. We show how to add to SourceTree custom menus to manage “skip-worktree” option
  • Disabling the "Remember Me" Option from Azure AccountJun 10, 2023. In today's digital landscape, user privacy and data security are paramount concerns. Online platforms and services often provide a "Remember Me" or "Keep me signed in" option, allowing users to remain logged in for extended periods. While this feature offers convenience, it also introduces potential security risks. This article explores the importance of ensuring the option to remain signed in is hidden and discusses the benefits it brings to both users and service providers.
  • How to Generate a Standalone Executable File from C# Project in Visual Studio 2022May 29, 2023. In this article, we will explore the process of generating a standalone executable file from a C# project in Visual Studio 2022. A standalone executable file allows you to distribute your application to end users without the need for them to have the .NET Framework or any other dependencies installed on their machines.
  • Mastering Virtual Machine Deployment in Azure: In 8 steps.May 10, 2023. This title suggests that the article will provide readers with a comprehensive guide to creating virtual machines in Azure, which will help them to become proficient in this essential skill. The title is catchy and attention-grabbing, making it more likely that readers will want to read the article.
  • Tips and Tricks for using Visual Studio efficientlyMay 09, 2023.
  • Unpacking Azure's Storage Account Options: Which One is Right for You?⚡May 05, 2023. This article is a comprehensive guide to the different types of storage accounts available in Azure. It covers everything from general-purpose v2 storage accounts to specialized blob, file, queue, table, and archive storage accounts. By understanding the different options, readers will be able to choose the right storage solution for their workload and ensure that their data is secure, available, and scalable in the cloud.
  • What Are The Basic HTML Form ControlsMay 02, 2023. The HTML is defined form controls to manage the form page, registration page, sign up page, etc. That means those controls are used in the HTML form page, called HTML form controls. Here controls mean handling the HTML form tags should be used for creating a responsive form page.
  • Azure Pricing Models: Understanding The Different Pricing OptionsApr 11, 2023. In this article, we'll discuss the Azure pricing models: Understanding the different pricing options.
  • .NET Vs COM (.NET In Deep)Feb 27, 2023. This article describes the details of the differences between .NET and COM technology. Also, you can find more information how.Net is working under the hood
  • AWS Database ServicesOct 18, 2022. AWS Database different Services with usage.
  • Options Pattern In .NET 6.0Mar 26, 2022. Read configuration data in .NET apps using options pattern that enables strongly typed access to the configuration settings.
  • SharpLab - Another Powerful Online Code Execution And Decompiler ToolJan 20, 2022. SharpLab is another online tool that lets you write code, run it, inspect MSIL, and even decompile the MSIL code
  • 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
  • Functional Programming Using Vavr In JavaJan 03, 2022. Article explains how to implement Functional Programming concepts in Java application using Vavr library.
  • Using The Roslyn C# CompilerNov 05, 2021. In this article, you will learn how to use the Roslyn C# compiler.
  • Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command lineOct 13, 2021. See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and a library project with DbContext and Migrations with any name f.e. "MiniService.Data". You most likely want to use the exact connection string in the appsettings.json used by the web app. May be different cases when you will need to run migrations from the command line, for example, there is no 'Package Manager Console' in VS for Mac.
  • Source Generator For INotifyPropertyChangedSep 20, 2021. This article outlines steps for creating a Source Generator for the implementation of INotifyPropertyChanged using Rosyln Compiler API
  • What Are The Options For Database Backup And Restore? How To Export BACPAC Using SSMS?Mar 26, 2021. This article describes what are the options for Database restore and create and how to export BACPAC file in SQL Server
  • Add Flyout And Identify Selected Option - Dynamics 365 CEFeb 17, 2021. This article is about adding custom flyout button in ribbon and writing script to identify which option is selected
  • Protection Against ClickjackingDec 05, 2020. Protection against clickjacking involves implementing measures like frame-busting scripts, X-Frame-Options HTTP header, and Content Security Policy to prevent malicious actors from hijacking clicks on web pages, enhancing UI security and thwarting attempts to overlay transparent or hidden elements.
  • How To Share A Power BI ReportDec 05, 2020. Easily share Power BI reports within and outside your organization using Power BI Desktop or services. Learn how to publish reports, choose sharing destinations, generate QR codes, and embed reports. Simplify report sharing for effective collaboration.
  • Sort, Page, & Export Data Of HTML Table Using jQuery Datatable In .NET Core MVCDec 02, 2020. Enhance data presentation in .NET Core MVC with jQuery DataTable, enabling sorting, pagination, and seamless export functionalities for efficient data management and improved user experience.
  • Power BI Report, Dashboard Design Options With An Example Of Pie And Column ChartOct 14, 2020. In this article, you will learn about Power BI Report and Dashboard Design with Pie and Column Chart.
  • Learn About Power BI Data Source Options And SQL Database Connection - Part OneSep 10, 2020. Explore Power BI's diverse data source options and its seamless connection to SQL databases in this informative series. Learn about querying, data integration, visualization, and more in Part One, designed to enhance your understanding of Business Intelligence and reporting capabilities.
  • Payment Gateway Integration With ASP.NET MVCJul 14, 2020. Step by step process of how to integrate payment gateway with Asp.net mvc. In this project we will use PayU Money Payment Gateway.
  • Row Layout Option Missing In Multiline FieldJul 05, 2020. This article is about fixing an error in a multiline field.
  • How To Access And Use Advanced Startup Options In Windows 10Jun 09, 2020. In this tutorial, I have described how to access and use advanced startup options in Windows 10
  • SQL Query Execution PlanApr 27, 2020. In this article, you will learn about SQL query execution plan.
  • How to Enable or Disable File and Printer Sharing in Windows 10Apr 26, 2020. To enable or disable file and printer sharing in Windows 10, navigate to "Settings" > "Network & Internet" > "Network and Sharing Center." From there, select "Change advanced sharing settings" and customize sharing options based on network profiles (private or public).
  • ASP.NET Core - Accessing Configurations Using Named OptionsApr 23, 2020. In this article, you will learn how to use Named Options in ASP.NET Core for accessing configurations from appsettings.json file.
  • ASP.NET Core - Accessing Configurations Using Options PatternApr 18, 2020. In this article, you will learn how to use Options Pattern in ASP.NET Core to access configurations from the appsettings.json file.
  • .NET Compiler Platform (Roslyn) - Build Analyzer And Code FixesDec 21, 2019. Build your own analyzer and code fixes using the .NET compiler platform (Roslyn) with the latest Visual Studio 2019 and .NET framework.