Skip to content

Pro Code Guide

Developer's Guide to Programming

  • Home
  • Contact
  • About
Pro Code Guide
Developer's Guide to Programming

C#

This category is for all C# language related Tips, Tutorials & Guides

Upload File using C# ASP.NET FileUpload Control

Upload File using C# ASP.NET FileUpload Control

BySanjay 3 October 2022

In this article, we will learn about how to upload a file using File Upload Control in ASP.NET C#. We will create a new project of type in ASP.NET C# to develop a solution that will make use of file…

Read More Upload File using C# ASP.NET FileUpload ControlContinue

File Upload in ASP.NET Core

File Upload in ASP.NET Core 6 – Detailed Guide

BySanjay 27 October 2023

In this article, let’s learn about how to perform file upload in ASP.NET Core 6. The file for upload can be of any format like image (jpg, BMP, gif, etc), text file, XML file, CSV file, PDF file, etc. We…

Read More File Upload in ASP.NET Core 6 – Detailed GuideContinue

Open and read XML File in C#

How to open and read XML files in C# .NET 6

BySanjay 27 October 2023

In this article, we will learn about how to work with XML files in C# .NET 6 i.e. in particular how to open and read XML files in C# .NET 6. We will look at various options available in C#…

Read More How to open and read XML files in C# .NET 6Continue

Entity Framework Code First

Entity Framework Code First vs Database First vs Model First Approach

BySanjay 10 January 2022

In this article, we will learn about different approaches available to implement entity framework in any .NET or .NET Core based C# applications. There are 3 possible approaches when it comes to implementing entity framework in .NET C# applications. These…

Read More Entity Framework Code First vs Database First vs Model First ApproachContinue

string vs StringBuilder c#

C# StringBuilder & String vs StringBuilder (with Performance Comparison) in C# .NET

BySanjay 31 March 2022

In this article, we will learn mainly about what are string, String & StringBuilder in C# their differences and when to use them. String vs StringBuilder details will help you to decide what should be used in your code for better performance and memory management….

Read More C# StringBuilder & String vs StringBuilder (with Performance Comparison) in C# .NETContinue

Measure Elapsed Time

Accurately Measure Elapsed Time (Execution Time) in C# .NET using Stopwatch Class

BySanjay 2 January 2022

Sometimes when our code is running slow or taking a long time for completion then there is a need to measure the time taken by different code operations (validations, database calls, external API calls, etc.) to identify a slow task…

Read More Accurately Measure Elapsed Time (Execution Time) in C# .NET using Stopwatch ClassContinue

Async Web API with ASP.NET Core

Creating an Async Web API with ASP.NET Core – Detailed Guide

BySanjay 27 October 2023

In this article, we will learn about the basics of async programming with its benefits in Web API, why do we need async API and also look at how to build an Async Web API with ASP.NET Core 6. We…

Read More Creating an Async Web API with ASP.NET Core – Detailed GuideContinue

Asynchronous Programming

Asynchronous Programming in .NET Core C# – using async & await

BySanjay 27 October 2023

In this article, we will learn about the details of asynchronous programming with code examples i.e. what is async programming, how is it different from sync programming, how to implement it in .NET Core C# using async & await, when…

Read More Asynchronous Programming in .NET Core C# – using async & awaitContinue

© 2020-2025 Pro Code Guide

Facebook YouTube Twitter Github Email RSS
Scroll to top
  • Home
  • Contact
  • About
Search
We use cookies to ensure that we give you the best experience on our website.Ok