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]
Dmonstration is a good way to show proposed solution, progress update, or even business process, Demonstration can be done by delivering a similar product, prototype, or proposed software. This article will discuss how to prepare demonstration for your customer. This is five steps to create great demonstration.
Ask yourself, what vision that you want to share to the customer. Showing your produ...
[More]
Proposal is the first important things that we should prepare to bind between customer and our team. Comprehensive proposal will clarify any vision, mission, and solution that we need to provide to the customer. On this post, we will show you four steps to create proposal.
Collaborate with the Team
Proposal is a document that is created by the entire team. Not only, business analyst but al...
[More]
Today, I am having goo d conversation with some people that has a background as business analyst. This post will tell you about three things that business analyst needs to be done when meeting the client.
medianet_width = "600";
medianet_height = "250";
medianet_crid = "858385152";
medianet_versionId = "3111299";
Before ...
[More]