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