Skip to content
Beetechnical Logo
  • Blog
    • Cloud Computing
      • AWS
      • Microsoft Azure
    • Interview Q&A
      • .Net
      • Python
    • Tech Tutorial
      • C # .Net
      • Java
      • Python
      • Design Patterns
      • Redis
  • Developer Tools
    • World Clock
    • Json Minifier
    • String Utilities
    • Text Comparison
    • json Beautifier
  • Write for Us
SignIn

C#

Home » C#

ASP.NET Web API and ASP.NET Core
Posted inTech Tutorial

Quick Difference between ASP.NET Web API and ASP.NET Core?

ASP.NET Web API and ASP.NET Core are both frameworks for building web applications in C#. And, If you are a .Net Developer and being involved in the Microsoft tech stack for a long. You would definitely work with both.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah March 7, 2023Posted inTech TutorialTags: C#No Comments
can guid be null c#
Posted inTech Tutorial

Can Guid be Null in c#

The Guid struct is a value type in C# and has a default value of all zeroes, which represents an empty Guid. To represent the absence of a value, you can assign a null value to a Guid variable using the nullable type syntax.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah March 7, 2023Posted inTech TutorialTags: C#1 Comment
Reverse String in C#
Posted inTech Tutorial

Reverse a String Using Linq

In C#, there are several ways to reverse a string. One of the simplest and most straightforward methods is to use the Array.Reverse method in conjunction with the ToCharArray method of the string.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah February 9, 2023Posted inTech TutorialTags: C#2 Comments
Framework Vs Library
Posted inTech Tutorial

Quick Comparision between Framework vs Library | 2023

A quick comparison guide between framework vs library to help you understand better and quickly.
Read More
Posted by Avatar for tithi By tithi January 17, 2023Posted inTech TutorialTags: C#, java
CPP vs CSharp
Posted inTech Tutorial

CSharp/C# Vs. C++: Detailed Comparision | 2022

After C programming, C++ and C# became popular entries in this field. Despite their similar sounds, C, C++, and C# are all different programming languages.
Read More
Posted by Avatar for tithi By tithi December 11, 2022Posted inTech TutorialTags: C#
Lock in C#
Posted inTech Tutorial

Easiest Way to Implement Lock in C# | 2022

The lock in C# can be used to get a mutual-exclusion lock on a block of code, ensuring that only one thread can run it at once.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah September 25, 2022Posted inTech TutorialTags: C#1 Comment
C# in Dictionary
Posted inTech Tutorial

C# Dictionary Complete Guide | 2023

The C# Dictionary is a generic collection that stores key-value pairs in no particular order. It's a part of the System.Collections.Generic namespace in .Net Framework.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah September 10, 2022Posted inTech TutorialTags: C#3 Comments
C# MemoryStream
Posted inTech Tutorial

How to write C# MemoryStream into the File & Database | 2023

As the name suggests C# MemoryStream is used for storing the stream in the system memory or RAM. It is inherited from the base class Stream like FileStream which is used for reading the content of physical files.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah August 24, 2022Posted inTech TutorialTags: C#1 Comment
Read File in C#
Posted inTech Tutorial

How to Read File in C# | Easiest Way to Read Text File | 2022

Every language has multiple options to perform read-write operations using built-in system classes. In this article, we will explore the multiple ways, How to read file in C#.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah August 21, 2022Posted inTech TutorialTags: C#1 Comment
ValueTuple and Tuple in C#
Posted inTech Tutorial

What are ValueTuple & Tuple in C# | Complete Guide | 2022

A tuple in C# is a special kind of data structure used for holding the different types of data types. In .NET concepts of tuple were introduced in the .Net framework 4 by Tupple generic class.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah July 30, 2022Posted inTech TutorialTags: C#

Posts navigation

1 2 3 Next page
Need Help?

Want to contribute, need assistance, or have some questions? Connect with me on Twitter directly..
@dk_thecoder

Join the Readers Club
Loading
Trending on Beetechnical
  • How to Find 2nd, 3rd, or Nth highest salary using dense_rank & Max Function
  • Top 66 Senior .NET Developer Interview Questions & Answers With Examples | 2022
  • Xunit Theory With Memberdata, ClassData & Inlinedata | 2023
  • Azure Data Lake Or ADLS Gen1 vs Gen2 | 2023
  • How to write C# MemoryStream into the File & Database | 2023
  • Usewhen vs Mapwhen | Asp .Net core middleware | 2022
Copyright 2023 | Beetechnical.com
  • Posting Guidelines
  • Privacy Policy
  • TERMS OF USE
  • DISCLAIMER
  • FAQ
  • About us
Scroll to Top