Archive 2 Columns
Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet
Putting your site in multiple languages with .NETCore Web Razor and Globalization
Do you want to make your site work in several languages automatically? Then read on.I advise you also to do the example reported...
By Mauricio Junior11 de abril de 2023ERC-721 Smart Contract Tutorial (NFT) with Solidity (part 3)
This tutorial is part 3 of a series where I am teaching how to build smart contracts for NFT collections using the ERC-721...
By Luiz Fernando Duarte Jr.16 de maio de 2023EF Core using AsNoTracking with Identity Resolution
Today we will see the consequences of using AsNoTracking with the Identity Resolution feature available from EF Core 5.0 onwards. I’ve already introduced...
By Jose Carlos Macoratti1 de julho de 2023The X of Xamarin Forms — Splash Screen
Hey guys, The first impression is the one that lasts: the creator of this phrase at the time didn’t have a printer. ba...
By Thiago Bertuzzi30 de maio de 2023.NET + xUnit categorizing and organizing tests with Traits
When using xUnit implementation of tests in .NET, it is more than common to code numerous types of validations, thus guaranteeing the validity...
By Renato Groffe8 de maio de 2023ERC-721 Smart Contract (NFT) Tutorial with Solidity
I recently wrote a tutorial here teaching the fundamentals of NFTs and explaining the ERC-721 standard, the first and most important standard when...
By Luiz Fernando Duarte Jr.24 de abril de 2023Practical and basic recommendations for building web APIs with ASP.NET Core
REST APIs allow various clients, including browsers, desktop apps, mobile apps, and any device with an internet connection, to communicate with a server....
By Jose Carlos Macoratti22 de abril de 2023Performant A/B Testing with Cloudflare Workers
Performant A/B testing has sort of been the white whale of the web performance industry for a number of years now. While most...
By Philip Walton20 de dezembro de 2021Common mistakes with Binance APIs
During the development and teaching of bot programming for Binance, I had and helped to solve several different errors related to the APIs....
By Luiz Fernando Duarte Jr.21 de junho de 2023How to spice up Swagger documentation using annotations in ASP .NET Core.
In .NET 6, when we create an ASP.NET Core Web API project by default, we can use or not controllers. We can also...
By Jose Carlos Macoratti7 de maio de 2023