C# General Cheat Sheet
If you want to write clearly and beautifully code, check this post.
Read more ...
.Net Core View Components
Hello, today I'm going to talk about how to create a custom view component to use on your .Net Core Web Application.
Read more ...
Use of Tag Helpers
If you are beggining with Asp .NET Core, you will see on many examples the tag helpers, check this post to know what they are.
Read more ...
Create the first Azure Function App
If you are beginning with Microsoft Azure Portal, and specifically Azure Functions, read this 5 min post.
Read more ...
Xamarin Forms with Braintree
Today we're going to learn how to integrate a modern way derived from PayPal to make InApp Payments.
Read more ...
Xamarin Forms with PayU
Nowadays a lot of Shops wants to get an application ready for the market, friendly and easy to use, one of the main functionalities is the ability to Pay Inside the application, so if you're interested please read this post and share.
Read more ...
.NET Hexagonal Architecture
Hello there, if you want to make a little more complex but organized architecture you must read this post.
Read more ...
Gauge Control with Xamarin Forms
If you want to create a custom control for your Xamarin Forms, in specific a Gauge Control, you need to see this post.
Read more ...
Configuration Values in ASP.NET Core
If you have more than one environment that uses different endpoints or values as a third party service, DB Connection Strings, Email Settings, Log Parameters, please read this
Read more ...
Xamarin Forms FlexLayout
If you want to try a different component to organize your xaml controls you must watch this.
Read more ...