Idempotency for Fault-Tolerant Web APIs Introduction A distributed system consists of multiple components located on different networked computers, which communicate…
CARE your Web APIs with Consistent and Structured Error Responses Introduction Designing APIs is an essential and complex process with many decisions involved that organise…
How to stabilize a VBUC migrated application Summary This post offers a quick summary of steps to be executed to achieve a…
Where are legacy applications found? I was fooling around with Google Maps the other day and got to thinking it…
Converting ASP.NET Web Forms apps to ASP.NET Core and Angular/HTML5 | Mobilize.Net We have some excellent news for those of you still hanging on to old ASP.NET…
Converting VB6 apps with external COM classes to C# or VB.NET Recently one of our customers faced a critical issue with COM classes in a converted…
The Right Partner in Any Migration to Snowflake In case you missed it, there’s another Snowflake Summit this week. (Today, in fact!) That’s…
What’s new in VBUC 9.2? Today we released the Visual Basic Upgrade Companion version 9.2 for general availability. You can…
Automation in a Successful Migration to Snowflake Snowflake Summit is here. (And you can still sign up to attend if you haven’t…
Whatsapp alert service by World Health Organization(WHO) for COVID-19(Corona virus) This post is different than regular technical posts but at this situation we should help…
Skip Identity server login page for Azure AD(Auto login) source: Medium In this article, we will see how we can skip Identity server 4…
Create Certificates for IdentityServer4 signing using .NET Core Nice article Software Engineering This article shows how to create certificates for an IdentityServer4 application…
How does the built-in dependency injection work on ASP.NET Core? PC: https://medium.com/net-core-dependency-injection/asp-net-core-dependency-injection-3aa993c2b583 Introduction Dependency Injection (DI) is a pattern that can help developers decouple the…
Event Sourcing in .NET Core – part 1: A gentle introduction Event sourcing, aka “the great myth”. I’ve been thinking about writing a series of articles…
A First Look At Azure Synapse Analytics Reading through the article will reveal that Synapse Analytics is set to be the new…
What is Machine Learning? Ever wondered how an app like Amazon, find products that you might be interested in…
appsettings.json gets IntelliSense As announced by Microsoft recently, we can use IntelliSense with appsettings.json files. What are appsettings.json…
First look at InferSharp: A C# version of Facebook’s Infer https://fbinfer.com/ You might have heard about Infer which is a tool to detect bugs in…
Machine Learning And Human Learning The funny thing about machine learning is that it closely seems to mimic human-learning algorithms…
Customized JSON formatting with Serilog TL;DR: Another Serilog Expressions by example post, showing how to produce newline-delimited JSON logs from…