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 quick integration with Visual Studio 2019 by minimizing the codes development
medianet_width = "600";
medianet_height = "250";
medianet_crid = "858385152";
...
[More]
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 you can use to build proper scenario for your customer.
//
Single Sign on Scenario
This is the most useful scenario. Office 365 works as a cloud identity provider. You can register your office 365 tenant...
[More]
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 is using Graph API and the second one is using Add-Ins development. The Add-Ins development provides choices starting from VBA, VSTO, Add-in template, Add-in Application, and of course the brand...
[More]
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 game. Here are 5 things that you need to know to build Windows Game.
Game engine
You can select many game engine for Windows. You will find Unreal, Unity, Coco, and DirectX is w...
[More]
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 do to improve your code's quality by using Visual Studio. Let's get started
//
#1 Code analyzers
This is a good feature to understand your codes better. This technique uses FX c...
[More]
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 requirements. On this article, we want to share about five steps to convert your business process to user story. In order to reproduce this tips, we encourage you to register into devops.azure.com and under...
[More]
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 this article we will discuss five things that you might forget when using Azure DevOps.
#1 You Can Import Your Github Repos to Azure DevOps
You have a project that has been saved on Github. And you have the desir...
[More]
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 can still open the file through the Microsoft Access Application.
Possible Cause
This is because the Access OLE DB driver is not registered by Visual Studio and you should register it.
Solutio...
[More]
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 install, configure, and run an XNA game into your Visual Studio. You can find a good article about it at http://flatredball.com/visual-studio-2019-xna-setup/. I will combine the guide with my own experience and screenshot.
Instal...
[More]
As you can see, the visual studio code is getting stronger. The capability, the maturity, and the extensibility of the Visual Studio Codes is getting stronger. So the basic question is. do we still need the Visual Studio? this article will answer the 5 reason why you still need Visual Studio and 5 reason why you don't need visual studio.
//
We need Visual Studio if:
Rich codes editing and ...
[More]