I delivered Tech Talks event in 21 June 2019. The topic of the event is about Data Culture transformation. It is attended by 68 registered participants from university and IT professional. i discussed about three main topics
How Power BI shifts the data visualization for the end user
How data culture transformation helps the organization to get the insight from the data
How the organiza...
[More]
Having a lot username and account in organization can be cumbersome. Just imagine, when we have 10 system and each system have its own identity access. Registering, managing access, and Revoking will become a problem. Therefore, we provide solution like an Open ID, Identity metasystem, and Open Authentication. Today we discuss, identity platform on Microsoft Azure. Let's get started.
//
#1 Re...
[More]
As you know, Microsoft Build is the inspiration, learnings and innovation around the latest development tools in Microsoft and Cloud ecosystem. Today, we discuss 10 things that you need to know in Microsoft Build 2019 as a session recap. There are 343 sessions in Microsoft Build. You have plenty of videos that you can watch to understand the vision of Microsoft strategy in the cloud. As a result, ...
[More]
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 is web app (team A) and the second one is a windows app (Team B). Both developed with .NET Standard. The problem is two apps need one custom package namely Hotel Backend package. Hotel Backend Pac...
[More]
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 Apple Music. Spotify has API that can be accessed through our application. On this post, I will overview the Spotify API and how to integrate it on Visual Studio 2019 Development envi...
[More]
Hi Folks, we continue with our journey in Azure DevOps. Today, we will discuss the Azure Test Plan. Testing is a big deal in the software development process. The quality of the software comes from quality Azure Test Plan. This article will cover beginner guide for Azure Test Plan. In order to make it simple, we will separate some of technical detail in another post. So lets get started.
Before ...
[More]
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 you to store the codes and collaborates with the others. There are two types of modern repository. The first type is centralized, the second type is distributed. SVN (Source Code Versioning), TFVC (Team Founda...
[More]
Today, I will show you how to create and manage requirements by using Azure Boards. Azure boards is the project management features for DevOps. You can manage your software requirements with the Azure Boards. Before start, you should:
Understand the concept of Agile or Formal process.
Visual Studio 2019 any version https://visualstudio.microsoft.com/
Azure DevOps http://dev.azure.com
The s...
[More]
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
Visual Studio 2019 any version https://visualstudio.microsoft.com/
Azure DevOps http://dev.azure.com
Azure Subscription https://azure.microsoft.com/
The services can be used for free. Just create an account a...
[More]
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 way with C#.
Requirements
For this lab we use:
Visual Studio 2019 – http://visualstudio.com
Newton soft JSON - https://www.newtonsoft.com/json/
Rest sharp - http://restsharp.org/
Horosc...
[More]