Hi All, on this session i will show you how to keep productive in the pandemic. If you feel overwhelm with your job, a lot activity that make you exhausted, or anything that make your mental health down. This video will show you how to eliminate it through five tips to keep productive.
//
As a developer, sometimes we need to configure our environment before we create codes that use the capability of the existing platform. The same thing was done in Office 365, before using the Graph API for example. We need to do a set of configurations to ensure that the code we are going to build can already access the resources that are permitted through the configuration. This article will disc...
[More]
On this video, we will discuss how to create and to avoid mislead pitching deck. We discuss seven tips that you need to avoid and to do when creating slide decks.
Find the useful link here
//
On this video, i will share about how to improve your codes after your first iteration. This video will discuss what you should prepare, engage, and solve in the codes development world. After seeing this video you will understand how to plan, prepare, and develop your own codes
You can visit the useful link of this video below
//
On this video, i shared you about what is software testing and why you should care. This 17 minutes video will discuss
Software testing as a foundation of software quality
Software testing classification
Software testing and debugging
Testing design consideration
Software testing in agile process
Enjoy this tech-talk video and please subscribe and like, if you enjoy the video...
[More]
On this video, we discuss about how to use Entity Framework 6 as an Object Relational Mapping tool. We discuss how to:
Prepare the database
Configure connection string on database
Creating entity model
Consuming the model
You can watch the video here.
//
On this video, we will learn about how the object oriented can be applied in the real worlds. This video will discuss
Application types that support Object oriented programming model
Steps to build an application based on OOP model
Three principles to create application namely: open close principle, modularity, and loosely coupled
CMA techniques : class, method, and attributes
Feature drive...
[More]
On this tutorial video we will learn some of the basic of ORM (Object Relational Mapping) such as:
What is ORM and why you should care
ORM or not ORM
ORM - Entity Framework
Entity Framework 6 vs Entity Framework Core
Building a sample in EF Core in .NET Core application
Enjoy this video,
//
On this video, we will discuss our first step to integrate our software with the database. On this tutorial video you will learn.
how to choose database on a software solution (Flat files vs Database System)
how to design database
how to convert database structure into visual studio project
how to configure our database access library.
You can see the video here
//
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 discuss about
Implement OOAD in formal manner by using UML
Implement OOAD in Agile process by using user story
Connecting the model into an architecture
After following this video, you can continue ...
[More]