
Joche Ojeda


Replacing WCF with AspNetCore Rest API as transport layer for XPO
I have been using XPO from DevExpress since day one. For me is the best O.R.M in the dot net world, so when I got the news that XPO was going to be free of charge I was really happy because that means I can use it in every project without adding cost for my customers....

How to fix Error MSB4044 The “FilterAssemblies” task was not given a value for the required parameter “DesignTimeBuild”
If you updated your visual studio to version 16.2.0 and you are using MSBuildSdkExtras your project won't compile. so to fix this problem (this is a temporary fix). You need to add the following lines to your csproj <PropertyGroup Label="Android DesignTimeBuild...

How to automatically show a read me file after installing a NuGet
There are times when you have been working on your new exciting project and it looks so good that you just want to release it as soon as possible so the world can be blessed with your new NuGet package but wait your new library is a complex library and require special...

How to exclude package dependencies in a NuGet package
Sometimes during the development stage, you need to add package references to your project that are only needed either during the development or compilation stage but they are not actually required by the emitted assembly. So how do we avoid to flood the end project...

Brevitas Application Framework (Alpha Release )
First, let's start with that is Brevitas, if someone asks me (the creator) I will say that Brevitas is an application framework for Xamarin Forms that you can use to develop L.O.B (Line of Business) Applications. Creating mobile apps using MVVM pattern is fun, but it...

How to create a self contained netcore 3 console application
I have a new project that I want to deploy and I don't want it to depend on the dot net framework, so I decided to create a self-contained executable. At first, I thought it was an easy process and don't get me wrong, it is, but I could not find all the pieces of the...