Open in app

Sign In

Write

Sign In

Henrique Siebert Domareski
Henrique Siebert Domareski

1K Followers

Home

About

Sep 11

Dictionary and ConcurrentDictionary in C#

Dictionary A Dictionary in C# is a generic collection that can be used to store key/value pairs, where each key is unique within the dictionary, and it maps to a specific value. The Dictionary class is implemented as a hash table, for this reason provides fast access to values based…

Dotnet

11 min read

Dictionary and ConcurrentDictionary in C#
Dictionary and ConcurrentDictionary in C#
Dotnet

11 min read


Jul 25

Azure Traffic Manager

Azure Traffic Manager Azure Traffic Manager is a DNS-based traffic load balancer service, which enables you to distribute traffic to services across global Azure regions while providing high availability and quick responsiveness. In this article, I present what are the benefits of this service and how to use it. Azure…

Azure

9 min read

Azure Traffic Manager
Azure Traffic Manager
Azure

9 min read


Jul 10

Azure Container Apps

Azure Container Apps (ACA) is a fully managed platform that enables you to run containerized applications leveraging the power of Kubernetes orchestration while abstracting away the complexities of cluster management, simplifying the deployment and management of containerized apps. …

Azure

11 min read

Azure Container Apps
Azure Container Apps
Azure

11 min read


Jul 6

Azure App Services — Deployment Slots

Deployment Slots is a feature offered by Azure App Services, which allows you to create separate environments for deploying and testing your Web App, before making the app available to all the end users. Each Deployment Slot represents a separate instance of your app, which can be used for various…

Azure

7 min read

Azure App Services — Deployment Slots
Azure App Services — Deployment Slots
Azure

7 min read


Feb 27

Azure Service Bus

Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics (in a namespace — a container for queues and topics), and it is used to decouple applications and services from each other, allowing the use of message exchange with asynchronous communication. In this article…

Azure

17 min read

Azure Service Bus
Azure Service Bus
Azure

17 min read


Feb 20

Azure Functions

Azure Functions is a serverless solution that allows you to write small pieces of code that run in the cloud, without worrying about underlying infrastructure and scaling. In this article, I present what is an Azure Function and the benefits of this service, as well as how to create, debug…

Azure

15 min read

Azure Functions
Azure Functions
Azure

15 min read


Feb 13

Azure App Services

Azure App Services is a fully managed Platform as a Service (PaaS), and it is used for hosting Web Applications and REST APIs. In this article, I present the Monitoring, Logging and Autoscaling features of an App Service with a .NET 7 WEB API project. What is an App Service

Azure

11 min read

Azure App Services
Azure App Services
Azure

11 min read


Jan 5

Azure Services Overview

Azure is Microsoft’s cloud platform that offers a lot of services that allow you to build, deploy and manage applications and services. In this article I present an overview of some of the main Azure Services, explaining what each of these services is and what they can be used for. …

Azure

33 min read

Azure Services Overview
Azure Services Overview
Azure

33 min read


Nov 13, 2022

MERGE Stored Procedures in SQL Server

The MERGE statement can be used to insert, update or delete data using the same transaction and avoid the need to create separate scripts for each operation. …

Sql Server

10 min read

MERGE Stored Procedures in SQL Server
MERGE Stored Procedures in SQL Server
Sql Server

10 min read


Nov 9, 2022

Table-Valued Parameters in SQL Server

Table-Valued Parameters are like parameter arrays that can be used to send multiple rows of data to a Transact-SQL statement, or a routine such as a stored procedure or a function, avoiding needing to create a temporary table or using many parameters. …

Sql

6 min read

Table-Valued Parameters in SQL Server
Table-Valued Parameters in SQL Server
Sql

6 min read

Henrique Siebert Domareski

Henrique Siebert Domareski

1K Followers

.NET Software Engineer

Following
  • Dale Bingham

    Dale Bingham

  • Renato Groffe

    Renato Groffe

  • Thiago S. Adriano

    Thiago S. Adriano

  • TechMagic

    TechMagic

  • Valentina Alto

    Valentina Alto

See all (44)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams