Contents tagged with ASP.NET Core
-
Easy Way to Convert a Base64 Image to Byte Array in ASP.NET Core
In this post, we are going to write a piece of code to convert base64 image to byte array.
-
14 Tips to Improve the Performance of the ASP.NET Core Web Application (Part 2)
-
14 Tips to Improve the Performance of the ASP.NET Core Web Application (Part 1)
Performance is the major factor for the success of any web application development. ASP.NET Core is one of the best platforms for high-performance web application development. In this article, I am going to share 14 tips that can help your web application perform better. Let's explore them:
-
‘Scaffold-Dbcontext’ Is Not Recognized When Creating a Model for an Existing Database in Entity Framework Core
If you are trying to create a model for an existing database in Entity Framework Core and you are receiving the following error: