Tech Tip: Umbraco 8 Custom Doc Type Icons
Step 1: Create the following directory structure under the App_Plugins folder: App_Plugins/<Pl...
18/06/2021 10:51:16
Hi, I'm Arif!
A passionate software developer keen on sharing knowledge
Step 1: Create the following directory structure under the App_Plugins folder: App_Plugins/<Pl...
18/06/2021 10:51:16
This post is for those who are working on Laravel Lumen projects with Swagger UI which runs using...
09/12/2020 08:51:27
Recently, I've been working with an API that for example's sake returned a JSON response somethin...
03/11/2020 17:10:40
For one of our projects, we built a .Net Core app which sends emails with attachments. SendGrid w...
21/10/2020 09:59:42
In .Net Core 2 or .Net Core 3, the steps to add support for reading JSON configuration files are...
14/04/2021 05:12:16
There are many benefits to having a reverse proxy. Some of these include but are not limited to:...
22/08/2020 03:41:52
In .Net Framework, razor files (.cshtml files) in MVC projects are editable during runtime by def...
10/07/2020 13:42:09
A recent project required me to return an MVC view from the middleware. The first thing we need t...
03/07/2020 08:25:59
In C#'s list collection, you have the AddRange() method which allows you to add a list into anoth...
27/06/2020 03:05:55
Recently, I had to create a generic function. This generic function should be able to take in a g...
09/06/2020 15:23:05
Umbraco 8 now makes use of Components and Composers in a process called 'Composing' to customise...
01/06/2020 03:00:39
Recently I had a .Net core 3.0 console app project where one of the requirements was to create a...
27/05/2020 11:44:29