Tag: JavaScript
-
Overcoming browser throttling of setInterval executions
Read more: Overcoming browser throttling of setInterval executionsTo preserve device battery and reduce unwanted CPU consumptions, browsers throttle the execution of callbacks passed to the setInterval method, whenever the webpage becomes hidden.…
-
Javascript debugging doesn’t work in razor pages
Read more: Javascript debugging doesn’t work in razor pagesChrome (and Canary) used to be able to show javascript source which was embedded in aspx files. Typically, I would add a debugger; statement, save, and then…
-
Bundling and Minification in ASP.NET Core
Read more: Bundling and Minification in ASP.NET CoreIt is the dream of every web developer to build blazing fast and high-performance web applications but this is not easy to accomplish unless we…
-
Arrow function in JavaScript
Read more: Arrow function in JavaScriptThere’s an alternative way of writing anonymous functions, which we call an arrow function. An arrow function uses () => instead of function (): function using function (); function…
-
Change visible status based on if array is empty or not in knockout.js
Read more: Change visible status based on if array is empty or not in knockout.jsI want to be able to have a table show only if there are items in an array. JS HTML Here is one solution; Refer…
RECENT POSTS
-
Blazor WebAssembly, JavaScript Interop, and Safari: Why I Avoid async for Navigation
-
Google is making its boldest AI move yet inside Gmail
-
OpenAI just introduced ChatGPT Health
-
Building a Practical Azure Landing Zone for a Small Organization — My Hands-On Journey
-
PowerShell Automation at Scale: Lessons from Azure Platform Operations
Categories
Tags
ADO ai angular asian asp.net asp.net core azure ACA azure administration Azure Cloud Architect Azure Key Vault Azure Storage Blazor WebAssembly BLOB bootstrap Branch and Release flow c# c#; ef core css datatables design pattern docker excel framework Git HTML JavaScript jQuery json knockout lab LINQ linux powershell REST API smart home SQL Agent SQL server SSIS SSL SVG Icon typescript visual studio Web API window os wordpress
ARCHIVE
DISCLAIMER
The information on this weblog is provided “as is,” without warranties of any kind, and confers no rights. The content reflects my personal views and does not represent the thoughts, intentions, plans, or strategies of any organization with which I am affiliated. Discussion and differing viewpoints are welcome; however, I reserve the right to moderate or remove comments that are abusive, profane, rude, or anonymous. Please keep the conversation respectful and constructive.
