21-40 of 411
Previous
Next |
Convert Hex to RGB in C#
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn how to replace a hex string with RGB color in C# using the system.globalization namespace.
|
Use BitConverter Class to Convert a Byte Array
by Srinath M S
Language: .NET, Expertise: Intermediate - See how BitConverter's ToString method can be used to convert a byte array to a string.
|
Change Date to ISO8601 Date Format in C#
by Srinath M S
Language: .NET, Expertise: Beginner - See how to use ToUniverstalTime to change the date format in C#.
|
Calculate the Distance Between Two Coordinates in C#
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn how to use the GetDistinaceTo method of the GetCoordinates class to determine the distance between two coordinates in C#.
|
Using SoapHexBinary Class for Byte and String Conversions
by Srinath M S
Language: .NET, Expertise: Intermediate - See how to perform byte and string conversions.
|
Get the Path to the Temporary Folder in the Operating System
by Srinath M S
Language: .NET, Expertise: Intermediate - Use the GetTempPath method to retrieve the temp file path.
|
Enumerate All the Values in an Enum
by Srinath M S
Language: .NET, Expertise: Intermediate - See an easy way to enumerate all the values.
|
Get a Special Folder Path in C#
by Srinath M S
Language: .NET, Expertise: Beginner - See how to use the System.Environment namespace's GetFolderPath method to retrieve the path of a special folder.
|
Return Standard Inbuilt Response Codes from a ASP.NET Core Controller
by Srinath M S
Language: .NET, Expertise: Advanced - See some examples of ASP.NET core inbuilt methods that return few standard response codes.
|
Quickly View All TODOs in Visual Studio
by Srinath M S
Language: IDEs, Expertise: Intermediate - Learn how to list all of the TODOs in your code.
|
Return Response Codes from ASP.NET Action Result Using StatusCodes Enum
by Srinath M S
Language: .NET, Expertise: Intermediate - See an example of how to return one of the values from the enum.
|
Quickly Tell Team Something About Code
by Srinath M S
Language: .NET, Expertise: Advanced - See low Visual Studio allows you to leave warning notes for fellow developers.
|
How to Create a Hash String for a String Input
by Srinath M S
Language: .NET, Expertise: Advanced - See how to use the SHA1Managed class and compute hash for an input string.
|
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.
|
Displaying Date Time with Reference to Time
by Srinath MS
Language: .NET, Expertise: Advanced - Learn more about .NET helper assemblies that help you represent datetime in more readable formats.
|
How to Kill a Long-Running Process
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn how to a kill long-running process or take another action.
|
Use the DeploymentSection Retail Property to Deploy ASP.NET Apps
by Srinath M S
Language: .NET, Expertise: Advanced - We sometimes forget to turn debug to false or turn off tracing. You only need to set the following configuration in the machine.config file in the web server.
|
Using the String.join Method to Concatenate Strings
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn how to use the string.join method to concatenate strings with a common delimiter.
|
21-40 of 411
Previous
Next |