Session Manager
If you want to implement an inactivity handler for MAUI platforms, please check this article
Read more ...
Long Polling in .Net
Polling is a simple way to provide near-real-time updates using HTTP requests. However, in many cases, it can result in many empty responses and wasted resources.
Read more ...
Creational Patterns - Abstract Factory
Creational design patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code.
Read more ...
Azure Blob Storage File Management API
This article will explain the communication between Web API(.NET 7) and Azure Blob Storage for managing files.
Read more ...
Exploring Bot Composer
Nowadays chatbots are the most common tool to interact with some functions, like guide, suggest, act as FaQ or more complex capabilities like incorporate employees to intern apps on a certain company, so let's get into Bot Composer
Read more ...
AAA Pattern
If you need to implement Unit Testing for your developments and you want a clear way to do that keep reading aboud AAA pattern .
Read more ...
Xamarin Forms DataTemplateSelector
DataTemplateSelector is a class that lets you change the data template you want to use, mostly used on List Controls as CollectionView or ListView.
Read more ...
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 ...