HomePosts tagged “c# tips”

c# tips

Showing 1 - 14 of 14 results
C# Compiler Error CS0171 – Field ‘name’ must be fully assigned before control is returned to the caller Reason for...
In this post, let’s have a look at a simple tip to find out if the current time zone is...
C# Compiler Error CS0051 – Inconsistent accessibility: parameter type ‘type’ is less accessible than method ‘method’ Reason for the Error...
C# Compiler Error Message CS0050 – Inconsistent accessibility: return type ‘type’ is less accessible than method ‘method’ Reason for the...
C# Compiler Error Message Error CS0012 The type ‘type is defined in an assembly that is not referenced. You must...
Assume that you have a string that contains the URL and you want to get the parameters from it in...
Assume that you have a string in C# and you will need to extract the number from it, You can...
There are times when you might want to find out what is the last day of a given month in...
In this C# tips & tricks post , we will look at a simple usage of LINQ in C# to...
If you are looking at a way to get the name of the current method in C#, here’s a quick...
This post explains how you can use the split method in C# to count a string’s occurrences with-in a string....
Do you have a requirement where you would need to count the number of words in a string in C#...
This blog post will explain how you can use the TrimStart function in C# to remove leading zeros from a...
Thanks to one of My friend (Anil pai) , who asked me a question on how to convert a string...

Categories

Archives