ASP.NET

Postman Web API Testing Tool – ASP.NET Web API

Postman is a REST Client designed for back end developers. Many software developers use this REST Client to share, test,…

Read More »
ASP.NET

ASP.NET Core Web API Entity Framework Scaffolding

In this article, we will apply the scaffolding technique in the ASP.NET Core Web API that we have created before,…

Read More »
ASP.NET

ASP.NET Core Web API Application Structure

Here you will learn the structure and importance of the Web API project created with ASP.NET Core 3.1. The Main…

Read More »
ASP.NET

Create And Consume ASP.NET Core Web API

I will show you how to develop and test web services using ASP.NET Core. At the end of this post…

Read More »
SQL

SQL Server Manually Database Operations

I will explain with examples how to add data to the tables we have created and how to add or…

Read More »
SQL

Creating Microsoft SQL Server Database

There are many database management systems available to store data. The most popular of these are MySQL and Microsoft SQL…

Read More »
NuGet

Animated Splash Screen

We usually see plain splash screens in mobile applications. But what should you do if you want to view an…

Read More »
NuGet

How To Display Popup Message in Xamarin.Forms

We all know popups. We use popups when the user needs to confirm or reject a selection. Or sometimes we…

Read More »
NuGet

Xamarin.Forms ListView Grouping

Grouping sequential data to reduce data complexity after connecting data to ListView in mobile apps is a good solution. We…

Read More »
Xamarin

Xamarin.Android Currency Converter

In this post, I will show you a simple application of currency converter in Xamarin.Android. It will be an application…

Read More »
Back to top button