Joche Ojeda

Xari
How to exclude package dependencies in a NuGet package

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 )

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...

Exposing your XPO ORM using GraphQL dotnet

Exposing your XPO ORM using GraphQL dotnet

Exposing your XPO ORM using GraphQL Note: you can download the full source code for this article in my GitHub repository  In the past few years, I have been working on developing mobile applications, in the mobile world most of the applications will consume some type...