Deploy .Net Core API in AWS Lambda Serverless
If you are interested in how to publish your API developed in .Net Core into other platform as Amazon Web Services, you must read this article.
Read more ...
HttpClient Techniques to consume APIs in minimal API .Net 6
Let's try different HttpClient techniques to consume API calls in minimal API.
Read more ...
SOLID Introduction
If we talk about application design and development, SOLID Principles are a few words that you should know as one of the foundations of software architecture and development.
Read more ...
SOLID Introduccion ES
Si hablamos de diseño y desarrollo de aplicaciones, Principios SOLID son unas palabras que debes conocer como uno de los fundamentos de la arquitectura y desarrollo de software.
Read more ...
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 ...
Xamarin Forms BottomSheet
Let's adopt a new design style to take advantage nowadays with current global applications.
Read more ...
MLNet Image Classification
If you want to train a set of images to make an image classifier this post is for you.
Read more ...
ASP.NetCore Image Resizing
A lot of people asks about how to resize an image, with libraries, NuGets, but in this case we will use System.Drawing.Common....
Read more ...
Xamarin.Forms SplashScreen with Lottie
If you are bored to watch how Android and iOS apps has an static image as splash screen instead and interesting animated view? This post is for you ...
Read more ...