Get Dropbox Access Token Using .NET SDK
In this article, we will generate an access token using ASP.NET MVC with the help of Dropbox .NET SDK.
In this article, we will generate an access token using ASP.NET MVC with the help of Dropbox .NET SDK.
This article helps to create a star pattern in the C# console application (Part -2).
In this article, we will learn about how we can read an API exception in C#.
The WebException class is thrown when an error occurs while accessing the API. It can check the Response property or the Status property of the exception to determine why the request failed.
In this article, we are going to learn how actually GUID is created.
This article helps to create a dynamic star pattern in C# console application.
Here, we will learn about taking the backup of database programmatically using c#. We will take the backup of a single database in our tutorial.
I am often asked by some people/colleagues, “which loop is faster?” “Which loop has higher performance?” Etc. I have heard that the For loop is faster than the For…each loop but I have never tried it before. So, I decided to see how big the difference is among all the loops and which one is faster at looping through an array and a list in terms of speed and performance.
In this article, we’ll learn how we can optimize lines of code, which we should follow to write better, more clear code
In this article, we will learn about the Generic Extension method to map objects from one type to another.
In this post, we will see how we can set automatic JS and CSS versioning to ignore the browser cache whenever the files are updated on the server. We will create a simple MVC project and call one JavaScript file from the View.