-
Migrating ridilabs.net: Eleven Years from BlogEngine.NET to WordPress
After more than eleven years on BlogEngine.NET, ridilabs.net now runs on WordPress. The decision was not an easy one. BlogEngine served me well through hundreds of posts, but the hosting bill no longer matched what the site actually is: a personal engineering journal. Cutting that cost meant moving to a platform with cheaper, more commoditized hosting, and WordPress was the…
-
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…
-
Hardware setup to deliver online training
In the era of digital transformation, virtual training has become a cornerstone for educational institutions and corporations alike. Microsoft Teams, a hub for teamwork and communication, offers a robust platform for conducting virtual training…
-
The Choice of ASP.NET Platform
When developing an ASP.NET Core application, you have several choices for structuring your application into different layers. Here are some common choices for each layer: Presentation Layer Business Logic Layer Data Access Layer Other…
-
Role Product Owner when Changes Happen
The Product Owner is not just a passive participant in the change process; they are active change leaders. They must embrace change, using it as an opportunity to innovate and improve the product. By…
-
Game Library, Game Framework, and Game Engine which one?
In the video game development, there are three ways how we develop of video games. On this article, we discuss how to understand the different types of video games tools such as game library,…
Tagged video game -
AI Generative Platform on Microsoft
Microsoft offers a variety of technologies and platforms for developing generative AI solutions, enabling organizations to harness the power of AI to create innovative applications and services. There are four technologies that can be…
-
Configuring SQL Azure for Auto-Scale
Auto-scaling is a feature that dynamically adjusts the amount of compute and storage resources allocated to your Azure SQL Database based on current workloads. This capability ensures that your database can handle varying loads…