Today I wanted to import one of my project to my environment. But new_prefix didn’t seem well. I wanted to…
I’ve updated one of my projects, made it runnable and uploaded to my new repo. It includes client-server call functions,…
Unfortunately Outlook doesn’t have an option to minimize to tray or something like that. I need it all the day…
STUPID is an acronym that describes bad practices in Oriented Object Programming: Singleton Tight Coupling Untestability Premature Optimization Indescriptive Naming Duplication…
There is a basic and useful sample in Microsoft Docs site. ” This sample demonstrates how to perform basic CRUD…
Simply install clickonce extension on chrome. Thanks to Stoneridge blog. You can find detailed explanation here:
To refresh HTML web page you can simply use settimeout javascript function. Here is a sample from tutorials point :…
We needed auto refresh functionality in maintenance department for monitoring purposes . We created a new form and showed it…
VSCode is very nice and usefull to code Javascript. Give it a try. You’ll have nice environment, intellisense and code…
You can use HTML helpers to get data / data label etc. If you use MVC & EF , it…