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]
Vijai Anand Ramalingam(11)
Pankajkumar Patel(6)
Raveena Attri(5)
Raj Bhatt(4)
Shivang (3)
Abhishek Chadha(3)
Ananya Desai(2)
Sarthak Varshney(2)
Adarsh Nigam(2)
George (2)
Kirtesh Shah(2)
Kajul Nisha(2)
Sangeetha Sundaramoorthy(2)
Viral Jain(2)
Anish Ansari(2)
Prasad Rane(2)
Debasis Saha(2)
Mushtaq M A(1)
Aarav Patel(1)
Abhishek Yadav(1)
Mohamed Shifan(1)
Najath Risni(1)
Micheal Xavier A (1)
Ayush Gupta(1)
Viknaraj Manogararajah(1)
Jalpa Dhola(1)
Babita (1)
Satish B(1)
Rajeev Kumar(1)
Muhammad Asif(1)
Dharmeshwaran S(1)
Debabrata Ghosh(1)
Sarathlal Saseendran(1)
Ashutosh Singh(1)
Alkesh Bijarniya(1)
Mayooran Navamany(1)
Javeria Tabassum(1)
Adam Stirtan(1)
Abhishek Saini(1)
Rathrola Prem Kumar(1)
Jaydeep Patil(1)
Bala S(1)
Tahir Ansari(1)
Ajay Kumar(1)
Sanjay Kumar Pathak(1)
Raj Kumar(1)
Kapil Singh Kumawat(1)
Vishal Joshi(1)
Shivam Payasi(1)
Suchitkumar Khunt(1)
Deepak Kumar(1)
Satya Karki(1)
Vitalii Honcharuk(1)
Sumit Gupta(1)
Ganesan C(1)
Jasminder Singh(1)
Vinay Ayinapurapu(1)
Harshal Limaye(1)
Eugene Isakov(1)
Yogesh Kumar(1)
Ashok Purty(1)
Satyaprakash Samantaray(1)
Ankit Kanojia(1)
Resources
No resource found
Google Play Console now requires package name verification for all Android developers
Apr 14, 2026.
Google Play Console now requires package name verification for all Android developers
How to Configure Serilog in .NET 8 for Logging to File and Console
Apr 13, 2026.
Master Serilog in .NET 8! Learn to configure logging to console and file for efficient debugging and monitoring. Implement structured logging and best practices.
Why Does Google Search Console Show Indexing Issues for Valid Pages?
Feb 12, 2026.
Uncover why Google Search Console flags valid pages with indexing issues. Learn to diagnose and fix problems related to content, crawl budget, and technical SEO for better search visibility.
How to Send and Receive Messages from Azure Queue Storage using .NET Client Library?
Jan 29, 2026.
Learn how to send and receive messages from Azure Queue Storage using the .NET client library. This tutorial covers resource creation, role assignment, and .NET code.
How to Send and Receive Messages from Azure Service Bus using .NET Client Library?
Jan 22, 2026.
Learn how to send and receive messages from Azure Service Bus using the .NET client library. Create resources, assign roles, and build a .NET console application.
How to Send and Retrieve Events from Azure Event Hubs using .NET Client Library?
Jan 20, 2026.
Learn how to send and retrieve events from Azure Event Hubs using the .NET client library. Create resources, assign roles, and build a .NET console app.
How to retrieve user profile information with Microsoft Graph in Azure?
Dec 08, 2025.
Retrieve user profile information with Microsoft Graph in Azure, Register application using Microsoft identity platform
How to Implement Interactive Authentication with MSAL .NET in Azure?
Dec 02, 2025.
Implement interactive authentication in .NET using MSAL.NET. Learn to acquire tokens from Microsoft Entra ID, manage user consent, and cache tokens for secure access to Microsoft Graph.
Using Colours in a Console Application in C#
Nov 18, 2025.
Spice up your C# console apps! Learn how to use colors to improve readability and highlight important information using the ConsoleColor enumeration. Make your CLI tools shine!
How to Create Azure Cosmos DB Resources for NoSQL by using .NET Client Library?
Nov 19, 2025.
Learn how to create Azure Cosmos DB NoSQL resources using the .NET client library. This guide covers account setup, database/container creation, and item management via a console app.
Basic Configuration of a Cisco Switch using the Cisco Packet Tracer Simulator
Aug 23, 2025.
Setting up a Cisco switch means giving it a name, adding passwords to keep it safe, and setting an IP address so you can connect to it from another device. You also add a gateway, so it knows how to reach other networks. After that, you save the settings, so they don’t get lost when the switch turns off
How to Create Taskpad in Windows Server
Aug 19, 2025.
In Windows Server, a taskpad within a Microsoft Management Console (MMC) is a user interface element that provides a focused way to access and perform specific tasks related to a particular scope node.
What are the global objects available in Node.js, and how are they used?
Aug 19, 2025.
This article explains in simple words the global objects available in Node.js, their uses, and provides detailed examples in JavaScript.
Build a Daily Mood Tracker in C# Console App with JSON Storage
Aug 01, 2025.
In this beginner-friendly C# project, you will build a simple daily mood tracker using a console interface and JSON for local data storage. This project is great for understanding how to combine real-life utility with coding fundamentals.
Build a Simple Habit Tracker in C# Console with JSON Storage
Jul 31, 2025.
In this beginner-friendly C# article, you'll learn how to build a Habit Tracker application using a simple console interface and JSON for persistent storage. This project will help you manage daily habits and understand key programming concepts like classes, lists, file handling, and serialization in C#.
Create a Personal Budget Tracker in C# Using JSON and Console UI
Jul 28, 2025.
In this article, we will build a simple personal budget tracker using C# with a clean console UI and JSON for persistent storage. This beginner-friendly project helps users understand file handling, data serialization, and basic CRUD operations—ideal for those starting with .NET or looking for a practical mini project.
Mastering Encryption and Decryption in C# with a Console Project
Jul 11, 2025.
This article explains encryption and decryption, their importance for data security, how algorithms, keys, and hashing work, and when to use them to protect sensitive data, ensure privacy, and maintain compliance.
Understanding SOLID Principles with simple Console App in .NET
Jun 28, 2025.
This article breaks down each principle — Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion — with simple console app.
Getting Started with Machine Learning in .NET
Jun 05, 2025.
Learn how to build a simple ML.NET app in .NET using Visual Studio. From loading CSV data to training a regression model and making predictions, this guide covers the basics of integrating ML into your projects.
Deploy a Website Using AWS Amplify Console
Jun 04, 2025.
AWS Amplify is a cloud-based development platform that simplifies the building and deployment of web and mobile apps, featuring CI/CD hosting, authentication, APIs, storage, and low-code tools such as Amplify Studio.
Create Amazon Bedrock KB with SharePoint App-Only Auth
May 23, 2025.
Create and configure an Amazon Bedrock Knowledge Base connected to SharePoint Online using SharePoint App-Only authentication. Securely sync, test, and manage data to generate accurate, AI-powered responses with citation support.
List All Power Automate Cloud Flows Programmatically
Apr 23, 2025.
Power Automate allows developers to programmatically manage cloud flows stored in Microsoft Dataverse. Whether you’re automating DevOps, migrating solutions, or enforcing enterprise governance, managing flows through code is powerful and scalable.
Which Platform is Considered Easier to Use: AWS or Azure
Jan 30, 2025.
This article compares two leading cloud platforms, AWS (Amazon Web Services) and Azure (Microsoft Azure), to determine which is easier for beginners. It covers aspects like user interface, setup, documentation, cost management, and support, highlighting Azure's simpler, more user-friendly features for new users.
How to Encrypt Data in Amazon S3 Using Server-Side Encryption
Jan 22, 2025.
This article walks you through accessing your S3 bucket, enabling SSE-S3 encryption, uploading files, and verifying encryption. Protect sensitive information easily with default encryption settings in AWS.
How to Create an User in AWS
Jan 13, 2025.
Learn how to create an IAM user in AWS to manage resources securely. This article covers the steps to configure user details, set permissions, add tags, and ensure proper access control for an organized AWS environment.
How to Add Tags to an S3 Bucket in AWS
Jan 09, 2025.
This simple article walks you through the steps to log into AWS Console, choose an S3 bucket, add tags, and efficiently track and categorize your resources. Start using tags today to improve your cloud storage experience.
How to Restore a Snapshot in Amazon RDS
Jan 03, 2025.
Learn how to restore a snapshot in Amazon RDS with this simple step-by-step guide. Amazon RDS allows you to back up and restore your database easily using snapshots.
How to Create and Manage an S3 Bucket in AWS
Dec 18, 2024.
In this article, we will cover the step-by-step process of setting up a storage container for your files, including bucket configuration, uploading files, and testing.
Deploying a Web Application Using NGINX on Alibaba Cloud
Dec 06, 2024.
Learn how to deploy a web application using NGINX on Alibaba Cloud with updated console steps, covering ECS setup, NGINX configuration, security, and optimization.
Understanding React File Upload
Oct 15, 2024.
In this article, I am going to discuss how to upload a file using react. This article explains how to enable file uploads in a React app, covering file selection, server communication, error handling, and using external libraries like Axios for HTTP requests.
How to Download Code from Your Azure Function App
Sep 27, 2024.
In this article, we will learn how to easily download code from your Azure Function App using built-in tools like the Azure Portal, App Service Editor, or source control integration.
Entity Framework (3-1), with .Net Console Model-First
Aug 31, 2024.
This article is to discuss Entity Framework with .Net Console Model-First .
Prompt Management in Amazon Bedrock using .NET Console App
Aug 20, 2024.
Learn to create and manage prompts in Amazon Bedrock using a .NET console application. This guide covers setting up your environment with AWS CLI and Visual Studio, and using the AWSSDK.BedrockAgent package to create, list, get, version, and delete prompts. Essential for effective prompt management.
Stream Conversations with Amazon Bedrock API in .NET Console App
Aug 12, 2024.
Learn how to create a .NET console application that streams conversations using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model. This guide covers setting up your AWS environment, configuring Visual Studio, and using the AWS SDK to handle streaming conversations and model responses.
Mask an Aadhar Number into Blocks of 4 Digits Each
Jul 30, 2024.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number masking via substring, regex, and string formatting.
Amazon Bedrock Knowledge Base Query in .NET Console App
Jul 25, 2024.
Learn to create a .NET console application using Visual Studio 2022 to query an Amazon Bedrock knowledge base. This guide demonstrates querying an Amazon S3 bucket for data, handling responses, and managing errors. Prerequisites include AWS CLI setup, .NET 8.0 SDK, and necessary IAM permissions.
Use a Guardrail with the Converse API in a .NET Console Application
Jul 18, 2024.
Learn to develop a .NET console app using the Converse API with guardrails to block inappropriate content in Visual Studio 2022. This tutorial covers setting up AWS IAM permissions, installing the AWS CLI and .NET 8.0 SDK, and integrating the AWSSDK.BedrockRuntime.
Create a guardrail for Amazon Bedrock using .NET console application
Jul 17, 2024.
Learn how to create Amazon Bedrock guardrails using a .NET console app in Visual Studio 2022. Utilize AWS SDK for .NET to manage IAM permissions, AWS CLI setup, and .NET 8.0 SDK integration. Configure policies for content, topics, words, and sensitive information, ensuring secure application deployment.
Generate an image by invoking Amazon Titan Image on Amazon Bedrock using .NET console application
Jul 15, 2024.
Generate an image using Amazon Titan Image on Amazon Bedrock with a .NET console application. Explore seamless integration of cloud services, leveraging AWS's robust infrastructure for efficient image processing.
How to connect to MongoDB locally using .NET console application
Jul 10, 2024.
Learn how to establish a local connection to MongoDB using a .NET console application. This tutorial guides you through setting up MongoDB, configuring your .NET environment, writing code to connect to MongoDB locally, and performing basic CRUD operations.
Design Pattern (5-3), Dependency Injection, Console Demo
Jul 09, 2024.
This article will make console demo for the Dependency Injection
Services Lifetime Management in .NET Console Applications
Jul 08, 2024.
Learn efficient service lifetime management in .NET Console Applications using Dependency Injection (DI) with Microsoft.Extensions.DependencyInjection. Explore scoped, transient, and singleton lifetimes for optimized resource utilization and application performance.
Ultimate Guide to Using Console in CRM D365 for Productivity
Jul 04, 2024.
Boost your productivity in CRM D365 with this comprehensive guide to using the console effectively. Learn essential commands like retrieving form context, setting attribute values, and debugging with console logs.
Detect Session Changes in Dynamics 365 Customer Service App
Jun 21, 2024.
The Dynamics 365 Customer Service Workspace app aids agents in managing multiple sessions efficiently. Detecting session changes with JavaScript enhances context switching, productivity, and customer experience.
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 2
Jun 04, 2024.
Learn how to integrate RabbitMQ with a WebApi and a Console application. Establish communication between the producer and consumer using RabbitMQ queues. Utilize RabbitMQ's features for asynchronous message passing, ensuring seamless data transmission between applications.
6 One Liners Hacks in Javascript Part-2
May 30, 2024.
In this article, we will Discover time-saving one-liner JavaScript hacks for console logging, palindrome checks, sorting, generating colors, unique elements, and variables swapping.
Key Components of VMware NSX ALB
May 28, 2024.
Explore the core components of VMware NSX ALB, including Service Engine, Controller, Console, Data Plane Scaling, and NSX ALB Cloud Services.
How To Deploy Angular 17 Application Freely
May 06, 2024.
In this post, we will see how to deploy angular 17 application freely with Google Firebase Console.
Concurrent Dictionary for String Comparison in .NET Core
Apr 20, 2024.
In .NET Core, the `ConcurrentDictionary<TKey, TValue>` class provides a thread-safe collection for storing key-value pairs, making it suitable for concurrent operations in multi-threaded environments. When it comes to comparing two strings concurrently, we can leverage ConcurrentDictionary along with appropriate methods to achieve efficient
How to Debug ForwardRefs in DevTools in React.js
Mar 05, 2024.
Debugging forwardRef components in React.js using DevTools involves inspecting the component hierarchy, props, and state. Use console.log statements and React Developer Tools Profiler for effective debugging.
Understanding Google OAuth (Open Authorization)
Jan 05, 2024.
Google OAuth, an Open Authorization protocol ensuring secure third-party access to user data without exposing credentials. Follow a step-by-step guide to configure OAuth 2.0 credentials via the Google API Console. Explore the advantages of Google OAuth for standardized and secure authentication.
How to export .pfx certificate using Microsoft Management Console (MMC)
Dec 05, 2023.
How to export .pfx certificate using Microsoft Management Console (MMC).
How to generate .pfx certificate using Microsoft Management Console (MMC)
Dec 04, 2023.
How to generate .pfx certificate using Microsoft Management Console (MMC)
Integration of ActiveMQ with .NET Core Console Application
Nov 02, 2023.
In this article, we delve into the seamless integration of Apache ActiveMQ, a powerful open-source message broker, with a .NET Core console application.
Using Dependency Injection in .NET Console Apps
Oct 29, 2023.
This article introduces developers to using Dependency Injection in console applications, expanding their utility beyond simple command-line tools. It explains how to set up a console app with a ServiceCollection, just like in ASP.NET Core. Key steps and code are provided, including installing NuGet packages, creating a Program.cs structure, integrating Entity Framework (EF) Core for database operations, and utilizing ILogger for improved logging. The article illustrates how to enhance console apps with advanced features and services.
Sending Messages with RabbitMQ in .NET Core
Sep 11, 2023.
Here we will learn how to use RabbitMQ for sending message in dotnet core
Navigating AWS EC2 Instances
Sep 05, 2023.
This article offers real-world examples, the best examples that empower you to become a proficient cloud practitioner while focusing on EC2 instance's role in your AWS Journey.
Containerize the .NET Core 7 Console Application using Docker
Sep 04, 2023.
To containerize a .NET Core 7 Console Application using Docker, you'll need to create a Dockerfile, which is a script that specifies how to build the Docker image for your application. Here's a step-by-step guide to help you with this process:
Console Application Add, Mul, Div, Sub
Sep 01, 2023.
adding, subtracting, multiplying and dividing of three numbers which will be entered by the user
Building a Bulk Email Sending Console App with NET Core 7.0
Aug 27, 2023.
Building a Bulk Email Sending Console App with NET Core 7.0 entails the creation of a robust and versatile solution tailored to efficiently manage large-scale email distributions. Through a meticulous development process, this application emerges as a vital tool for businesses and organizations seeking an effective way to reach their target audiences.
Generate QR Code using C# Console Application
Aug 03, 2023.
Learn to Generate QR Code in C# using the QRCode NuGet package. Create a console app, enter data to encode, and save the QR code as a PNG image. Open the image with the default viewer to see the result. Happy coding!
YouTube Video Downloader using C# Console Application
Jul 21, 2023.
YouTube Video Downloader using C# Console Application
How to Resize Image in C# Console Application
Jul 03, 2023.
How to Resize Image in C# Console Application
How to Share and Install C# Application on Another Computer as executable file
May 29, 2023.
This article provides a comprehensive guide on installing, modifying, and uninstalling a C# application project as an executable (.exe) file in Visual Studio 2022. By following the step-by-step instructions outlined here, you will learn how to generate a standalone executable file and share it with other machines.
Encryption and Decryption in ASP.NET Windows Console Application using C#
May 22, 2023.
In this article, I have explained how to encrypt and decrypt the text using the AES Encryption standard. Open Visual Studio, Create a new console application.
Unlock the Potential of Email Mocking: Papercut Integration In C# .NET Core 7 Console Apps
May 22, 2023.
This article explores how to effectively test email functionality in a .NET Core C# console application using Papercut. Discover the step-by-step process of mocking Outlook 365 Office emails, sending test emails, and validating email content within the console app. Learn how Papercut simplifies the testing process and enhances the reliability of email-related features.
Creating a C# Chatbot with ChatGPT
May 18, 2023.
Creating a C# chatbot with ChatGPT involves utilizing the OpenAI GPT API to generate responses to user input. C# is a powerful and flexible programming language that can be used to create a console or web-based chatbot.
GCM mode Encryption and Decryption in ASP.NET Console App
May 15, 2023.
In this article, I have explained how to encrypt and decrypt the text using AES Encryption standard using GCM mode.
Create A Lambda Function With AWS Console
Apr 07, 2023.
In this article, you will learn how to create a Lambda function with AWS console and Test function.
Read & Update Smartsheet Data Using C# Console Application
Mar 29, 2023.
In this article, we will see how you can read the data from Smartsheet from a C# console application. This is required when we are building a system where we need some data from Smartsheet to process further functionalities of the integrated system.
Advanced Console Logging Methods In JavaScript
Mar 28, 2023.
This article describes the advanced logging console methods in javascript for debugging.
Console Methods In JavaScript
Mar 28, 2023.
This article describes the console methods used in javascript for debugging purposes.
When To Use AWS Lambda?
Mar 27, 2023.
In this article, you will learn about AWS Lambda and its advantages.
Create A New Console Project In Visual Studio Code
Mar 06, 2023.
In this article, you will learn how to create a new C# Console project using Visual Studio Code using command prompt.
How To Find AWS Resource Using AWS Resource Explorer
Dec 01, 2022.
In this article, we will see how can we quickly find AWS Resources from your AWS account using AWS Resource Explorer.AWS Resource Explorer eases search and discovery of your relevant AWS resources across AWS Regions using keywords, tags and other metadata.
How To Run .Net Core Application Cross-Platform With Docker
Aug 30, 2022.
In this article, you will learn about DotNet Core Application Run Cross Platform using docker container.
How To Convert Console Project To Web API Project
Jul 26, 2022.
In this article, I will explain how we can convert a console project into a web API project and the changes required in this conversion process.
Good VS Bad - Beyond The JavaScript Console
Apr 29, 2022.
In this article, you will learn about JavaScript Console.
Developing A Simple Screensaver Console Application In C
Apr 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.
Getting Started With .NET 6.0 Console Application
Feb 21, 2022.
This article describes how to get started with .NET 6 and what is new in .NET 6 with comparison to .NET5. We will create a console application in .NET6 and .NET 5 and compare the differences between them.
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
Implementing Console App in Dynamics CRM Using Azure Application ID And Secret Key
Nov 22, 2021.
The article is all about steps to be followed to connect to Dynamics CRM using the Azure Application Id and Secret Key
Access Amazon DynamoDB Locally In .NET Core Console Application
Oct 29, 2021.
In this article, you will learn how to access amazon DynamoDB locally in .NET Core Console Application.
How To Write Unit Test For Exception And Console Log In C#
Oct 01, 2021.
In this article, we are going to explore about how to write unit test for exception and console log in C#.
Stream Data From Console To Console Using Apache Kafka
Aug 08, 2021.
In this article, you will learn about stream data from console to console using Apache Kafka.
Boot Diagnostic And Serial Console For Azure VM
Jul 23, 2021.
In this article, you will learn about boot diagnostic and serial console for Azure virtual machines.
Calling Graph API Via Console Application Using .NET 5
Apr 19, 2021.
This article explains how the graph api services can be used in your applications.
10 JavaScript Console Tricks That You Didn't Know
Jan 18, 2021.
In this article, we'll take a look at 10 console log tricks that will help you debug your applications more efficiently.
Into The Abyss - From C# To X64 Assembler And Memory Dump
Nov 02, 2020.
In this article, you will learn how to explore live process call stack and memory allocations on stack.
Implementation Of Redis Cache In .NET Console Application
Nov 02, 2020.
Using the Redis server to cache the data and connecting with a console application.
Retrieving And Storing Documents/ Images Into Azure Blob Storage Using .NET Core Console App And C#
Oct 16, 2020.
In this article we would upload new file in azure blob storage using .NET CORE console app.We would also download files from our blob storage account programmatically using C# .
How To Create AWS EC2 Instance And Host .NET Application With IIS
Oct 12, 2020.
In this article, we will learn the process of creating an AWS EC2 instance with Windows Server to host a .NET Core application using IIS. It covers AWS basics, setting up an EC2 instance, configuring storage and security, enabling IIS, and managing the server.
Sending WhatsApp Text And Media Messages Using C# Console App
Aug 24, 2020.
In this article, we will send Whatsapp text and media to a registered number using the C# console app.
Azure Event Hub Implementation Using .Net Core Console App
Aug 18, 2020.
Implement real-time data processing with Azure Event Hub using a .NET Core console app. Utilize Azure's scalable messaging service for efficient event-driven architecture, enabling seamless data streaming, analytics, and integration with IoT devices.
Steps To Fix Firebase Hosting 🔥 Shows Welcome Screen Instead of index.html Page Of Angular Web 🌏Application
Aug 03, 2020.
Deploy Angular project production in Firebase hosting and fix issue after hosting.
Phone Number Authentication Using Firebase
Jul 13, 2020.
In this article, you will learn about Phone Number Authentication with Firebase.
Implement Azure Queue Using ASP.NET Core Console Application
Jun 03, 2020.
Learn to utilize Azure Queue Storage for efficient message queuing in cloud applications. Explore Azure Queue's RESTful interface, its advantages like cost-effectiveness and security, along with disadvantages such as lack of ordered message retrieval. Follow step-by-step instructions to create, manage.
Implement Azure File Storage Using ASP.NET Core Console Application
May 27, 2020.
In this article, we will discuss how to implement Azure File Storage in any ASP.NET-based application using C#. We are using a Console Application to demonstrate in this article.
How To Access Microsoft Graph API In Console Application
May 13, 2020.
In this article, you will see how to access Microsoft Graph API in Console Application.
How To Validate Azure AD Token Using Console Application
May 13, 2020.
In this article, you will see how to validate Azure AD token using Console Application.