How to .gitignore folder
What to do if you want to ignore a specific directory and all it's content.
What to do if you want to ignore a specific directory and all it's content.
Some not so common but required characters in programming. So here they are.
If we are working on multiple projects with each of them based on various docker container(s), it could be annoying to stop every container that is automatically started only to turn on our desired container after that.
FlexASIO drivers could be anwser. I'm still testing it but this post is here as reminder if I ever need it again.
Sometimes it could happen that existing fulltext search stops working, very common scenario - after adding new table filed. It it happens without warning. Nice job MS.
How to implement exception handling with little help of middleware concept (and ProblemDetails class) in .net core, this is what we are talk about here.
In some cases classic table elemens that looks good on big screens could be implemented little different on mobile device resolutions - with little help of javascript and dynamic DOM manipulation
Sometimes we need to disable execution of pages based on user's IP address with rewrite rules in web.config. Or modify output like in example below.
Long time ago we used Server.MapPath to get physical directory of provided relative or virtual path. In Core 3 and above we use IWebHostEnvironment
In this article we'll explore how to deploy on server (Linux VPS) with git and post-receive hook