Introduction In this tip we will learn how to Shrink, Obfuscate and Optimize your app. To make your app as small as possible, you should…
Introduction: In this article we will Implement Factory Design Pattern in our code. The Factory Design Pattern is a creational design pattern that provides an…
For Kotlin follow this article Introduction In this article we will learn how to make and display QWERTY Keyboard layout with buttons functionality in Android/Java inside android…
For Kotlin follow this article Introduction In this article we will learn how to use firebase authentication in our app. You can use it to identify user…
In this tip we will Implement Singleton Design Pattern in our code. The Singleton Design Pattern is a creational design pattern that restricts the instantiation…
In this tip we will write a code under KeyPress Event of TextBox control that will restrict user to type only numeric value in TextBox…
In this tip we will write a code that will print all Saturdays of Current Month.
In this post we will discuss the 50 popular interview or test questions you can expect to be asked during the full stack dotnet developer…
For Kotlin follow this article Introduction In this article we will learn how to implement update check and then display alert dialog in your android app using…
Introduction In this article we will learn how to connect firebase in android project/app. Follow below steps to setup: 1) Create Firebase Project 2) Connect…
In this tip, we will write two C# methods that will print Solid & Hollow square pattern in C# respectively. Solid Square Pattern Hollow Square…
In this tip, we will write C# method that will print diamond pattern using single for loop.
Introduction In this article, we will perform scaffold CRUD operations in ASP.NET Core using the EF Core Database First Approach. Creating a model from an…
Introduction In this article, we will use Get and Post service in ASP.NET Core Web API using ADO.NET. If you are asking about performance, then…