HomeAuthor: adminPage 2547

admin

Showing 50921 - 50940 of 52147 results
This blog post will explain in simple steps on how you can mark a method or function obsolete in C#...
c#This blog post will explain what is the default keyword in C# and the usecase of the default keyword in...
When you deploy your ASP.NET Web Application on Windows Server running IIS , there are times that you might receive...
This blog post explain the usage of the Checked Block in .NET and how you can use them in Visual...
There are different ways in which the developers can get the computer name in their .NET application using C#. Using...
This post will explain the different ways to assign the null values to the Nullable Datetime and explain how to...
This post will explain how you can check if a string is null or string contains only whitespace orin C#....
Optional parameters and named Parameters are the new features in C# 4.0.It provides the ability to define a parameter for...
The Object Initializer and Collection Initializer in C# are similar to initialized Array and Object Constructor where we are able...
If you need to find out if the .NET Core is installed in Windows and which version of the SDK...
  • .NET
  • November 29, 2020
The Local Type Inference is also called as Implicitly Types Local Variables in C# and is an easy way to...
This blog post will explain 3 different use cases of the @ Symbol in C# and how the .NET developers...
Assume that you have a string in C# and you will need to extract the number from it, You can...
When using XmlSerializer in C# ,there are times when you might see the below error “There was an error reflecting...
There are times where you want to show automatic scroll bar in a WPF TextBlock and you can easily achieve...
  • .NET
  • November 22, 2020
There are times when you might want to find out what is the last day of a given month in...
This blog post will provide a simple tip demonstrating how you can implement a truncate function in C# so that...
Everwondered how you can use a ternary operator with-in a string interpolation in C#?. This simple tip shows you how...
There are times when you might get the below error when you have multiple projects with-in your Visual Studio solution....
You can get the Unix timestamp in C# by subtracting the epoch time of 1st January 1970 from current UTC...

Categories

Archives