Blog "after summer" status and search performance - Sept 2022
I thought I would give an update on how it is going with the blog. I know this is far over mid-year as we are in »
I thought I would give an update on how it is going with the blog. I know this is far over mid-year as we are in »
C# has great built-in support for making HTTP requests using the HttpClient. Using this client you can Put, Post, Get, Delete and much more using your »
Dapper is a micro ORM or a simple object mapper and it integrates smoothly with C# and its SqlConnection. The same applies to Dapper and transactions »
This post shows you how to call a stored procedure with a parameter using Dapper. If we have the following table with an Id (int) and »
This post describes how to create and drop a stored procedure with a parameter in MSSQL. If we have the following MyEntities table with an Id »
Using the HttpRequestMessage together with the HttpClient you can easily send a HTTP Delete request in C#. Below we have a delete endpoint on https://localhost: »
Like with HttpGet HttpPut or HttpPost attributes there is a respective attribute for the HTTP Delete Method - HttpDelete. You can add this attribute to get »
When using tasks you at some point come across having to return a Task without actually having a Task to return. The usual case is in »
I recently made a tags page on my blog. This contains the top nine categories that I blog about, below is an image of the top »
By enabling Privacy and Consent management in Ezoic you can gather consent from your users: You enable consent management here: When this is enabled your users »