Skip to content
Beetechnical Logo
  • Site
  • Cloud Computing
    • AWS
    • Microsoft Azure
  • Tutorials
    • C # .Net
    • Java
    • Python
    • Design Patterns
    • Redis
  • Dev Tools
    • Json Minifier
    • String Utilities
    • Text Comparison
    • json Beautifier
  • Interview Prep
    • .Net
    • Python
Write for us

C#

Home » C# » Page 2

Arraylist in C#

Working with C# ArrayList: Tips, Tricks, and Best Practices for Effective Data Management | 2023

C# ArrayList class is a dynamic array that allows you to store and manipulate a collection of objects of any type. It provides methods to add, remove, and access elements in the array, and it can grow or shrink dynamically as needed.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah April 16, 2023Posted inTech TutorialTags: C#1 Comment
C# Hashtable

C# Hashtable: Fast and Efficient Key-Value Data Structure for Your Code | 2023

Learn about C# Hashtable and its features. Understand the differences between Hashtable and Dictionary, and discover how to create and use Hashtable in your C# code.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah April 15, 2023Posted inTech TutorialTags: C#2 Comments
Callbacks in C#

Callbacks in C# : Delegates | Exploring the Best Ways | 2023

Callbacks in C# are a way to pass a method as an argument to another method. The method that receives the callback can then call the passed method at some point during its execution.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah April 4, 2023Posted inTech TutorialTags: C#1 Comment
Test Private Methods Using XUnit

How to Unit Test Private Methods Using XUnit in C# | 2023

Unit testing private methods in C# can be a challenging task as private methods are not directly accessible from outside the class. However, there are several techniques available to test private methods in C#, including Reflection, Accessors, and Protected Method Testing.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah April 4, 2023Posted inTech TutorialTags: C#
ASP.NET Web API and ASP.NET Core

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#1 Comment
can guid be null c#

Can Guid be Null in C# | 2023

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 a String in C#

4 Efficient Ways to Reverse a String in C# | 2023

In the world of development, one common problem statement and frequently asked interview question is how to reverse a string in C#. In this article, we will explore several effective methods for achieving this task.
Read More
Posted by Avatar for Deependra kushwah By Deependra kushwah February 9, 2023Posted inTech TutorialTags: C#2 Comments
CPP vs CSharp

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#

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

Mastering C# Dictionary: The Ultimate Guide for 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

Posts navigation

Previous page 1 2 3 4 Next page
Need Help?

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

@dk_thecoder

Connect With Us
Facebook
Twitter
Linkedin
Latest Posts
  • Explore Serilog Sinks Seq Server With .Net Core 6
  • A Comprehensive Guide to Logging with Serilog for .NET Developers | 2023
  • Easy Example of SQL Pivot Rows to Columns | 2023
  • Real Word Examples of Struct Vs Class in C#
  • What are MVP and MVC and what is the difference? | 2023
Copyright 2023 | Beetechnical.com
  • Posting Guidelines
  • Privacy Policy
  • TERMS OF USE
  • DISCLAIMER
  • FAQ
  • About us
Scroll to Top