TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About F#
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (6)
Nandan Hegde (5)
George (5)
Ajay Kumar (4)
Jefferson S. Motta (3)
C# Corner Live (2)
Manikavelu Velayutham (2)
Mohammed Ibrahim (2)
Rikam Palkar (2)
Shubhankar Banerjee (2)
Tural Suleymani (2)
Rahul Singh (2)
Shaishav Desai (2)
Prakash Tripathi (2)
Gurpreet Arora (2)
Ashish Shukla (1)
Abiola David (1)
Sateesh Arveti (1)
Jaish Mathews (1)
Rafnas T P (1)
Jeetendra Gund (1)
Matthew Cochran (1)
Ehtesham Mehmood (1)
alex s (1)
Nilesh Jadav (1)
C# Curator (1)
Richa Garg (1)
Sardar Mudassar Ali Khan (1)
Mohammad Hussain (1)
Dhaval Suvagiya (1)
Jay Krishna Reddy (1)
Jasminder Singh (1)
Ghanashyam Nayak (1)
Muhammad Omer Khan (1)
Gopal C. Bala (1)
Sarker Ishu (1)
Bechir Bejaoui (1)
Kailash Chandra Behera (1)
Rajib Rezwan (1)
Jayakumar Balasubramaniam (1)
Amit Bhatt (1)
Pankaj Lohani (1)
Nitesh Kejriwal (1)
Nikita Raju Vatsavayi (1)
Shriram Pophali (1)
Mohammad Tahir Ansari (1)
Mushtaq M A (1)
Bhuvanesh Mohankumar (1)
Mohomed Shihan (1)
Prabhat Kumar (1)
Abhishek Kumar (1)
Kim Johnson (1)
Chandani Prajapati (1)
Sourav Kayal (1)
Mohammad Rabie (1)
Ankit Sharma (1)
Sai Kumar Koona (1)
Keyur (1)
Christopher Hall (1)
Praveen Kumar (1)
Faisal Pathan (1)
Dinesh Beniwal (1)
Munir Shaikh (1)
Santosh Karanam (1)
Amit Mohanty (1)
Mobeen Rashid (1)
Sagar Vishwakarma (1)
Vidya Vrat Agarwal (1)
Vilas Gite (1)
Nikunj Satasiya (1)
Hitanshi Mehta (1)
Sivaraman Dhamodaran (1)
Related resources for F#
No resource found
PowerShell File Search Automation
9/23/2023 3:45:24 PM.
This PowerShell script automates file detail retrieval within a specified folder. It filters files by extension, displaying their name, size, and type, simplifying tasks like listing text files.
Event Trigger Power BI Entities Refresh via Azure SQL Database
9/23/2023 9:49:07 AM.
Event Trigger Power BI Entities Refresh via Azure SQL Database
How to Ingest SQL Server On premise data to Microsoft Fabric Lakehouse Object
9/23/2023 9:37:10 AM.
The video demonstrated how to Ingest SQL Server On premise data to Microsoft Fabric Lakehouse Platform
Rockin’ The Code World with dotNetDave ft. Bob Reselman - Ep. 87
9/22/2023 4:56:06 PM.
Join us with Bob Reselman for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Automating Quality: SCA, SAST, DAST and more
9/22/2023 12:58:11 PM.
In this session, we will explore the crucial role of automation in ensuring software quality throughout the Software Development Life Cycle (SDLC).
Secrets Of Accumulator Functions
9/22/2023 12:00:13 PM.
Accumulator functions, also known as aggregation functions or reduce functions, are essential components in functional programming and data processing. These functions operate on a collection of value
Apply Object Serialization In Real Life Situation
9/22/2023 11:15:45 AM.
Object serialization is a process of streaming an object into a byte array. This article explains the object serialization process using a real world example.
Concept Of Polymorphism (Late Binding) In C#
9/22/2023 10:35:20 AM.
Concept Of Polymorphism (Late Binding) In C#. Polymorphism is the primary pillars of an object-oriented programming. The word polymorphism is combined using two words. “Poly” which means many and “mor
Image Operations Using Word Document in C#
9/22/2023 10:31:14 AM.
In this article you can learn various image operations using a Word document in C# programming.
C# Using The Proxy Pattern To Define Relationships
9/22/2023 10:27:49 AM.
I was recently working on a 2.0 Framework project where we had many types of related objects. However, we needed to ensure that there were not multiple instances of the same object in memory. Usuall
Find and Replace Text in Text / HTML Files
9/22/2023 9:55:48 AM.
Here is the simple and quick way to replace a text in a HTML or TEXT file.
How To Use C# If Else Statement?
9/22/2023 9:45:43 AM.
The if else statement in C# is one of the most commonly used selection statements. This code example shows how to use an if..else if statement in C#.
Create a Text File in C#
9/22/2023 9:29:15 AM.
There are multiple ways you can create files in C# and .NET. This article provides code samples to create files in C# using File.Create() method, File.CreateText(), FileInfo.Create, and FileInfo.Creat
Excel Library in C#
9/22/2023 9:23:37 AM.
Microsoft Excel is a versatile spreadsheet program available on Windows, macOS, Android, iOS, and iPad. It offers powerful mathematical functions, graphing tools, pivot tables, and VBA macro programmi
How To Make Calculator In C#?
9/22/2023 9:07:02 AM.
Creating a calculator in C# is a common beginner's project that can help you learn the basics of building a graphical user interface (GUI) and handling user input. Here's a simple guide on how
.NET Class For Serialization
9/22/2023 8:42:33 AM.
In the .NET framework, serialization is the process of converting objects into a format that can be easily stored, transmitted, or reconstructed later. .NET provides various classes and libraries to f
Types Of Properties In C# Programming
9/22/2023 7:28:05 AM.
This article explains the types of properties in C# programming.Learn about the various types of properties in C# programming, including read-write properties, read-only properties, and write-only pro
Validation Controls In ASP.NET
9/22/2023 6:55:55 AM.
Validation is an important part of the user interface of a Web application. ASP.NET provides a list of validator controls to validate user input. In this article, I will explain the Validation Control
Decimal ("D") Format Specifier In C#
9/22/2023 6:31:22 AM.
In this article, I will explain how to use the decimal format specifier in C#.Learn how to use the "D" format specifier in C# to format numerical values as decimals, control the number of di
Design a Snake game in Blazor
9/22/2023 6:29:06 AM.
The Snake Game, with its roots tracing back to the 90’s arcade era. Thanks to Blazor, Let's give this timeless gem a new home on your web browser.
NoSQL Databases for ASP.NET Core Web APIs
9/22/2023 6:12:13 AM.
Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, inclu
Creating CRUD API with Dapper in ASP.NET Core
9/22/2023 5:54:25 AM.
In this example, I'll demonstrate how to perform CRUD (Create, Read, Update, Delete) operations using Dapper in an ASP.NET Core Web API with a real-world use case model named CSharpCornerArticle.
Power BI Query Folding
9/22/2023 5:21:57 AM.
Query Folding in Power BI is a performance-enhancing feature that optimizes data analysis. It pushes data transformations to the source, improving data refresh and incremental processes. Learn how it
WSL & Let's Encrypt for Azure App Service SSL Wildcard Certificates
9/22/2023 5:09:47 AM.
Learn how to use the Windows Subsystem for Linux (WSL) and the Let's Encrypt certificate authority to automate the issuance and renewal of free wildcard SSL certificates for Azure App Service. Lev
.NET Core Feature Flags
9/22/2023 4:46:54 AM.
Explore the power of feature flags (also known as feature toggles or switches) in software development. Learn how to enable or disable individual features or code paths in .NET Core without deploying
How to Transfer Tokens using Safe{Wallet}?
9/22/2023 4:03:42 AM.
Explore Safe{Wallet}'s multi-signature security for seamless token transfers. Learn the step-by-step process to manage digital assets securely and efficiently.
12 times Failed Attempts will Erase your iPhone Data
9/22/2023 3:58:28 AM.
This article will discuss How Many Failed Password Attempts to Erase iPhone Data?
Restore a Table from a Backup Database through Restore/Export
9/22/2023 3:40:56 AM.
This article is to discuss how to recover one table from a backup file
Auto Cancel Long Running Pipelines in Synapse / Azure Data Factory
9/21/2023 11:59:09 AM.
Auto Cancel Long Running Pipelines within Synapse / Azure Data Factory
C# ref Keyword
9/21/2023 11:49:00 AM.
C# ref and C# out keywords are used in method parameters. This article helps you decide whether to use a ref or out keyword, especially when the parameter types are value types.
Use of Stopwatch Class in C#
9/21/2023 11:35:05 AM.
This article shows how to use the Stopwatch class in your application.
KAFKA for Mere Mortals : Topics and partitions in Practice
9/21/2023 11:28:32 AM.
The main focus in this article is to create, list, describe and delete topics and partitions in KAFKA
Differences Between CQRS, MediatR, and CRUD
9/21/2023 10:35:46 AM.
Explore the differences between CQRS, MediatR, and CRUD in this insightful article. Learn when to use each technique, their unique benefits, and find scenarios where they shine in .NET development.
C# Reflection With Code Example
9/21/2023 10:21:08 AM.
In this article, I will discuss about C# Reflection with a code example.
OpenFileDialog In C#
9/21/2023 9:46:22 AM.
C# OpenFileDialog control is used to browse and select a file on a computer. In this article, you'll learn how to use the OpenFileDialog in C#.
How to Convert DocX Into PDF, HTML and XPS in C#
9/21/2023 9:15:11 AM.
This article explains how to convert a Word file to PDF, HTML, XPS and so on in C#.
Zip and Unzip files using GZipStream and DeflateStream classes
9/21/2023 8:55:26 AM.
The dot net framework provides us a way to compress and decompress data using the classes under the System.IO.Compression. There are two main classes that perform the job, namely the GZipStream class
Using .NET Core Option Pattern for Appsettings.json
9/21/2023 8:38:11 AM.
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
What is Code Llama?
9/21/2023 8:36:30 AM.
What is the IA from Facebook, Code Llama? Code Llama, a product of Meta, is a groundbreaking AI-driven natural language model tailored for coding tasks. It responds to both code and human language pro
How to Avoid Bots on Private Applications
9/21/2023 8:35:10 AM.
How to use userAgent to avoid bots in .NET Core applications. Implementing a middleware layer that filters incoming HTTP requests for known bot "User-Agent" strings is a practical way to mit
Get All Modules Used By Process In C#
9/21/2023 8:28:12 AM.
In this article you will get a list of all modules used by a Process in C#.To get all modules used by a process in C#, you can use the Process. Modules property to retrieve a collection of ProcessModu
Implementing a Custom Telerik RadTextBox Control in a WinForms Application
9/21/2023 8:07:11 AM.
Learn how to create a custom Telerik RadTextBox control for WinForms applications. This code example, compatible with .NET 5/6/7/8, adds convenient IsEmpty and IsNotEmpty properties, enhancing text bo
Fun with Backtracking - The N Queen Problem
9/21/2023 7:31:48 AM.
This article is for Implementation of backtracking algorithm using c#.
Implement Custom Image Handler In SPFx Rich Text Editor Using Angular 4
9/21/2023 7:22:47 AM.
Implementing custom image handler in the same, so you could be able to save the images uploaded in Rich Text Editor to the desired destination folder.
Access Blob Using SAS Token With .Net Framework
9/21/2023 7:18:37 AM.
In this article, we will see how we can access blob using SAS token and most specifically downloading file using .net code.
Search Records in Windows Form From SQL Server
9/21/2023 7:15:43 AM.
In this article you will see how to search the records from the database sql-server and how to binding the table values inside the datagrid.
List Videos From a Channel Using YouTube API V3 in C#
9/21/2023 6:40:44 AM.
This article shows how to retrieve all videos from a specific YouTube Channel using the latest YouTube API V3.
Angular Signals for Reactive Code
9/21/2023 6:35:29 AM.
Angular Signals, introduced in Angular 16, revolutionize reactive programming. They enable efficient, granular updates in response to data changes, simplifying UI updates and two-way data binding. By
Merge Multiple JSON files via Synapse / Data Factory Pipelines
9/21/2023 6:31:24 AM.
Merge Multiple JSON files via Synapse/Data Factory Pipelines
Cancel Azure Data Factory Pipeline Runs via Synapse / Data Factory
9/21/2023 6:29:47 AM.
Cancel Azure Data Factory Pipeline Runs via Synapse / Data Factory
PowerApps - PCF - Input Formatter With Regular Expression
9/21/2023 6:15:11 AM.
The benefit and advantage of this component is to dynamically apply validation pattern to HTML5 input control with the help of custom regular exppression. Along with this, it also provides some masked
Simplify API Data Handling with ASP.NET Core Model Binding
9/21/2023 5:50:47 AM.
In this article, we explore the versatile world of model binding in ASP.NET Core REST APIs. Model binding is a critical feature that simplifies data handling by automatically mapping HTTP request data
Swipe View in .NET MAUI
9/21/2023 5:28:58 AM.
In this article, we explore .NET MAUI, a powerful cross-platform framework that empowers developers to create native mobile and desktop applications using C# and XAML. With .NET MAUI, you can build ap
Special Class Of C# Series - Part One - Partial Class
9/21/2023 5:07:56 AM.
This article will help you understand what partial class is used in C-Sharp language. Also, I will explain the various uses of the partial class.
Simplified Access Control with Azure Temporary Access Passes
9/21/2023 4:59:59 AM.
In today's dynamic business landscape, Azure offers a solution to facilitate short-term resource access—Temporary Access Pass (TAP). This article explores TAP, guiding you through its activation a
Read Trx File From C#
9/20/2023 11:29:54 AM.
A Trx file is nothing but a Visual Studio unit test result file extension. This file is in XML format. The result of a unit test is kept in the TestResult folder in the base directory. You can open th
Reflection And Late Binding In C#
9/20/2023 10:47:02 AM.
With this article, I am trying to explain the reflection concept and its real-time uses in projects. In this article, reflection and late binding in C# provide the flexibility to work with types and o
How to Enforce Fixed-Length Values with Business Rules in MDS?
9/20/2023 10:33:08 AM.
Setting Business Constraints to ensure a fixed length of value for Text in Master Data Services. This solution addresses the challenge of enforcing fixed value lengths in Master Data Services (MDS) bu
Scan Barcode From PDF Using ITextSharp
9/20/2023 10:30:59 AM.
"Scan Barcode From PDF Using iTextSharp" describes using the iTextSharp library to extract and interpret barcodes from a PDF document, enabling automated scanning and processing of barcode d
Retrieve All Column Values with PnP JS in SPFx
9/20/2023 10:02:33 AM.
In this blog post, we'll delve into the process of extracting various field values from a SharePoint list using PnP JS, demonstrating how this can seamlessly integrate with SharePoint Framework (S
C# Asynchronous Programming - Return Type of Asynchronous Method
9/20/2023 10:01:26 AM.
In this article, we will understand various return types of asynchronous functions in C#.
CodeBehind Library in ASP.NET Core
9/20/2023 9:57:20 AM.
CodeBehind framework is a system development model based on the MVC pattern. CodeBehind brings aspx files back to ASP.NET Core and inherits the benefits of ASP.NET Core. Projects built under CodeBehin
Implementation Of Stack And Queue Using Linked List
9/20/2023 9:21:34 AM.
In this article, I will be discussing two data structures - Stack and Queue and their implementation using another data structure - Linked List.
Cracking the IoT Testing Puzzle
9/20/2023 9:19:39 AM.
An Article about shedding light on how we make sure interconnected devices play nice together.
Simplified .NET Application Development using Dapr
9/20/2023 9:09:40 AM.
In this article, we delve into Dapr's role in .NET development, exploring its key attributes through practical examples. Dapr, short for "Distributed Application Runtime," streamlines th
Working With Expression Bodied Members In C# 7.0
9/20/2023 8:46:46 AM.
This article explains about existing and new expression-bodied members, which are introduced in C# 7.0 and demonstrates how to use them in software development.
Solution For Parsing An Excel File In C# And The Cells Seem A To Get Cut Off At 255 Characters
9/20/2023 7:13:29 AM.
In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.
Func, Action And Predicate Delegates In C#
9/20/2023 7:01:21 AM.
If you don't want to declare delegates every time, you can use some built-in delegates.
Comapring .NET Standard vs .NET 6 vs .NET 6-Windows
9/20/2023 6:51:56 AM.
In this article, we delve into the ever-evolving .NET ecosystem, offering developers a wealth of options for crafting exceptional applications. Amid this diversity, it's easy to become overwhelmed
Using Microsoft Agent With C#
9/20/2023 6:37:49 AM.
This article explains how to include MS Agent into an simple Windows Form based application using C#.
String Interpolation In C#
9/20/2023 6:22:00 AM.
C# String Interpolation concatenates strings. In this article, I'll explain how to implement string Interpolation in C#.
Performance Of Loops In C#
9/20/2023 6:01:15 AM.
In this article, we will dive deep into the performance of C# Loops.
How To Check If A File Exists In C#
9/20/2023 5:47:07 AM.
In this article and code example, you will learn how to check if a file exists in C#.
Iterator In C# 2.0
9/20/2023 5:33:57 AM.
Iterator is one of the new feature in C# 2.0. I am trying to explain it with Employees and Department classses.
Type Inference in C#
9/20/2023 5:31:24 AM.
Understand what is type Inference in C# and how to implement it in your code.
Understanding the Flyweight Design Pattern in C#
9/20/2023 5:04:26 AM.
Explore the Flyweight Design Pattern in C#, a memory-efficient structural pattern. Learn to optimize performance by sharing common properties among objects, improving application efficiency.
Why is Smart Contract Auditing Important for Blockchain Security?
9/20/2023 4:52:47 AM.
Smart contract auditing enhances security, prevents losses, and builds trust in blockchain transactions.
Convert Web Page to PDF in C#
9/20/2023 4:39:35 AM.
Learn how to create PDFs from web content in C# using the WebBrowser control. Ideal for generating order or transaction details in applications like Shopify.
Data Transfer Objects (DTOs) in C#
9/19/2023 8:15:06 AM.
In the world of software development, Data Transfer Objects (DTOs) are vital for efficient data communication and manipulation. This article explains DTOs in C#, their importance, and practical usage.
Smart Testing with Risk Prioritization
9/19/2023 7:34:31 AM.
In the dynamic realm of software development, delivering top-notch products is paramount to meet customer demands and stay ahead of the competition. However, comprehensively testing every facet of com
Swagger API Filtering in ASP.NET Core
9/19/2023 6:43:06 AM.
Discover how to selectively expose APIs in Swagger for ASP.NET Core applications. Learn to control API visibility for improved documentation and security using the [ApiExplorerSettings] attribute.
Creating And Managing Digital Certificates In C# Using Visual Studio
9/19/2023 6:41:51 AM.
In this article, you will learn about creating and managing digital certificates In C#.
Adding Groups / User names and Permissions for a Directory in C#
9/19/2023 6:31:41 AM.
This article shows you the procedure to create a directory, adding a specific Group or the User Name account for that directory and providing the required permission for the same.
KAFKA for Mere Mortals : Topics and Partitions
9/19/2023 6:00:27 AM.
This article describes what is topic and partition and how partitions are split across the brokers
Understanding the Factory Design Pattern in C#
9/19/2023 4:26:07 AM.
Understanding the Factory Design Pattern in C#
ASP.NET (4-1) - Page Life Cycle: Debugging
9/19/2023 4:18:06 AM.
In summary, debugging in ASP.NET Page Life Cycle involves closely monitoring the execution flow, inspecting control states, and handling exceptions to identify and resolve issues efficiently. Understa
ASP.NET (4) - Life Cycle
9/19/2023 4:17:42 AM.
This article will discuss ASP.NET life cycle.
ASP.NET (3) - User/Custom Controls
9/19/2023 4:16:20 AM.
This series delves into ASP.NET, offering valuable insights into ASP and ASP.NET, controls, custom controls, and their utility in modern programming with Angular, React, and similar languages.
Update Size of File Column in Dataverse Table
9/19/2023 4:09:49 AM.
This article will walk you through that how we can update the size of already created file type column in Dataverse table.
Field vs Property in C#
9/18/2023 4:20:01 PM.
In C# object-oriented programming (OOP), distinguishing between "fields" and "properties" is fundamental. Fields directly store data, typically with private or protected access mod
Implicit And Explicit Interface Implementation In C#
9/18/2023 12:08:23 PM.
This article explains how to use implicit and explicit interface implementation in C# programming.In C#, interface implementation is a mechanism that allows a class to provide specific implementations
C# If Else Statement
9/18/2023 11:31:17 AM.
The C# If-Else statement is a fundamental control structure in C# programming that allows you to create conditional logic in your code. It enables your program to make decisions based on certain condi
Default Scope of a C# Class
9/18/2023 11:25:57 AM.
Here you will learn about the default scope of a C# class.
How to read a value from Console?
9/18/2023 11:15:11 AM.
This article explains how to get the input from the console using ReadLine.
Total in TextBox of two TextBoxes in C#
9/18/2023 10:56:06 AM.
How to use Total in TextBox in two TextBoxes in C#.
Dependency Injection And Service Lifetime in ASP.NET Core
9/18/2023 10:40:03 AM.
Dependency injection And Service Lifetime in ASP.NET Core With Realtime example
Calculate The SUM Of The DataTable Column In C#
9/18/2023 10:39:52 AM.
In this article, I am going to explain how to calculate the sum of the DataTable column in ASP.NET using C#. Here, I'll also explain what a DataTable is in C#, as well as different kinds of ways t
Difference Between Array And ArrayList In C#
9/18/2023 9:56:34 AM.
In this article, we will see the basic differences between an Array and an ArrayList.
Passing parameters To A function By Value And By Reference
9/18/2023 9:39:47 AM.
In this article we will see how to pass parameters to a function by Value and by Reference.
Tips for Choosing PDF Library in C#
9/18/2023 9:37:41 AM.
This article explores essential PDF tools like IronPDF, PDFTron, and QuestPDF, highlighting their features, use cases, and ease of implementation. IronPDF stands out for its simplicity and comprehensi