21-40 of 2064
Previous
Next |
Escape Characters with the "@" Symbol in C#
by Srinath M S
Language: .NET, Expertise: Beginner - Learn how to escape certain characters in C#.
|
Using the Obsolete Class to Signal Upcoming Changes
by Srinath M S
Language: .NET, Expertise: Advanced - See how to use the Obsolete Class to let your vendors know of upcoming changes that could break their code.
|
Use the ExceptionDispatchInfo Class to Capture the Entire Exception
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn how to use the ExceptionDispatchInfo class to capture the entire exception with the stack trace and throw it later.
|
Switch to HTTP2 for Faster Websites
by Srinath M S
Language: .NET, Expertise: Advanced - Learn how to increase server performance with HTTP2.
|
Conditional Catch Blocks in C#
by Srinath M S
Language: .NET, Expertise: Intermediate - See how to use a conditional catch block.
|
Add Support for Custom Media in ASP.NET Web APIs
by Srinath M S
Language: .NET, Expertise: Advanced - See an example of how ASP.NET's Web APIs support custom formatters.
|
Identify Troublesome Web Queries in IIS
by Srinath M S
Language: .NET, Expertise: Advanced - Learn how to figure out which worker processes are messing with your server performance.
|
Quickly Surround a Block of Code in Visual Studio
by Srinath M S
Language: IDEs, Expertise: Intermediate - See how to use inbuilt code snippets in Visual Studio.
|
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.
|
Using Swagger to Document Your ASP.NET Web APIs
by Srinath M S
Language: .NET, Expertise: Advanced - Consuming APIs can be complicated due to the lack of documentation and testable features. See how Swagger bridges that gap.
|
Dealing with Datetimeoffset Serialization to Strings
by Srinath M S
Language: .NET, Expertise: Intermediate - DateTimeOffSet values are often converted to strings for display but they often fail when they are converted back.
|
Faster Way to Attach a Process During Debugging
by Srinath M S
Language: .NET, Expertise: Intermediate - See how Visual Studio 2017 provides an easier and faster way to attach a process.
|
How to Restrict Input Text to Characters in a Text Box
by Srinath M S
Language: .NET, Expertise: Beginner - Learn how to use the KeyPress event to restrict text input.
|
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.
|
Determine if the Current Request Is from a Crawler in ASP.NET
by Srinath MS
Language: .NET, Expertise: Intermediate - Learn how to use the "crawler" property of System.Web.HttpBroswerCapabilities to handle requests from crawlers.
|
Check Whether a String Contains Another String
by Srinath M S
Language: .NET, Expertise: Intermediate - Learn how to perform a valid string comparison by ignoring the case.
|
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.
|
How to Turn on TLS Versions Without Affecting Earlier Versions
by Srinath M S
Language: .NET, Level: Advanced: - Learn how to configure the ServicePointManager to turn on the TLS version you want without affecting other versions.
|
Decompile Code from a .NET Executable
by Srinath M S
Language: .NET, Level: Advanced: - We often lose the source code of the executables we build, but there's way to recover it.
|
21-40 of 2064
Previous
Next |