Resources  
  • How to Implement Drag and Drop Functionality in JavaScript Step by StepApr 21, 2026. Learn how to implement drag and drop functionality in JavaScript step by step using HTML5 drag events with simple examples and best practices for beginners.
  • Advanced HTML: Building Modern, Scalable, and Accessible Web ApplicationsApr 13, 2026. Explore advanced HTML for modern web apps: semantic HTML, forms, multimedia, canvas, web storage, accessibility, and performance optimization. Build scalable, user-friendly experiences.
  • Automate @Tag Mentions in Microsoft Teams Using Microsoft Power AutomateApr 09, 2026. Automate targeted notifications in Microsoft Teams using Power Automate and tags. Reach specific user groups efficiently, avoiding unnecessary channel noise. Learn how!
  • What Is LangSmith Prompt Hub and How to Use It to Create, Version, and Share PromptsMar 29, 2026. Learn what LangSmith Prompt Hub is and how to use it to create, test, version, tag, share, and reuse prompts in LangSmith for better AI app workflows.
  • SEO-Friendly Angular Applications: A Complete GuideDec 02, 2025. Unlock Angular SEO! This guide covers server-side rendering, dynamic meta tags, sitemaps, & performance tips to boost your SPA's search ranking. Modern & discoverable!
  • Building a Domain-Aware Search Indexer | Auto-Tagging, Semantic Relationships, and Business-Context Aware QueryingNov 24, 2025. Build a domain-aware search indexer with auto-tagging, semantic relationships, and business-context querying. Enhance enterprise search beyond simple keyword matching.
  • Entity Tag (ETag) in Power Apps – A Complete GuideNov 25, 2025. Unlock the power of Entity Tags (ETags) in Power Apps! This comprehensive guide demystifies Etags, the hidden version identifiers crucial for preventing data conflicts in multi-user environments. Learn how Etags ensure data consistency, enable optimistic concurrency control, and facilitate safe collaborative editing. Discover best practices for handling ETag conflicts and build robust, scalable Power Apps that guarantee data integrity. Master ETag for reliable approval workflows and secure transactional operations.
  • ASP.NET WebForms to ASP.NET Core MVC – Feature Comparison, Purpose & ExamplesNov 22, 2025. Migrating from WebForms to ASP.NET Core MVC? This guide provides a feature-by-feature comparison with examples, covering Razor views, controllers, and more for modern web development.
  • From Server Controls to Tag Helpers in ASP.NET Core – A Complete Guide with ExamplesNov 22, 2025. Migrate from ASP.NET WebForms Server Controls to ASP.NET Core Tag Helpers. Learn how to build modern, performant web apps with clean HTML and strong typing.
  • What You Can & Cannot Do in CSHTML (Razor Views) Nov 21, 2025. Unlock the power of CSHTML in ASP.NET Core! This guide contrasts Razor views with Web Forms, covering what's possible (and not) with code examples and Tag Helpers. Master modern web development!
  • CSHTML (Razor) Cheat Sheet — Quick Reference for ASP.NET CoreNov 21, 2025. Quickly master ASP.NET Core Razor syntax with this handy cheat sheet! Covers data binding, tag helpers, loops, forms, partials, layouts, and more for efficient development.
  • Creating a Comment System with Mentions (@user) and Hashtags (#tag) | Angular + Asp.Net CoreNov 17, 2025. Build a robust comment system with @mentions and #hashtags using Angular and ASP.NET Core. Enhance collaboration in your web applications with this scalable module.
  • HTML Tag Helpers vs. Tag Helpers in ASP.NET CoreSep 11, 2025. Confused about HTML Tag Helpers vs. ASP.NET Core Tag Helpers? This article clarifies the differences between standard HTML elements and ASP.NET Core's server-side helpers. Learn how Tag Helpers enhance Razor views with C# logic, improve SEO with clean URLs, and simplify model binding. Discover practical examples and benefits for cleaner, more maintainable ASP.NET Core web applications. Understand when and why to use each for optimal web development.
  • Tag-based script execution in Bruno API ToolAug 26, 2025. Control API testing across environments in Bruno! Use tag-based script execution to run specific tests in Test, Stage, or Live, preventing failures from undeployed features. Learn how to add and use tags in Bruno.
  • Interactive PDF Annotation Tool with Movable Text Using HTML, Bootstrap, and JavaScriptJul 11, 2025. This project showcases a browser-based tool to load and annotate PDF files dynamically using movable, resizable, and editable text elements. It allows users to place texts on a canvas over the PDF, adjust font size and spacing, and export all data as a structured JSON. Ideal for printed form customization, data mapping, and PDF editing tasks.
  • Garbage Collection (GC) in .NETJul 05, 2025. Garbage Collection (GC) in .NET is an automated memory management system that enables us to build reliable applications without constantly worrying about memory allocation and cleanup.
  • Setting the App Icon and SplashScreen in MAUI [GamesCatalog] 17Apr 23, 2025. Configured custom app icon and splash screen in .NET MAUI using SVG files from FontAwesome. Integrated local game rating storage via the IGDB API. Prepping for next phase: building a Web API backend.
  • SQL Tag Library in Java Server PageMar 21, 2025. JSTL SQL tags are used to access databases and are designed for low-volume Web-based applications.? JSTL SQL tags facilitate database interactions in JSP pages, enabling data source setup, query execution, updates, and transactions through tags like <sql:setDataSource>, <sql:query>, <sql:update>, and <sql: transaction>
  • Azure Bicep Inheritance: Global & Module Tags WorkaroundFeb 13, 2025. This article covers tagging strategies, resource management, and best practices for deploying Azure resources efficiently while maintaining governance and consistency across your infrastructure.
  • Create Retention Tags and Retention Policies in Exchange OnlineJan 23, 2025. Learn how to create retention tags and policies in Exchange Online for efficient data management. Set retention periods, choose actions like archiving or deletion, and apply policies to mailboxes for compliance and data lifecycle control.
  • How to Add Tags to an S3 Bucket in AWSJan 09, 2025. This simple article walks you through the steps to log into AWS Console, choose an S3 bucket, add tags, and efficiently track and categorize your resources. Start using tags today to improve your cloud storage experience.
  • Streamline Resource Onboarding with AWS Tag-Sync TaskNov 13, 2024. This guide explores using AWS Tag-Sync tasks to streamline onboarding resources into AWS applications. By automating resource tagging, AWS Tag-Sync helps improve organization, governance, and cost allocation.
  • How to Build a Classic Snake Game Using HTML and JavaScript (With Code Example)Nov 08, 2024. Learn how to create a classic Snake game using HTML and JavaScript! This step-by-step guide with code examples is perfect for beginners interested in JavaScript game development. Follow along and start building your own games today.
  • Mark Input Parameters in Triggers as OptionalOct 28, 2024. In this article, we’ll walk through how to mark input parameters as optional in Power Automate triggers and explore how this can improve flow flexibility.
  • Caching HTML Tags Using WebForms Core TechnologyOct 22, 2024. In this article, we teach how to cache static HTML tags (header, footer, right and left menus, etc.) in the user's browser by using WebForms Core technology in the CodeBehind framework.
  • EF Core Query Tags: What They Are and How to Use ThemJul 29, 2024. Discover the power of EF Core Query Tags in optimizing and debugging your database queries. This guide explains what query tags are, their benefits, and how to implement them in your Entity Framework Core projects.
  • Exploring the HTML <dialog> Tag: Enhancing Web InteractivityJul 18, 2024. This article explores the features and benefits of the &lt;dialog&gt; element, its role in modern web development, and practical examples of implementing modal dialogs to create more dynamic and interactive web pages.
  • Automating Tag Updates for Azure Function Apps with PowerShellJun 12, 2024. Learn how to automate tag updates for Azure Function Apps using PowerShell. This guide covers essential scripts and techniques to efficiently manage and update tags across your Azure resources.
  • HTML: The Backbone of the Web DevelopmentMay 28, 2024. HTML, created by Tim Berners-Lee in 1991, is the foundational markup language for web development. Evolving through versions like HTML5, it introduced semantic elements, multimedia support, and APIs for modern web applications. Despite limitations, HTML remains crucial for structuring and accessing web content.
  • Plant Disease Classifier with Azure AI Custom Vision and BlazorApr 17, 2024. This concise article explores the innovative integration of Azure AI Custom Vision service with a Blazor web application to create a sophisticated Plant Diseases Classifier model. The article highlights the seamless fusion of cutting-edge AI technology with modern web development.
  • How to Mark an Email as Read When Logic App Performs an ActionMar 18, 2024. Azure Logic Apps streamline business processes by automating workflows between various services without coding. Follow steps to create workflows for tasks like moving email attachments to Blob Storage and more.
  • How to Group API Endpoints in FastAPI: Diverse ApproachesMar 07, 2024. This article explores two methods for grouping API endpoints with Fast API. Initial method employs an API Router to segregate user and item endpoints into distinct routers. The second method utilizes Fast Api&#39;s tagging feature to classify endpoints according to their functions.
  • Automate Email Generation with Power Automate Email SignaturesMar 04, 2024. This HTML snippet fetches an email signature using Microsoft Power Automate. It uses an ID attribute to target a specific div element and utilizes inline code to access and display the signature dynamically from the &quot;Get_Email_Signature&quot; action&#39;s output.
  • What is Purpose of Keep Alive Tag in Vue.jsFeb 23, 2024. The &lt;keep-alive&gt; tag in Vue.js preserves the state of dynamic components, optimizing performance by caching and reusing them. Maintain state and improve performance in dynamic Vue.js applications.
  • Using HTML5, CSS3, and JavaScript to their full potentialDec 28, 2023. Crafting dynamic and engaging web journeys: HTML5, the cornerstone of web architecture, has evolved to embrace semantic elements such as &lt;header&gt;, &lt;nav&gt;, &lt;section&gt;, &lt;article&gt;, and &lt;footer&gt;. Replacing generic &lt;div&gt; tags, these elements imbue meaning and enhance accessibility. - Ziggy Rafiq
  • Unveiling the Power of HTML Applications (HTA): A Comprehensive ExplorationDec 23, 2023. HTML Applications (HTA), which bridges the gap between web development and desktop applications! Discover the power of HTML Applications with our latest video. HTA is a game-changer because it seamlessly integrates web technologies with desktop environments. Learn how to convert HTML5 to HTA, customize your applications, and experience its seamless integration and enhanced capabilities. Watch now and empower your coding journey!
  • Setting Up Server-Side Google Tag Manager (GTM) with DockerSep 21, 2023. Learn how to set up Server-Side Google Tag Manager (GTM) using Docker for advanced tracking and data processing. Gain flexibility and control over your analytics toolbox effortlessly.
  • Create Mention Tag in ReactSep 14, 2023. This article offers a comprehensive tutorial on implementing mention tags in a React application. Prerequisites include familiarity with HTML, JavaScript and having Node.js installed. You&#39;ll start by creating a new React project, installing Bootstrap for styling, and then adding the React Mentions module.
  • How to Send Teams Messages with Mentions/Tag a User in Power Automate?Sep 08, 2023. Unlock the full potential of Microsoft Teams and Power Automate by learning how to send messages with mentions or tag users in your workflows. Discover the step-by-step process to automate communication, streamline collaboration, and keep your team informed in real time.
  • The Role of Java Standard Tag Library- EL (JSTL-EL) in JSPAug 23, 2023. The JSTL EL or JSTL Expression Language is used by JSP Programmer in order to avoid the usage of Java Code for accessing data.
  • Boosting Workflow Efficiency with Power Automate & CachingAug 16, 2023. Caching is a crucial technique for improving the performance of ASP.NET Core Web APIs. In this example, I&#39;ll walk you through implementing response caching, distributed caching using Redis, and in-memory caching in an ASP.NET Core Web API.
  • Forms in HTML: A Comprehensive GuideJul 11, 2023. This article is about the forms element in HTML.
  • What is BIMI?Jul 05, 2023. BIMI, short for Brand Indicators for Message Identification, is an email authentication standard that allows organizations to display their brand logos alongside authenticated email messages. It builds upon existing email authentication protocols like DMARC (Domain-based Message Authentication, Reporting, and Conformance) and leverages the Verified Mark Certificate (VMC) system to validate the ownership and authenticity of a brand&#39;s logo.
  • How To Add Audio And Video To HTML?Jul 03, 2023. In this article, we will learn how to add audio and video tags in an HTML document.
  • Understanding HTML Tags and AttributesJun 22, 2023. Understanding HTML Tags and Attributes, HTML allows web developers to structure content, add images and videos, create links, and more. One of the key features of HTML is the use of tags. Tags are used to identify different elements of a web page and tell the browser how to display them. In this article, we will look at the different types of tags in HTML and provide examples of how they are used.
  • Creating Links in HTMLJun 19, 2023. Creating links in HTML, Links are an essential part of the web. They connect pages together and allow users to navigate through a website. In HTML, links are created using the anchor tag. In this guide, we will explore how to create links in HTML, including the different types of links, related tags and attributes, and best practices for link building.
  • How To Add Multimedia Content With HTMLMay 13, 2023. I will describe how to use media tags to make your web page more attractive and interactive.
  • How To Use HTML Video and Audio TagsMay 08, 2023. Learn how to use audio and video tags in HTML
  • What Is Semantic HTML? And Why It MattersMay 03, 2023. Semantic HTML is the practice of using HTML markup to convey the meaning or purpose of the content on a web page, rather than just its visual appearance.
  • HTML IntroductionMay 03, 2023. HTML stands for Hyper Text Markup Language, and it is the foundation of all web development. HTML allows web developers to create web pages that can be viewed by anyone with a web browser. In this article, we will provide an overview of HTML, including its history, syntax, and examples of how to use it.
  • How to Optimize Your Website Using HTML?May 03, 2023. SEO (Search Engine Optimization) for HTML involves optimizing the HTML code and structure of your web pages to make them more visible and easily indexable by search engines.
  • Adding Tags for Azure VMMay 02, 2023. Learn how to add tags to an Azure VM
  • How To Use HTML5 Drag And DropMay 02, 2023. In this article, you will learn how to use HTML5 Drag and Drop.
  • What is HTML5? Its Features And EnhancementMay 01, 2023. HTML5 is the fifth and latest version of the HTML standard for creating web pages. It was officially released in 2014 and is currently the most widely used version of HTML. Some of the key features of HTML5 include -Improved multimedia support ,Semantic markup, Mobile friendly, Simplified code, Improved accessibility
  • Why HTML 5 is Essential in Web DevelopmentMay 01, 2023. HTML, or Hypertext Markup Language, is a markup language that is used to create and design web pages. It is a standard language that allows web developers to define the structure and content of web pages. HTML 5 is the latest version of HTML, and it has become an essential tool in web development due to its improved functionality and features.
  • Tips For Writing Semantic ElementsApr 28, 2023. We have discussed how to use semantic tags very carefully with examples.
  • How to validate HTML Code with W3C Validator?Apr 25, 2023. Use of W3C validator tool to validate HTML Code.
  • Creating Azure Resource Group And Using TagsJan 20, 2023. In this article, you will learn how to create Azure Resource Group and Using Tags.
  • Overview Of React FragmentJan 02, 2023. In this article, you will learn about React Fragment. What is React Fragment, Why is React Fragment required, How many ways to use React.Fragment, What is an Empty Tag &lt;&gt; &lt;/&gt;, What is Difference between an Empty Tag &lt;&gt; &lt;/&gt; vs &lt;React.Fragment&gt; &lt;/React.Fragment&gt; ?
  • Google Tag Manager Server Side TaggingOct 19, 2022. Defines about GTM Server Side Tagging and how it differs from Client-Side Tagging
  • Image Slide Show Using Web WorkerAug 02, 2022. A simple slide show using HTML5 Web Worker.
  • Tag Image Action In Microsoft Computer Vision Cognitive Service With Desktop Flow Using Microsoft Power AutomateJul 05, 2022. Reading this article, you can learn how to extract text with Microsoft cognitive computer vision - Tag image action in Desktop flow using Microsoft Power Automate.
  • How To Add CSS In HTMLJun 10, 2022. We have 3 different ways Inline as inside the tag itself, Internal as inside the head tag, and External in a different file.
  • How To Use HTML 5 CanvasSep 21, 2021. Prior to the arrival of HTML5, games and other multimedia elements were served in browsers using Flash. Many Flash-based games can be played through a browser. Even Flash is also used to play videos.
  • How To Add Tags In ReactJS ApplicationJun 12, 2021. For this article we are using npm package material-ui-chip-input,it will convert your search in a tag for example if you want to write your favourite languages then after typing will convert it in a tag and you can also remove it
  • Python - Branching Statements ✍️Jun 11, 2021. In this article, you will learn about Python - Branching Statements.
  • How To Set HTML Meta Tags In AngularMar 02, 2021. In this article, we&#39;ll learn how we could deal with HTML meta tags in Angular framework.
  • Simple Custom Tag Libraries In JSPFeb 24, 2021. In this article, you will learn about simple custom tag libraries in JSP.
  • Some Unique, Uncommon But Very Useful HTML Elements (Tags)Feb 02, 2021. In this article, you will see everything about Some unique, uncommon but very useful HTML elements tags.
  • Prediction Using Supervised ML ( Prediction Of Marks )Oct 26, 2020. In this article, we will learn about to predict using Supervised Machine Learning using Python.
  • What Is IndexedDb And How To Use It?Oct 14, 2020. IndexedDB is a NoSQL database API provided by browsers for managing large amounts of structured data. It allows developers to store and retrieve data, supporting offline capabilities in web applications.
  • Java Standard Tag Library (JSTL)Oct 02, 2020. The JSP Standard Tag Library (JSTL) is a new component being offered in Java Server Pages(JSP) programming. The customs tags enable the users to reuse valuable components.
  • Navigation In JSF Tag LibraryAug 19, 2020. Page navigation is an important feature of web programming. Java Server Faces configures page navigation in a configuration file, making navigation easier. Java Server Faces (JSF) also provides standard tag libraries that help in building web-based user interfaces.
  • Tagging In Azure Resource GroupsAug 19, 2020. In this article, you will learn about tagging in Azure Resource Groups.
  • Event Based Programming Model With JSF Tag LibraryAug 13, 2020. JSF provides an event-based programming model similar to Swing or AWT. Events are used as a mechanism for propagating the state change notification between the source object and one or more target object listeners.
  • Model And View Components In StrutsAug 07, 2020. In any MVC based application , a Model component typically is one of the most important components as it implements the core business logic and the data access functionality. They resemble real-life entities and business processes. The model component needs to be totally independent of the View component as in this manner the same core application code can be reused with different types of view such as web based interface, standalone interface, or with mobile device interface and so on.
  • Capture Image From Webcam Video Using HTML5 Using JavaScript And Upload To Server Using C#Jul 30, 2020. In this article, you will learn how to capture Image from Webcam Video using HTML5 using JavaScript and Upload to Server C#.
  • Struts Tag Libraries For Web ApplicationsJul 22, 2020. Core of Struts ,which is based on MVC architecture and describe tags libraries used in Struts-based applications
  • Place SPFx Webpart Inside A DIV Tag On A PageJul 14, 2020. In this article, we will discuss how to append a SPFx webpart to a div tag instead of rendering in a webpart zone.
  • Let's Develop An Angular Application - Input Validation In Template Driven FormsMay 28, 2020. In this article, we will learn how to implement validation in template driven forms using CSS validation classes and ngModel validation Properties.
  • Performing Update and Delete Operations in ASP.NET Core 3 Razor Pages Using Microsoft SQL Server Mar 17, 2020. In this article, you will learn how to perform update and delete operations in ASP.NET Core 3 Razor Pages using Microsoft SQL Server.
  • Cache And Distributed Cache Tag Helper In ASP.NET Core 3.1Jan 06, 2020. Today we will discuss about 2 tag helpers related to caching in asp.net core: cache tag helper and distributed cache tag helper.
  • Weather Application And Location In JavaScriptDec 10, 2019. This article guides you through creating a weather application using JavaScript. It covers setting up an HTML file in Sublime Text, adding CSS for styling, and using JavaScript to fetch and display weather data based on the user&#39;s location.
  • Create A 3D Login Form In HTML 5Dec 04, 2019. In this article, you will learn to Create an immersive 3D login experience with this HTML5 form. Utilize CSS animations for dynamic visuals and JavaScript for interactive functionality. Enhance user engagement and streamline login processes with this modern approach to web design.
  • CastleDoodle Game In HTML 5 Platform using GDevelopNov 25, 2019. In this article, you will learn about Embark on an adventure with CastleDoodle, a captivating game crafted in HTML5 using the GDevelop platform. Dive into the realm of imaginative gameplay, where creativity meets innovation.
  • HTML Graphics - CanvasNov 14, 2019. In this article, we will see how the canvas element is used in HTML5 with the help of JavaScript.
  • Rare Tags Of HTML 5Oct 10, 2019. In our previous article, we learn about the rare tags of HTML 5, like &lt;abbr&gt;, &lt;acronym&gt;, &lt;address&gt;, &lt;cite&gt;, &lt;fieldset&gt;, &lt;label&gt;, &lt;ins&gt;&lt;del&gt;, &lt;optgroup&gt;. Now, we will learn about the remaining tags with appropriate examples and how to use them in a unique way. Here, we will see how to implement a few more rare tags of HTML 5 like &lt;kbd&gt;, &lt;legend&gt;, &lt;rel&gt;, &lt;meter&gt;, and &lt;wbr&gt;.
  • Rarely-Used Tags Of HTML 5Oct 04, 2019. In this article, we will learn about rarely used tags in HTML 5.
  • Getting Started With Device Twin In Azure IoT Hub (.NET)Aug 27, 2019. In this article, you are going to see how to create an IoT device identity in the IoT Hub’s identity registry and how to add device metadata as tags from the back-end app. Then create a simulated device app to report the device connectivity information in the device twin. Here, you can also learn how to query this information using IoT query language.
  • HTML5 Web Storage /Local Storage And Session StorageAug 16, 2019. In this session, I will discuss the details of web storage and how we can implement web storage.
  • Programmatically Injecting SEO Friendly Tags In ASP.NET CoreOct 31, 2018. In dynamic websites like ASP.Net core, it is a bit difficult to manage these tags on content pages because there is one master/layout page usually and all content pages share that page content. One of the ways is you can define the ViewBag or ViewData in the _Layout page and update it in each page to manage title of the page but others are still an issue, so how do we need to deal with them, Answer is simple, we can dynamically inject them.
  • How To Create And Apply Label In SharePoint OnlineAug 14, 2018. This article is about how we can create and apply labels in SharePoint Online. I am going to explain how we can create labels for retention policies at tenant level so that labels can be applicable across site collections.
  • Browse Images By Tag Using C# And Azure Cognitive ServicesMay 08, 2018. In the following article, we&#39;ll see how to develop a program that uses the powerful Azure Cognitive Services to get a list of tags from an image, storing them to further create an application capable of searching images through keywords.
  • All About Tag Helpers In ASP.NET Core 2.0Apr 11, 2018. This article will provide insight about the tag helpers in the terms of what, where and how.
  • Chrome Extension - SharePoint - Tag Unique Permission ListsMar 20, 2018. Google chrome extension (or Plugin or AddIn) is a useful medium to share features or tools across the tech community. I have prepared one small chrome extension for SharePoint (2013, 2016 and Online) which tags (marks with red button) unique permission lists on SP Site’s Site Content Page.
  • Migrating to ASP.NET Core Tag HelpersMar 13, 2018. When ASP.NET Core was released, Tag Helpers were introduced—a new feature for encapsulating HTML markup. The purpose of adding Tag Helpers to the framework was to give developers an HTML-like experience when using server-rendered bits of markup. The idea here isn&#39;t to replace HTML Helpers, but to offer another approach that follows the same conventions as HTML by using tags and attributes.
  • Get HTML Tag Values With JavaScriptFeb 20, 2018. In this article, you will learn how JavaScript interacts with HTML.
  • Cache Tag Helper In ASP.NET Core MVCJan 25, 2018. Caching tag helper can improve the performance and scalability of the application dramatically and it cache the data into the internal ASP.NET Core cache provider.
  • ASP.NET Core 2.0 Tag Helper ComponentDec 18, 2017. In case you’re wondering if the solution above is missing a Tag Helper for head HTML element, it’s not. ASP.NET Core team has provided us with two built-in Tag Helpers, one targets head and the other targets the body element: HeadTagHelper and BodyTagHelper.
  • Creating Custom Tag Helpers With ASP.NET Core MVCNov 29, 2017. The tag helper enables us to run server-side code to generate HTML, CSS, Javascript code in Razor view.