Migrating to Latest .NET Using Upgrade Assistant
In the previous post, I have tried to jot down few concepts related to .NET upgrade. While working on that post, I also got to know about the .NET Upgrade…
In the previous post, I have tried to jot down few concepts related to .NET upgrade. While working on that post, I also got to know about the .NET Upgrade…
This article is bit late to the party. The .NET 5 support ended on 10 May 2022. So it is high time, that the applications which are on .NET 5…
Recently, I have seen many people posting the "performance" stats of the small code snippet. I started reading about how that is done and that's how I got to know…
Many of us have been working on projects which use EF Core for data access. When the project is in its initial stages, generally there are a lot of modifications…
I already have discussed briefly about InMemory database provider for EF Core in one of the past articles. That article was a small step by step guide to explain how…
In some past blogs, I have discussed about how the relationships can be modelled using EF Core. There are also couple of articles explaining about, defining relationships between entities and…
C# 9 introduced a new type - record. C# 10 introduced record struct. In this article, we are going to see how the classes and structs are different from this…
We have been using Web APIs for very long. Many single page applications use web APIs for obvious reasons. There are a lot of debugging tools for troubleshooting the web…
Many projects use central database for development. All developers working on a project connect to a single database server. It really is efficient to get started on the project and…
Is this title confusing ? I must admit thought a lot about what should be the title of this blogpost and could not come up with better than this one.…
I have been asked a question multiple times - how should I plan for learning .NET ? Where should I start from ? In this article, let's see how a…
In last few articles, I have been mostly writing about .NET Entity Framework Core. In almost every article, there is a demo and the demo source code was provided with…