Category: programming
-
How to publish reusable custom NuGet packages on nuget.org?
Generate and Publish NuGet Packages using Visual Studio 2019 on nuget.org
-
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…
-
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…
-
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…
-
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…