Error: Configured execution strategy SqlServerRetryingExecutionStrategy does not support user initiated transactions Issue Description Entity framework operation gives below runtime error, InvalidOperationException: The configured execution strategy...
Continue ReadingUsing Entity Framework in Windows Form Desktop Application
Using Entity Framework in Windows Form Desktop Application In this post, we shall learn how to use Entity Framework in Windows Form Desktop Application in...
Continue ReadingReact serve : The term ‘serve’ is not recognized as the name of a cmdlet
React serve: The term ‘serve’ is not recognized as the name of a cmdlet Issue Description After setting up React pre-requisites properly serve -s build...
Continue ReadingDatabase Connection Resiliency in Entity Framework ASP.NET Core – Guidelines
Database Connection Resiliency in Entity Framework ASP.NET Core In this post, we will see how to implement Database Connection Resiliency in Entity Framework using an...
Continue ReadingJSON Change Name of field or Property for Serializing Deserializing
JSON Change Name of Field or Property Serialization Overview In this tutorial, we shall see how to change the name of a field to map to...
Continue Reading