Category: Visual Studio
-
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 -
Do we still need Visual Studio, when Visual Studio codes dominates?
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…
-
ASP.NET web forms learning path
We already in the era of ASP.NET MVC. However, some project in the enterprise or SME still used the ASP.NET web forms. This post will brush and review our knowledge in web forms. This…
-
Beginner Guide for Azure Artifacts
You have three teams. The team has a new project called Hotel Technology. Hotel Technology provides end to end solution for room reservation and guest management. You create two main system the first one…
-
Getting Started with Spotify API with Visual Studio
I have personal project to understand the meaning of music through Azure Cognitive Services. In order to obtain music information, I use Spotify. Spotify is a music subscription services just like Amazon, Pandora, or…
-
Beginner Guide for Azure Repos
Repository (a.k.a Repos) is the core of source code storage. Today, I want to show you how to choose and to manage your source codes in Azure Repos. The need of Repository Repository helps…
Tagged azure devops -
Beginner Guide for Azure Pipeline
So today, I want to show you how to use Azure Pipeline for Continuous Integration and Continuous Delivery through the Visual Studio 2019. In order to finish this guide you should have The services…
-
Consuming Rest API in an Easy Way
Background There are numerous ways to consume REST API in C#. Starting with HttpClient, WebClient, HTTPWebRequest and Third-Party API. On this post, I will show you how to consume REST API in an easy…
-
Visual Studio 2019 Installation Tips
On this video, we show you how to install the Visual Studio 2019 in elegant and modern way. The five tips show you how to minimize the problem in the installation. Here are the…
-
Object Oriented Pillar Demonstration
On this video, we will discuss about the object oriented pillars. it includes polymorphism, inheritance, and encapsulation. This 15 minutes video will tell you the story by creating an application namely CarApp. You can…