Who is Curry Haskell Brooks Curry was an American mathematician best known for his work in combinatory logic. He has three programming languages named [...]
When you initially upload a react app to IIS, you’ll find that the routes you have created, such as website.com/story/1 will return a 404. This is [...]
.Net Standard autogenerates the assembly info based on the project and solution. If you get this error when moving to .Net Standard, either delete the [...]
I recently bought a development laptop and its great, fast processor, great GPU, nice resolution monitor.. Then I neglected to look at the HD space. 128GB [...]
When installing, or moving a wordpress site onto windows server 2016 you need to ensure that you have the following feature enabled; CGI This can be found [...]
Dynamic websites are great, just install a database and some scripts and deliver a multitude of magical pages to your visitors, including realtime data [...]
Continuing from the previous post, lets develop a simple WebAPI REST app, running on cloud9. So, create a new dotnet app to return the weather dotnet new [...]