C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Deepak Tewatia(5)
Sarthak Varshney(3)
Sangeetha S(3)
Jaimin Shethiya(3)
Mahender Pal(3)
Satya Karki(3)
Darshan Adakane(2)
Shivam Vaghela(2)
Velladurai (2)
Shiv Sharma(2)
Ashish Bhatnagar(2)
Rahul Singh(2)
Mohamed Azarudeen Z(2)
Abhishek Saini(2)
Vitalii Honcharuk(2)
Nitin (2)
Onkar Sharma(2)
Rahul (2)
Vipul Jain(2)
Ananya Desai(1)
Saurav Kumar(1)
Rohit Gupta(1)
Dinesh Gabhane(1)
Oguzhan Agir(1)
Jayant Kumar(1)
Niharika Gupta(1)
Sardar Mudassar Ali Khan (1)
Praveen Kumar(1)
Mahesh Chand(1)
Yogeshkumar Hadiya(1)
Ishika Tiwari(1)
Praveen Raveendran Pillai(1)
Vijay Kumari(1)
Suraj Dhage(1)
Vijay Yadav(1)
Harshad M(1)
Chetan Sanghani(1)
Lokesh Varman(1)
Rohini Parade(1)
Nikhil Patil(1)
Prasad (1)
Jithu Thomas(1)
Kuppu Swami(1)
Ayushi Jain(1)
Anuradha Rani (1)
Jaimin Patel(1)
Muzaffar Ur Rahman(1)
Khoday Akilesh(1)
Mark Pelf(1)
Ziauddin Choudhary(1)
Abdul Basith(1)
Kajul Nisha(1)
Pravallika Varada(1)
Pushpendra Shukla(1)
Aravind Govindaraj(1)
Vineet Desai(1)
Mayuresh Joshi(1)
Sameer Shukla(1)
Murali Krishnan(1)
Munib Butt(1)
Sandeep Mishra(1)
Dhairya Krishnat(1)
Shivam Tiwari(1)
Navaneeth Krishnan(1)
Prajnya (1)
Divyesh Chauhan(1)
Madhu Sharma(1)
Sanwar Ranwa(1)
Fabio Silva Lima(1)
Monica Rathbun(1)
Gokulakrishna (1)
Farhan Ahmed(1)
Ajithkumar J(1)
Resources
No resource found
Azure Container Apps vs AKS vs App Service: Which Azure Hosting Option Should You Choose?
Jul 23, 2026.
Compare Azure App Service, ACA, and AKS for .NET apps. Choose the right Azure hosting for simplicity, microservices, or Kubernetes control.
Hiring .NET and Engineering Talent: Expansion Options Compared
Jun 30, 2026.
Hiring .NET talent? Compare expansion options: EOR, direct contractors, own entity, or PEO. Choose the right model for your stage.
Clickjacking Attacks Explained and How to Prevent Them
Jun 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 2026
May 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 2026
May 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 Analysis
May 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 2026
May 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.
Understanding the Options Pattern in ASP.NET Core with a Practical Example
Feb 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 terms
Feb 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
DHI Enterprise vs. Free: Choosing the Right Option for Your Needs
Dec 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.
Modern Configuration System in ASP.NET Core
Nov 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.
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.
SharePoint Customization Options — Modern vs Classic Approaches
Oct 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.
How to Create a Responsive Navbar with CSS and JavaScript
Oct 06, 2025.
Create a responsive navbar using HTML, CSS, and JavaScript! This tutorial provides a step-by-step guide to building a user-friendly navigation menu that adapts seamlessly to any device. Learn how to implement accessibility best practices, optimize for performance, and improve SEO for better search engine ranking.
Clickjacking Protection with X-Frame-Options and CSP in ASP.NET Core
Sep 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 Overview
Aug 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 Options
Aug 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 India
Aug 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.js
Jul 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.
Filter Auto Suggestion Option in Dropdown List View ASP .NET
Mar 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 Option
Feb 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.
Dynamic Menus in Layout Page Using Sessions in ASP.NET Core 6
Jan 31, 2025.
Store dynamic menu data in session and display it across multiple pages using the layout page in ASP.NET Core 6.
Menu Navigation Layout in Android Studio
Dec 06, 2024.
The article explains creating a navigation menu layout in Android to enable seamless activity transitions. It covers Java code and XML design with DrawerLayout and NavigationView, ensuring intuitive UI interaction.
Options Pattern In ASP.NET Core
Nov 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.
CRUD Operation in Java with code example
Nov 15, 2024.
This article demonstrates implementing CRUD operations in Java with a console-based Student Management System, allowing users to add, view, update, and delete student records using a simple menu-driven interface.
How to Enable USB Debugging on Android Device
Nov 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 Online
Nov 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.
Create Interactive Dropdown Menus While Click Text Open Dropdown
Jul 25, 2024.
Learn how to create interactive dropdown menus that open when clicking on text. This guide covers essential techniques and code snippets for implementing dynamic dropdowns using HTML, CSS, and JavaScript.
Highlight Active Menu Item Dynamically in Angular based on Route
Jul 05, 2024.
In Angular applications, dynamically highlight active menu items based on the current route using Angular's RouterModule and routerLinkActive directive. This allows you to apply a CSS class, like 'active-link', to the menu item corresponding to the active route.
Creating Dynamic Dropdown Lists in ASP.NET MVC
Jun 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 PostgreSQL
Jun 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.
Storage Accounts and Redundancy Options in Azure
May 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 Pi
May 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.
VMware Cloud on AWS: A Guide to Network Connectivity Options
Apr 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) Hint
Apr 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 examples
Mar 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 Examples
Mar 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.
How to Enable Mega Menu in SharePoint Online
Mar 28, 2024.
Learn how to enhance user navigation experience in SharePoint Online by enabling Mega Menu. This step-by-step guide empowers you to customize site navigation, optimize the user interface, and structure your SharePoint site effectively within Office 365.
Options Pattern in .NET Core with Examples
Mar 28, 2024.
Options Pattern in .Net Core with examples
Dropdown Options Dynamically from SharePoint List in Power Apps
Mar 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 CRM
Mar 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 Sharing in Lists on SharePoint Communication Sites
Mar 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.
Java Applet Design: File, Edit, and Search Options with ActionPerformed Functions
Feb 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.
Explain about Mouse Events in JavaScript
Feb 06, 2024.
Unlock the potential of mouse events in JavaScript for dynamic web interactions. From simple clicks to intricate movements, utilize events like click, dblclick, mouse down, mouse up, mouse move, mouseover, mouse out, mouse enter, mouse leave, and context menu.
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 Options
Dec 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 Visuals
Dec 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.
PowerApps Reusable Component for left or top navigation
Dec 03, 2023.
In this post, we will see how to create a reusable component which could be used as left or top navigation.
Display Loading or Processing Message Inside DataTable
Nov 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 JavaScript
Nov 10, 2023.
Hide options from OptionSet in Dynamics 365 using JavaScript
How To validate Appsetting.json Configuration Values In .NET
Oct 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.json
Sep 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.
Learn to Setup Azure Active Directory
Aug 18, 2023.
Learn how to set up Azure Active Directory: Create a directory, configure a tenant, and register an app. Follow clear steps via Azure Portal to establish these essential components.
Git – SourceTree custom actions for “skip-worktree” option
Jul 18, 2023.
We show how to add to SourceTree custom menus to manage “skip-worktree” option
Dynamic Menu Creation Using Oracle Database
Jul 03, 2023.
In this article, I am going to share with you how to create dynamic menu in #Asp.Net using the oracle database.
Disabling the "Remember Me" Option from Azure Account
Jun 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 2022
May 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 efficiently
May 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 Controls
May 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 Options
Apr 11, 2023.
In this article, we'll discuss the Azure pricing models: Understanding the different pricing options.
AWS Database Services
Oct 18, 2022.
AWS Database different Services with usage.
How To Create Mega Menu Using PrimeReact/Primefaces In ReactJS
Jun 22, 2022.
I create this article to show how to create mega menu using PrimeReact/Primefaces in React js.
PrimeReact UI Component Dock With Menu Item
Jun 07, 2022.
PrimeReact is a one of UI framework of react. Here i explain how to setup PrimeReact UI framework with dock menu.
Options Pattern In .NET 6.0
Mar 26, 2022.
Read configuration data in .NET apps using options pattern that enables strongly typed access to the configuration settings.
Design A Frame That Has An Edit Menu With Cut, Copy And Paste Functions In Java
Mar 21, 2022.
In this article, you will learn how to design a frame that has an Edit menu with Cut, Copy and Paste functions in Java.
PowerApps Horizontal Navigation Menu Component With Submenu
Mar 19, 2022.
In this article, we will learn how to create a navigation component in powerapps. This navigation component will have submenu options as well.
Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In Mind
Jan 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 Java
Jan 03, 2022.
Article explains how to implement Functional Programming concepts in Java application using Vavr library.
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
Oct 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.
ReactJS Dymanic Menu And Custom Theme Using Material UI
May 05, 2021.
This content help as to build dynamic menu and custom Theme item using material ui and look like professional web site
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 CE
Feb 17, 2021.
This article is about adding custom flyout button in ribbon and writing script to identify which option is selected
Create A Start Menu Scene Using C# Script In Unity 3D
Feb 11, 2021.
In this article, you will learn how to create a start menu scene using C# script in Unity 3D.
Adding The GIT Menu To Visual Studio 2019
Jan 07, 2021.
In this article, you will learn how to add the git menu to visual studio 2019.
Protection Against Clickjacking
Dec 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 Report
Dec 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 MVC
Dec 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 Chart
Oct 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 One
Sep 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.
Bootstrap Dropdown Menu
Aug 19, 2020.
This article provides a step-by-step guide on creating a dropdown menu using Bootstrap. It covers dropdown basics, customization options like variations (dropup, dropright, dropleft), setting active or disabled states, and triggering dropdowns via buttons or anchors.
Flyer Menu In PowerApps
Jul 17, 2020.
This article explains creating menu options in the PowerApps Screen.
Payment Gateway Integration With ASP.NET MVC
Jul 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 Field
Jul 05, 2020.
This article is about fixing an error in a multiline field.
C# Using Dropdown Menu To Change Background Color With Switch Statement
Jun 18, 2020.
In this article, you will learn about using a dropdown menu in C# to change the background color with a switch statement.
How To Access And Use Advanced Startup Options In Windows 10
Jun 09, 2020.
In this tutorial, I have described how to access and use advanced startup options in Windows 10
SQL Query Execution Plan
Apr 27, 2020.
In this article, you will learn about SQL query execution plan.
How to Enable or Disable File and Printer Sharing in Windows 10
Apr 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 Options
Apr 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 Pattern
Apr 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.
How To Use Material UI Menus In ReactJS Applications
Mar 11, 2020.
In this article, you will learn how to use Material UI menus in ReactJS application.
AppSettings - Six Ways To Read The Config In ASP.NET CORE 3.0
Dec 09, 2019.
Learn six methods to read AppSettings in ASP.NET Core 3.0, including options pattern, configuration providers, IConfiguration interface, environment variables, and JSON files, ensuring flexibility and robustness in managing application settings.
Azure Storage Options On Simple Talk
Nov 21, 2019.
In this article you will learn about Azure Storage options on simple talk.
How To Create A Static Website In AWS Serverless Options
Oct 11, 2019.
In this article, you will learn how to create a static website in AWS serverless options.
Role-Based Menus In ASP.NET MVC
Jul 23, 2019.
In this article, you will learn about role-based menus in ASP.NET MVC.
Different Options To Run Your Application In Microsoft Azure
Jun 06, 2019.
In this article, I will explain different services which Microsoft Azure has for running your applications and will also elaborate on a comparison between those services.
Different CDN Options For SharePoint Framework WebPart
Jun 05, 2019.
In this article, I will explain how you can enable SharePoint Document Library to use as CDN and then, how we can leverage Azure Storage to be used as CDN for SPFx web parts.
Float Menu Item Working Navigation In Android And UWP Using Xamarin.Forms
Jun 04, 2019.
Let us learn about Float Menu Item Action in Navigation page in Android and UWP using Xamarin.Forms.