Apple has finally met its Fortnite match
Epic Games executed its most ambitious Fortnite live event yesterday, leading both Apple and Google to remove one...
Test our code with json
Test Driven Development (TDD) helps you to validate your code but something you need to check some result from a…
Quantum Computing: solutions that fly
Quantum computing is a remarkable leap in the world of computing. What solutions have we implemented that fly?
SSL Encryption
In this blog post, you will learn what SSL Encryption entails, what it is, how...
Using Git Flow with GitKraken and Azure DevOps
I want to explain how using Git Flow with GitKraken and Azure DevOps for improving collaboration, git concept learning curve…
How to add music to iPhone
If the music you want to transfer is stored in your iTunes Library, you may prefer to add music to…
Application Insights: select and filter
Azure Application Insights has a specific language and syntax for select and filter data different...
Microsoft teases its future Office UI
Microsoft is teasing the future of its Office UI and design today, and it involves some big changes to the…
Microsoft ported Procmon from Linux
Microsoft ported Procmon from Linux for monitoring the system calls, Registry access, and file activity for processes running in the…
Database Connection Resiliency in Entity Framework Core: update
In this post I'm talking about Database Connection Resiliency in Entity Framework Core, an update to my previous post about…
Apple launches Swift resources for learning
Apple on Thursday announced a new set of tools and resources for teachers and students as part of its Swift…
Azure your platform in the cloud
I want to introduce you Azure as treasures in the cloud because it is. What is Azure? How to use…
Database Connection Resiliency in Entity Framework Core
How to implement database connection resiliency using an inbuilt or custom execution strategy using Entity Framework Core
Transactions with Entity Framework Core
In the last couple of weeks, I was talking about Entity Framework Core for creating a model or call stored…
Microsoft announces new Windows 10 Start menu design and updated Alt-Tab
Microsoft is introducing a new Windows 10 Start menu design that will de-emphasize its Live Tiles and updated Alt-Tab for…
Honeycode helps develop apps without code
Amazon has announced Honeycode, a new tool which promises to help businesses develop mobile and web apps without coding knowledge.
Artificial Intelligence in Manufacturing
“While Artificial Intelligence is poised to change many industries radically, the technology is well suited...
Run Azure Function on a different port
I want to run more than one Azure Function at the same time but each of them on a different…
Checking mobile site speed and SEO with Google Lighthouse
With the new Web Vitals metrics (checking mobile site speed and SEO), Google Lighthouse is trying more realistic angle, taking…
Web Live Preview for Visual Studio 2019
Working on the user interface is frustrating but from today you have a new Microsoft tool called Web Live Preview…
How to create email buttons with just HTML and CSS
In this post I explain how to create email buttons with just HTML and CSS....
Map base class to derive class
I'm facing a problem when I want to cast a base class to a derive class. A derive class is…
C# 9: Partial Method Enhancements for Source Generators
Source Generators in C# 9 will allow compiler-extensions to inspect code and then inject additional source code at compile-time
Source Generators enables Compile-Time metaprogramming
Source generators is a new feature of C# 9 that enables compile-time metaprogramming and generating additional source file.
Pack .NET program to a single .exe file
PostSharp.Community.Packer is a free and open-source tool that you can use to pack your .NET Framework application into a single…
