Time archive · 6 notes

October 2020

Xamarin.Forms MVVM Pattern

Oct 29, 2020English · 5 min
MVVM Pattern in Xamarin.Forms Apps

MVVM (Model - View - ViewModel) model separates the business and presentation layers of an application from the user interface. This separation helps make testing, maintenance, and development of an application easier. Naturally, it…

Read article

Swagger API Documentation Tool

Oct 25, 2020English · 4 min
Download NSwag.AspNetCore NuGet Package

Do you need documentation showing how developers and customers will use web API projects? And you think how to document your API. Don't worry, there are several tools that do this. The most preferred…

Read article