Pure JavaScript effects
I often use slideUp, slideDown, slideToggle, fadeIn, fadeOut and fadeToggle as effects in my projects. I have been using JQuery a lot but want to… Read More »Pure JavaScript effects
I often use slideUp, slideDown, slideToggle, fadeIn, fadeOut and fadeToggle as effects in my projects. I have been using JQuery a lot but want to… Read More »Pure JavaScript effects
This post shows you an implementation of a blob logger in ASP.NET Core. This logger stores logs as Append Blobs in an Azure blob storage… Read More »Azure blob logger in ASP.NET Core
This article shows some alternatives to read text from a file with C# in ASP.NET Core. You may want to read text from a file… Read More »Read text from file in ASP.NET Core
This article shows some alternatives to write text to a file with C# in ASP.NET Core. You may want to write text to a file… Read More »Write text to file in ASP.NET Core
This post describes how you can set up one website that handles multiple domain names in ASP.NET Core. A multi-domain website is cheaper to host,… Read More »Multiple domain website in ASP.NET Core