Showing 21 - 40 of 122 results
There are times when you want to mark a class or method as deprecated in your source codeย  so that...
Want to convert array of strings to List of strings in C# ? . Below is a sample code to...
If we need to use an identifier that has the same name of the keyword in C#, you can do...
Below is a sample code snippet demonstrating how to iterate over a dictionary in C#. How to iterate over a...
When developing an application using C# , one would have noticed the usage of String and string class . In...
Introduction This program in C# developed using .NET Framework 4.5 and Visual Studio 2013 will demonstrate how to get theย input...
If you wanted to get the path to the Microsoft .NET Frameworkโ€™s csc.exe from Visual Studio Command Prompt , you...
Retrieving Data from the database and displaying the result is one the basic operation that most of the application would...
Ever wondered what is Flags attribute in C#? . Hereโ€™s the post that explains with an example on what is...
Within a for loop or a while loop in C# , you can use break or continue keyword . What...
Few days back , Userware software company has released a new free extension for Visual Studio that allowed the developers...
Sometimes when developing an web application , the developers might want to serialize Enum to its string instead of the...
There are times when you want to combine 2 website Urls together say with the subdomain . For example ,...
If you need to send emails via SMTP programmatically using C# , you can use the the SmtpClient class that...
If you need to translate a hostname (for example : Ginktage.com) to its IP Addressย  , you can use the...
Sometimes you may want to create an temporary file . Instead of manipulating the userโ€™s temporary directory and then manually...
If you need to get the list of all drives installed on your system using C# , you can use...
If you need to reverse the values of an array , you could use the Reverse extension method. How to...
There are times when you might want to split a string to array of strings based on delimiter in C#....
You might encounter an scenario where you have to find out if the integer value that is passed needs to...

Categories

Archives