Dijkstra’s Algorithm in C# with Generics
I recently needed to to implement a shortest-path algorithm (to identify preferred domain controllers using...
I recently needed to to implement a shortest-path algorithm (to identify preferred domain controllers using...
public class Size { public string Name { get; set; } public int Height {...
HTML5 API includes Drag and Drop (DnD) native functionality. The event listener methods for all...
It’s easy by using the HttpContextWrapper HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current)); Happy coding!
If you need to check if something is a number, in C# doesn’t exist a...
If you work with Visual Studio 2015 and WebAPI, this short post is for you!...
In the two previous post I discussed about the first step to creare this application...
In my previsious post I discussed the first implementation of this application. In this post...
In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015...
Some people asked me the different between those two following code: Code 1 try {...
Very often I found this problem and now I got a solution! I’ve compared some...
I found a simple code to know the execution time of a method. First of...
You can convert a string to hex or vice-versa with this methods. Example for real...
I’m looking for an answer to my regular expresssion problem in c#. I’m looking for...
Did you received this error when you try to login in your Owin app with...
If you have problem returning dynamically drawn image from controller below informations may help. The...
Register an app in the Microsot Account Developer Center Go to the Microsoft Account Developer...
You might have missed to register your Interface and class (which implements that inteface) registration...
Implement the inversion of control pattern is linked with the Dependency Injection Principle states. Here we analyse a simple implementation
These code samples demonstrate how to generate a strong random password, which does not contain...
One of the common requirement of web applications is to provide users a way to...
Open Source C# to JavaScript Compiler and Frameworks. Run Your App On Any Device Using...
If you google a bit about this problem, you can’t find a right solution because...
I was encouraged to write this Tip/Trick because of so many questions received for this...
Whilst working on a side project I started to notice I was using a lot...