Arunkumar Blog
Home
Posts
Learn programming and web development with simple detailed tutorials and examples.
Get Started
Get free link to download 900+ Material Icons
Name
Email
Subscribe
Recent Posts
The Best Linux Distros for Web Developers
None of the essential tools for web development are dependent on any specific operating system (OS). Technically speaking, any device …
Arunkumar Gudelli
Last updated on
Jan 12, 2021
4 min read
How to check if a string is a number in C#
Steps to check if a string is a number in c# 1.Declare an integer variable. 2.Pass string to int.TryParse() or double.TryParse() …
Arunkumar Gudelli
Last updated on
Jul 8, 2020
2 min read
How to loop or get enum names and values in C#
Steps to loop or get enum names & values in C# 1.Use C# Enum.GetValues() method to get all possible values of Enum.2.Then, …
Arunkumar Gudelli
Last updated on
Jul 8, 2020
2 min read
How to convert byte array to a hexadecimal string in C#, and vice versa?
This post contains two simple methods to convert byte array to hexadecimal string in C# and vice versa.
Arunkumar Gudelli
Last updated on
Jul 8, 2020
1 min read
Get int value from Enum in C# with examples
To get int value from enum in C#, cast the enum to int
Arunkumar Gudelli
Last updated on
Jul 8, 2020
1 min read
See all posts