Understanding NET Core MVC Pattern
In this article we will explore the ASP.NET Core MVC Pattern in depth. There are three approaches to building modern web UIs with ASP.NET… Read More »Understanding NET Core MVC Pattern
In this article we will explore the ASP.NET Core MVC Pattern in depth. There are three approaches to building modern web UIs with ASP.NET… Read More »Understanding NET Core MVC Pattern
Hello and welcome to a new C# tutorial, lets’s take a look at an amazing Visual Assist for Visual Studio C#! This is going to… Read More »Whole Tomato’s Visual Assist Plugin for Visual Studio
Intro Hello and Welcome to a new Tutorial, This is going to be another special tutorial that is sponsored by this amazing company called Syncfusion!.… Read More »Create a PDF Converter using C# and Syncfusion
In this tutorial, we will learn about the new RegisterForActivityResult in android that can be used to start another activity or application and receive a… Read More »RegisterForActivityResult in Android
Hello and welcome back to a new C# tutorial!. What is AssemblyAI? This is going to be a special tutorial, but first, let’s talk about … Read More »Text to Speech using Assembly AI and C#
Need to UNITY MOBILE Game testing but don’t know how? This is the tutorial for you. Learn how to test YOUR Unity game with your… Read More »The BEST way for Unity MOBILE game testing
Let me show you TWO WAYS to DEBUG UNITY GAME or CODE written in VISUAL STUDIO in Unity 2021! Don´t publish buggy games! By the… Read More »DEBUG UNITY Games with VISUAL STUDIO
In the first part of this post we covered ViewPager2 with RecyclerView.Adapter now lets look at how to use viewpager2 with fragments. First create an… Read More »Viewpager2 with FragmentStateAdapter in Android
Introduction There are various instances where you need to either showcase items to the user by allowing them swipe through, introduce app features during setup… Read More »Swipe-able screens in Android with ViewPager2
Introduction View binding is the latest approach for connecting layout views to there binding classes like Activity, Fragment and Adapters. We will look at how… Read More »Using View Binding With RecyclerView Adapter