Shane Bartholomeusz

Geek and lover of all things tech related

Tag: Web Development (page 2 of 2)

Reduce Google Chrome Memory Usage

Google Chrome
As a web developer I regularly use Google Chrome for it’s great debugging features. As much as I love Google Chrome it can be a bit of a pig sometimes … it lovessss eating memory!

Continue reading

Aspnetcore.dll failed to load. The data is the error

The Problem

When trying to locally debug a newly created solution within Visual Studio 2015 I encountered the below error when locally launching the application using IIS Express

A process with the ID of <id> is not running

ASP.NET Logo

Seeing no errors logged in the Visual Studio Output window, I checked the Windows Event Viewer and found the following error:

The Module DLL C:\Program Files (x86)\IIS Express\aspnetcore.dll failed to load. The data is the error.

The error was a bit confusing because it alluded to ASP.NET Core even though I wasn’t using this in my project.

Continue reading

Progressive Web Apps: Future of the Web?

Decisions, Decisions, Decisions …

Progressive Web App ExampleIn today’s rapidly evolving world of technology there has always been a clear distinction between mobile apps and websites. They each bring along their own set of pros and cons.

Although native mobile apps provide a first class user experience, they tend to have a higher barrier to entry; they require installation and are typically more difficult to develop/maintain. Websites on the other hand are platform agnostic and are typically easier to develop and maintain, however they provide a less engaging user experience.

In this article I’ll touch on a new technology called Progressive Web Apps which aims to bring these disparate worlds together. It may very well be the future of the web!

Continue reading

Newer posts

© 2024 Shane Bartholomeusz

Theme by Anders NorenUp ↑