Tag: visual studio 2019
-
Is Debugging still needed for test driven development?
Test Driven DevelopmentOne of the implementation of eXtreme Programming is test driven development. Test driven development uses unit test to make sure the consistency and quality of the codes. Test driven development is started…
-
Entity Framework 6 in Object Oriented
On this video, we discuss about how to use Entity Framework 6 as an Object Relational Mapping tool. We discuss how to: You can watch the video here.
Tagged visual studio 2019 -
Object Oriented in the real worlds
On this video, we will learn about how the object oriented can be applied in the real worlds. This video will discuss This video is part of programming fundamental series.
-
Object Relational Mapping with Entity Framework Core
On this tutorial video we will learn some of the basic of ORM (Object Relational Mapping) such as: Enjoy this video,
-
Configuring Database with OOAD Approach
On this video, we will discuss our first step to integrate our software with the database. On this tutorial video you will learn. You can see the video here
-
Object Oriented Analysis and Design Overview
On this video, you will learn how to convert your software requirements into a software model / design. This video will tell you what steps that you need to model your software. We will…
-
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…
-
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…