HomeAuthor: adminPage 2552

admin

Showing 51021 - 51040 of 52147 results
When working with the API’s in Outsystems , there are times when you might want to transfer the UserAgent from...
Here’s the list of some of the possible ways of array initializations in C# C# Tips and Tricks #21 –...
This post will provide the list of some of the top ASP.NET based Content Management Systems (CMS) that you may...
Wondering how to check if your website is affected with the HeartBleed SSL Bug ?. There are various ways to...
In this blog post , we discuss 6 most commonly used Curl commands with examples. Curl is one of the...
Below are the list of some the popular sentences that most of the programmers speak in their day to day...
Here’s simple code snippet demonstrating how to validate a UK Telephone number (both Mobile and landline number) using regular expression...
Do you want to get assembly version or assembly file version in your C# code?. This blog post exactly explains...
Here’s a quick one. Its rather a simple tip demonstrating how to repeat a character X times in C#. How...
There are occassions where you might have to convert or encode a string to base64 and vice versa in C#....
If you are using Dictionary and wondering how to sort it based on the value , you can pretty much...
In this C# tips and tricks blog post , we look at how to use String.Format function to display the...
In one of my previous blog posts , we looked at converting c# object to Json string using the Newtonsoft.Json...
You can easily convert the C# object to JSON string by using the Newtonsoft.Json NuGet package which is one of...
Assume that you have a List of string and you wish you to get the items of the list into...
If you are using Reflection and you wish you get property value using Reflection (string in this example) using C#,...
There are times when the developers would encounter scenarios where they need to generate a random alphanumeric string to be...
If wanna send email through gmail as the SMTP provider from your .NET application , here’s a sample code snippet...
C# multiline string literal (@) is one of the feature which allows the c# developers to use @ symbol in...
Although not a good practise , cometime you might want to hide a specific warning of your C# code. For...

Categories

Archives