avatar

William Leme

Designing the System

YNAB starter kit in .Net Core 2.2

Want to start developing custom YNAB tools using .net core ? You can use this github project as a base

Accessing OAuth access token in Asp.Net Core 2

You can easily access the OAuth access token by calling

Models and DTOs in Your API

I religiously avoid using model objects on my API interfaces. The reason is really simple, a model is a business entity and you don’t want to expose a business entity inadvertently to your API consumers.

Put vs Patch Api in .Net Core

There are 2 http verbs that can be used when updating a resource: Put and Patch but when to use one over the another ? In simplistic terms the former updates the entire resource whereas the latter updates one partially.

Installing SqlServer on Linux

Using a sql server docker instance.

Enumerators in your Api - How to handle enums in your .Net Core Api

Return self-explanatory codes from you Api

I publish my toy / sample projects at https://wllapps.com. You can find a list of them here.

Sample Apps

Hello, I publish my toy projects at https://wllapps.com. You can find a list of them here and more about me here.

Search