Introduction to SignalR
Do you want to embed Real Time Communication on your apps? Watch this article about that.
Read more ...
Best Xamarin Tools
There's no matter about your experience with Xamarin, you must use some of this exiting tools.
Read more ...
Using Stacks and Queues
When you work with a lot of data, oftentimes, choosing the right data representation can be crucial in reducing the processing time. Depending on your algorithm and the various steps in your logic, you may need to write data, or read it, or modify it, or count the number of items in a collection…
Read more ...
GitFlow Introduction
If you are interested in how to administrate branches with the best practices and strategies, take a look at this article.
Read more ...
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 ...