Setting up an MVC project with ASP.NET Core in Visual Studio
So this weekend I am giving .Net core a spin again. I have decided that it is long overdue and that I should give this a »
So this weekend I am giving .Net core a spin again. I have decided that it is long overdue and that I should give this a »
I just had this error when updating a package in .NET Core. I always forget what this error means as there is a long time between »
This comes up once in a while. Why use JSON instead of XML? Why choose one over the other? They seem so alike and yet I »
What you are looking for is most likely the static method Join from the string class. It is a very smooth way to create a comma »
So you are going to use MemoryCache and you have to choose a way to expire your cache. There are two options: Absolute expiration and sliding »
For some reason it is not possible to buy Dark Souls 1 for xbox on your console. Meaning if you start your xbox and head to »
Years ago I made this blog post on a memorycache implementation done by Falafel software. I had a task where I needed to use caching so »
Once again I had this discussion at work. What is the difference between DataContractSerializerand XmlSerializer? Why use one of them over the other? The two serializers »
Looking for a solution to get raw data (body) of a POST or PUT request in Web API? Here are two ways to do what you »
If you are trying to uninstall a Nuget package just to reinstall it, you might end up in a dependency hell if other packages depend on »