-
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…
-
How To: Integrating Microsoft Graph API in Your ASP.NET MVC
Problem You want to develop web application that use data from Microsoft Graph especially data from Office 365. You already follow the tutorial from Microsoft Docs, but you need to find a better and…
-
Office 365 Development Scenario
in the previous post, I discussed about the choice for the developer to develop in the top of Office 365 platform. Today I will discuss about what kind of scenario and proper technology that…
-
Office 365 Development Platform Choice
On this Indonesian video, we will discuss about platform overview to develop Office 365 solution and customization. On this video, we will show you two options to build solution in Office. The first option…
-
5 Things that you need to build Video Games in Windows Ecosystem
Windows is the most preferred platform for playing games. Steam, Games for Windows, Origin, and many run on Windows Platform. The huge market of Windows is combined with the existing infrastructure for developing a…
-
Five Things that you do in Visual Studio 2019 to Improve your codes
Building codes is one of the top missions of any software developer in the world. Improving our codes to improve code readability, maintenance, and performance. Today, we will discuss five things that you can…
-
Converting Business Process to User Story
As an Agile developer, you might need to convert your business process to user story. The hard part is to make sure that the user story doesn’t eliminate or reduce the clarification of software…
Tagged azure devops -
5 Things that you might be forget in Azure DevOps
One DevOps solution that can be used for free and is easy to use is; ah Azure DevOps. Azure DevOps has many features for teams that want to deliver solutions quickly and sustainably. In…
Tagged azure devops -
Not Working Access OLE DB in Visual Studio 2019
Problem If you are working with the Access Database for your desktop application. You might find the Access OLE DB is not working properly. You can’t access the file through server explorer. However, you…
Tagged microsoft access -
Installing XNA on Visual Studio 2019
So, if you want to create a DirectX game and want to install the XNA Framework as your Game Engine Framework, you will need an extra effort. Today I will show you how to…
Tagged XNA