Open in app

Sign In

Write

Sign In

Henrique Siebert Domareski
Henrique Siebert Domareski

806 Followers

Home

About

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

38 min read

Azure Services Overview
Azure Services Overview
Azure

38 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. In this article, I present how to use the MERGE statement in a stored procedure to merge a single record and how to…

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. In this article, I present how to use…

Sql

6 min read

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

6 min read


Nov 3, 2022

Creating a Blazor WebAssembly Application — Part 3

Blazor WebAssembly is a great way to create Single Page Application (SPA) apps using C# language. In this part 3 of the series “Creating a Blazor WebAssembly Application”, I present how to create the Razor components (also known as Blazor components) for Categories and Books. …

Blazor

13 min read

Creating a Blazor WebAssembly Application — Part 3
Creating a Blazor WebAssembly Application — Part 3
Blazor

13 min read


Oct 26, 2022

Creating a Blazor WebAssembly Application — Part 2

Blazor WebAssembly is a great way to create Single Page Application (SPA) apps using C# language. In this series, I present how to create a Blazor WebAssembly Application from scratch. …

Blazor

8 min read

Creating a Blazor WebAssembly Application — Part 2
Creating a Blazor WebAssembly Application — Part 2
Blazor

8 min read


Oct 21, 2022

Creating a Blazor WebAssembly Application — Part 1

Blazor is an open-source framework from Microsoft that allows you to build modern front-end applications using C#, HTML, CSS and Razor. …

Blazor

13 min read

Creating a Blazor WebAssembly Application — Part 1
Creating a Blazor WebAssembly Application — Part 1
Blazor

13 min read


Aug 27, 2022

HttpClient vs IHttpClientFactory

HttpClient and IHttpClientFactory can be used in .NET to make HTTP requests and handle HTTP responses from web resources. In this article, I explain how to use each of them and what is the difference between them. For the code samples, I’ve created a .NET 6 Web API project, which…

Dotnet

5 min read

HttpClient vs IHttpClientFactory
HttpClient vs IHttpClientFactory
Dotnet

5 min read


Aug 20, 2022

Singleton vs Static Class

Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between them. In this article, I explain what their differences are. Singleton Singleton is one of the creational patterns…

Dotnet

5 min read

Singleton vs Static Class
Singleton vs Static Class
Dotnet

5 min read


Apr 21, 2022

How to use Replace Tokens in Azure Pipelines

Replace Tokens is an extension that can be used in Azure DevOps, which provides the possibility to replace tokens in the code files with variables values (which can be configured in the Pipelines Library) during the execution of the CI/CD process. It’s common in software projects that we have URLs…

Azure

9 min read

How to use Replace Tokens in Azure Pipelines
How to use Replace Tokens in Azure Pipelines
Azure

9 min read


Mar 30, 2022

Deploying a .NET 6 Web API and a MySQL Database with Azure Pipelines

In this article, I explain how to deploy a .NET 6 Web API to an App Services in Azure Portal and a MySQL database using MySQL Flexible Server, by using Azure Pipelines. In this example, I’m using a repository in Azure DevOps environment. In order to deploy an application, it’s…

Azure

11 min read

Deploying a .NET 6 Web API and a MySQL Database with Azure Pipelines
Deploying a .NET 6 Web API and a MySQL Database with Azure Pipelines
Azure

11 min read

Henrique Siebert Domareski

Henrique Siebert Domareski

806 Followers

.NET Software Engineer

Following
  • Renato Groffe

    Renato Groffe

  • Dale Bingham

    Dale Bingham

  • Stephan Hoekstra

    Stephan Hoekstra

  • TechMagic

    TechMagic

  • Anthony Trad

    Anthony Trad

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech