Month: November 2024
-
9 Key Skills as DevOps Engineer
DevOps Engineer has essential role to make sure the development and operation is efficient. On this post, we discuss 9 keys skill that we need to prepare as DevOps engineer
Tagged devops -
Creating database unit test with GitHub Copilot
Step-by-Step Guide Example Explanation Using GitHub Copilot, you can generate similar unit tests by providing clear prompts and leveraging its code suggestions to streamline the process.
-
Things that you need to do to improve App Services
Here are some tips and tricks to improve the performance of the application .net at Azure App Services: By applying these tips, you can improve your .net application performance at Azure App Services. Are…
-
The Fastest Data Access Library on NET
In the past, we have ADO.NET that use data reader and dataset that provides awesome performance in .NET era. Some of our customer uses ORM like XPO or Core Entity Framework that works just…