1-20 of 86
Previous
Next |
Cast an Int Value to an Enum Value in C#
by Srinath M S
Language: .NET, Expertise: Beginner - See how to easily convert an integer to the appropriate enum value.
|
Convert a Byte Array to a Hexadecimal String
by Srinath M S
Language: .NET, Expertise: Intermediate - See how to convert byte arrays to strings in C#.
|
Quick C# Experiments with Interactive Window
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn more about how Visual Studio 2015 provides a way to easily create test code or experiments.
|
How to Filter an Exception with a Condition in C# 6.0
by Srinath M S
Language: .NET, Expertise: Intermediate - See how to filter for conditional exceptions in C#.
|
Escape Characters with the "@" Symbol in C#
by Srinath M S
Language: .NET, Expertise: Beginner - Learn how to escape certain characters in C#.
|
Conditional Catch Blocks in C#
by Srinath M S
Language: .NET, Expertise: Intermediate - See how to use a conditional catch block.
|
Find the Sign of a Number in C#
by Srinath M S
Language: C#, Expertise: Beginner - See how to determine if a number has a negative sign or positive sign.
|
Format the Console.Write Responses
by Srinath M S
Language: .NET, Level: Intermediate: - The formatting for the data written to the console using the console.write or console.writeline commands can be difficult to read. See how C# allows you to insert additional spaces to fix that problem.
|
How to Escape Curly Braces in C#
by Srinath M S
Language: .NET, Level: Beginner: - Learn how to escape curly braces in C#.
|
How to Find the Size of the HTTP Resource Being Fetched
by Srinath M S
Language: .NET, Level: Intermediate: - See how to use the HttpWebRequest class in C# to determine the size of a file.
|
Merge Two Data Tables in C#
by Srinath M S
Language: .NET, Level: Intermediate: - Learn how to easily merge two data tables with the same data columns in C#.
|
Avoid Repeated Execution of LINQ Queries in C#
by Srinath M S
If not well designed, a LINQ query will execute every time you access it. In order to avoid that, convert the result to a list and then do further operations on that result.
|
Controlling Exceptions in C# 6.0
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn an easy way to control exceptions in C#.
|
Sort a List in C# by Date
by Srinath M S
Language: .NET, Expertise: Intermediate Use the Sort Method of LINQ and the CompareTo delegate to sort lists in C#.
|
Get the Size of a File in FTP with C#
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn how to get the size of a file in FTP via C#.
|
FloodFill Objects Using C#
by Hannes du Preez
Language: .NET, Expertise: Intermediate - Use this sample code to floodfill drawn objects.
|
Using Aliases for Namespaces in C#
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn to use aliases for long namespaces and use them further down in the code.
|
Block and Unblock Internet Access on a User's Computer Using C#
by Hannes du Preez
Language: .NET, Expertise: Intermediate - Control Internet connectivity on a user's PC via C#.
|
Get DNS Name from an HttpRequest in C#
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn how to retrieve the DNS Name.
|
Performing Basic Validation with the Error Provider Control in C#
by Hannes du Preez
Language: .NET, Expertise: Beginner - See why the ErrorProvider control is quite useful when it comes to user input validation.
|
1-20 of 86
Previous
Next |