Generate and Publish NuGet Packages using Visual Studio 2019 on nuget.org
Category: programming
Using Entity Framework DbContext with Dependency Injection
Injecting an Entity Framework Core DbContext into Controllers for Web API
Thawani Pay SDK for .NET
Recently I was working on a project in .NET where I needed to integrate Thawani Payment Gateway (Oman Based Payment Gateway). There API documentation is great but there isn't any official library in .NET. Many of the new developers might find it hard to start consuming the APIs, generating the JSON, etc. I wrapped all … Continue reading Thawani Pay SDK for .NET
REST API Calls in Flutter using Dio
How to make Flutter REST API calls using Dio? GET and POST calls with headers.
How to upload to DigitalOcean & Amazon S3 Spaces using Flutter?
For many of the app developers, you may not use your server for storage purposes where you make your API calls. It could be because the storage is expensive, the load on the server would be more when you would like to stream videos or you are using a server less (functions) technology. For such … Continue reading How to upload to DigitalOcean & Amazon S3 Spaces using Flutter?
How to download files in Flutter? And read.
From now and then, you might be building an app where you need to download a file or two from the internet, store it locally and then display it on the phone. Let's say, a chat application would require the videos, images, audios for that purpose. What to do then? Flutter has the capability to … Continue reading How to download files in Flutter? And read.
How to make a Custom Dialog for Rating in Flutter?
Flutter, being growing choice for many developers now a days has yet many things to be explored about. Today, I would like to display how you can have a Custom Dialog in Flutter? I don't need to go to the basics of setting up your flutter project. I am assuming you have one already running. … Continue reading How to make a Custom Dialog for Rating in Flutter?
Entity Framework Core Database First to Code Model
Entity Framework Core Database First Approach to a Model
How to setup Windows Server? Part 3: SQL Server
If you are a non-techy or do not want the headache, I can offer to install it for you. You can just put a comment on this post or reach me out on Twitter at @ghulamostafa. We have our Windows Server up and running (Part 1) with IIS (Part 2). It is time to install … Continue reading How to setup Windows Server? Part 3: SQL Server