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)
Raj Bhatt(4)
Viswanatha Swamy(4)
Shivang (3)
Saineshwar Bageri(3)
George (2)
Kirtesh Shah(2)
Sangeetha Sundaramoorthy(2)
Jasminder Singh(2)
Prasad Rane(2)
Debasis Saha(2)
Saleh Qadeer(2)
Prasham Sabadra(2)
Priyaranjan K S(2)
Mushtaq M A(1)
Aarav Patel(1)
Abhishek Yadav(1)
Micheal Xavier A (1)
Muhammad Asif(1)
Adarsh Nigam(1)
Javeria Tabassum(1)
Adam Stirtan(1)
Jaydeep Patil(1)
Tahir Ansari(1)
Kajul Nisha(1)
Viral Jain(1)
Sanjay Kumar Pathak(1)
Abhishek Chadha(1)
Raj Kumar(1)
Shivam Payasi(1)
Deepak Kumar(1)
Satya Karki(1)
Vitalii Honcharuk(1)
Sumit Gupta(1)
Ganesan C(1)
Anish Ansari(1)
Vinay Ayinapurapu(1)
Harshal Limaye(1)
Yogesh Kumar(1)
Ashok Purty(1)
Sudhir Sharma(1)
Ecco Suprastyo(1)
Sai Kumar Koona(1)
Nirmal Dayal(1)
Sagar Pardeshi(1)
Hamid Khan(1)
Atul Sharma(1)
Suryan A(1)
Bidyasagar Mishra(1)
Ravi Raghav(1)
Jeeva Subburaj(1)
Eddie Gahan(1)
Mahesh Chand(1)
Manoj Kalla(1)
Sanjay Debnath(1)
Shweta Lodha(1)
Thomas Hansen(1)
Sridhar Sharma(1)
Ehsan Sajjad(1)
Saravanan Ponnusamy(1)
Ahmad Anas(1)
Guest User(1)
Rathrola Prem Kumar(1)
Nirav Daraniya(1)
Midhun Tp(1)
Imran Javed Zia(1)
Sandeep Singh Shekhawat(1)
Abdul Rasheed Feroz Khan(1)
Akshay Phadke(1)
Neeraj Kumar(1)
Vithal Wadje(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
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.
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!
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.
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.
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.
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.
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:
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
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.
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.
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 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.
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.
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# .
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.
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.
Running a Standard .NET Console Application in Docker Container
Apr 26, 2020.
We'll cover the essentials of containerization, including setting up your Docker environment, creating a Dockerfile, building your application image, and deploying it for seamless execution. Enhance your development workflow with Docker today.
Show Asterisks Instead Of Characters For Password Input In Console Application
Mar 13, 2020.
In this article, you will learn how to show asterisks instead of characters for password input in console application.
Check Empty Input Using Recursion In Console Application
Mar 12, 2020.
In this article, you will learn about check empty input using recursion in console application.
Rest API C# Console Application
Feb 11, 2020.
In this article, you will learn about the Rest API C# Console Application.
Implementing Dependency Injection In .NET Core Console Applications
Feb 07, 2020.
Learn how to implement Dependency Injection (DI) in .NET Core Console applications. Start by adding the Microsoft.Extensions.DependencyInjection package, then register services using ServiceCollection, create a ServiceProvider, and retrieve services as needed.
How to Insert Console Application with Entity Framework
Nov 14, 2019.
Learn how to seamlessly integrate a console application with Entity Framework for efficient database operations. Explore how to perform CRUD (Create, Read, Update, Delete) operations within your .NET Core or C# project, enabling smooth data manipulation.
How To Create A C# Console Application And Debug In Visual Studio Code
Oct 16, 2019.
In this article, you will learn how to create a C# console application and debug it in Visual Studio code.
How To Create EXE For .Net Core Console Application
Sep 17, 2019.
In this article, you will learn how to create an exe for .NET Core Console application.
All About Effective JavaScript Debugging In Browser Using Console Object
Sep 11, 2019.
In this article, you will learn the tips for easier and effective JavaScript debugging in the browser.
Creating Console Application In C#
Aug 08, 2019.
In this article, you will learn how to create Console Application in C# and create calculator activities.
First Step To Console Application Using C# PART-1
Aug 06, 2019.
In this session we will learn about basic console application and the console application syntax.
Creating Azure Blobs Using ASP.NET Core C# Console Application
Jan 07, 2019.
This article will be helpful for those who are trying to get their hands on Azure and looking to start something in Azure. In today’s world, there are media everywhere such as images, videos, audios etc. So in order to store them securely on the cloud, we can use Azure blob storage.
Azure SignalR Messaging With .Net Core Console App Server And Client
Aug 15, 2018.
Real-time technologies are now part of every modern applications and SignalR is the most popular .net library to create real time scenarios. Recently Microsoft announced the public preview of Azure SignalR, a cloud based fully managed service to build real time application without worrying about capacity provisioning, scaling, or persistent connections. In this article, we are going to discuss about how to create .Net Core SignalR server console app to broadcast the messages to all the connected clients in real-time without using Asp.net Core SignalR Web App.
Enhancing Console Output With Underlining, Colors And More
Jul 26, 2018.
With the rise of .Net Core, GUI-less Console applications have come back into popular usage which is perfectly fine. It’s just that they’re so bland; black and white and basic text when sometimes you need a splash of colour or an enhancement to bring focus to something of importance.
Change Console Foreground And Background Color In C#
Jun 17, 2018.
Console.BackgroundColor and Console.ForegroundColor in C# and .NET Core sets the background color and foreground color a the console. This code example shows how to change the foreground and background colors using C#.
Learn About Console Application In Node.js
Mar 09, 2018.
This article is about console application in Node.js
Getting Started With Docker For Windows - Containerize a C# Console App
Jan 19, 2018.
I had some free time recently, so I wanted to go deep into docker (rather containerization).
Invoking Web Application From Console Application (.NET Core) Via Command Prompt
Jan 02, 2018.
This article is mainly for the command prompt lovers who want to use it to launch their web application build on .Net Core.
Creating A C# Console App From My iPhone
Jan 02, 2018.
Hyper IDE [link to https://github.com/polterguy/hyper-ide] is an Open Source web-based Integrated Development Environment. It supports 100+ progamming languages out of the box, and can be integrated with any type of command line tools, such as Git, compilers, etc. This leads to some interesting traits, such as the ability to actually create for instance C# console apps, from the browser on your phone. For the record, writing code on a phone, is not easy, and not something I encourage people to do in general. However, the border line use cases have interest.
Weather Updates In Console Application Using API
Dec 20, 2017.
Here, I am writing an article to give a basic idea of consuming a Web API from Yahoo Weather and display it in the Console.
Building First Console Application Using Command Prompt In .NET Core 2.0
Dec 06, 2017.
In this post, we will create our very first console application in .NET Core, and we will see how we can build .NET Core based applications without using any IDE or Visual Studio.
Accessing XML Data From XML Document In C# Console Application
Aug 09, 2017.
In this article, I am going to give the best way to access XML data from XML document and also how to find common record node counts.
SharePoint Online / Office 365 - Exporting All the Terms from Particular TermSet In .CSV File Using CSOM And Console Application
Jul 28, 2017.
In this article, I’ll explain how to export TermSets in .CSV file format using CSOM and console application. I’ll go through step by step procedure for exporting TermSet.
.NET Core Console Applications On Mac OS X, Ubuntu 14.04 And Windows 10 - Part Four
Jun 07, 2017.
.Net Core Console Applications On Mac OS X, Ubuntu 14.04 And Windows 10.
.NET Core Console Applications On Mac OS X, Ubuntu 14.04 And Windows 10 - Part Three
Jun 06, 2017.
.Net Core Console Applications On Mac OS X, Ubuntu 14.04 And Windows 10.
.NET Core Console Applications On Mac OS X, Ubuntu 14.04 And Windows 10 - Part Two
Jun 05, 2017.
.NET Core Console Applications On Mac OS X, Ubuntu 14.04 And Windows 10.
Deleting Specific Listing Using CSOM Through Console Application
Jun 01, 2017.
In this article, I’ll share the detailed steps for deleting specific lists using CSOM in console application.
.Net Core Console Applications On Ubuntu 14.04 And Windows 10
May 24, 2017.
.Net Core Console Applications On Ubuntu 14.04 And Windows 10.
Retrieve SharePoint Hosted Add-in Data As JSON From A Console Application Using HTTP REST Request
Apr 30, 2017.
Retrieve SharePoint Hosted Add-in data as JSON from a Console Application using HTTP REST request.
Creating .NET Core Console Application With NoSQL- MongoDB At Back-end
Jan 19, 2017.
In this article, you will learn how to create Microsoft .NET Core console application with NoSQL- MongoDB at the back-end.
Get Started With Azure Storage And Console Application For Tables
Dec 30, 2016.
In this article you will learn how to get started with Azure storage and console application for tables.
How To Create A Database In SQL Server Using Console Application In Visual Studio 2017RC
Dec 18, 2016.
In this article, you will learn how to create a database in your SQL Server using console application.
Create Simple WCF Service And Host It On Console Application
Dec 17, 2016.
In this article, you will learn how to create a simple WCF service and host it on console application.
Enabling Google Search Console For Websites
Oct 13, 2016.
In this article, you will learn how to enable Google Search Console for our websites.
Introduction To .NET Core 1.0 Console Application
Oct 04, 2016.
In this article, you will learn about .NET Core 1.0 Console Application.
Creating WEB API And Consuming In Console Application Using Web Client In An Asynchronous Way
Aug 08, 2016.
In this article, we are going to learn how to Create Web API and consume Web API in Console Application.
Creating Web API And Consuming In Console Application Using Web Client In A Synchronous Way
Aug 02, 2016.
In this article, we are going to learn how to Create Web API and consume Web API in Console Application. Basically, create Web API to share data with others or to get the data from others.
Dependency Inject Using Ninject IoC In Console Application
Jul 27, 2016.
In this article, you will learn about dependency inject using Ninject IoC in console application.
KUDU Console In Azure
Jul 24, 2016.
The KUDU Console in Azure is a powerful tool integrated into Azure App Service, offering extensive capabilities for deployment, debugging, monitoring, and troubleshooting web applications.
Connect To SharePoint Online In Office 365 Using Console Application
Jun 20, 2016.
In this article, we will see how to connect to SharePoint Online from Console Application.
Database Console Commands In SQL Server
Jun 04, 2016.
In this article, you will learn about database console commands in SQL Server.
Send Email Through Python Console With Gmail, Hotmail And Yahoo
May 24, 2016.
In this article you will learn how to send email through Python Console with Gmail, Hotmail and Yahoo.
Create Excel File On The Fly And Send As An Email Attachment In Console Application
May 15, 2016.
In this article you will learn how to create Excel files on the fly and send as an Email Attachment in Console Application.
Connect To SharePoint 2013 Online Using CSOM With Console Application
May 04, 2016.
In this article you will learn how to connect to SharePoint 2013 Online using CSOM with Console Application.
Host WCF In Console Application
Apr 30, 2016.
In this article you will learn how to host WCF in Console Application.
Calling Web Service Using SOAP Request In Console Application
Mar 28, 2016.
In this article we will learn how to make the post request to web service using SOAP message to and get response from service.