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 ...