Asp.net core - how to set up a controller endpoint to receive XML instead of JSON
In a previous post I showed how you can send XML using the HttpClient in asp.net core, using the following code snippet: var httpClient = new »
In a previous post I showed how you can send XML using the HttpClient in asp.net core, using the following code snippet: var httpClient = new »
I recently had to make an endpoint for a deletion of a resource, for this I wanted to use the HTTP Verb DELETE. However I had »
I had seen the number of pages with excluded status "Alternative page with proper canonical tag" in Google Search console grow over time, but »
I recently wanted to remove certain elements on my page. They all shared the same class, but I ran into problems when the last one in »
In order to get a child element or several child elements I would suggest you use the querySelectorAll or QuerySelector functions. Yes these can be both »
I recently made a post where I needed to show some code that would look better without word wrap as it was basically one or two »
Have you ever been about to publish a website and feel that you are missing something? me too! That is why I created my own checklist »
Browsers get more and more standardised every day and most of them share the same shortcuts by now, such as how to reset the zoom level. »
Cross-origin resource sharing (CORS) is an easy way to share resources and endpoints across the web. The same-origin security policy dictates that client side javascript can »
There are still people out there with outdated browsers. The biggest sinner is internet explorer. From most of the browser statistics I have seen, IE8/IE9 »