C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq(13)
Harshad Tretiya(12)
Shaili Dashora(8)
Prabakaran M(4)
Priyanshu Agnihotri(3)
Priyaranjan K S(3)
Babita (2)
Punar Dutt Rajput(2)
Nanddeep Nachan(2)
Dipa Mehta(2)
Arutselvan Muthukannu(2)
Prasham Sabadra(2)
Madan Bhintade(2)
Sibeesh Venu(2)
Niharika Gupta(1)
Tanuj (1)
Suraj Vishwakarma(1)
Abhishek Chadha(1)
Ayush Gupta(1)
Arun Potti(1)
Jefferson S. Motta(1)
Simran Verma(1)
Azim Zahir(1)
Vijay Pratap Singh(1)
Fiona Cowsix(1)
Jamil Moughal(1)
Darshan Shah(1)
Jin Necesario(1)
Shervin Cyril(1)
Harsha Vardhini(1)
Vijayakumar Mani(1)
Bidyasagar Mishra(1)
Iqra Ali(1)
Manoj Kalla(1)
Yusuf Karatoprak(1)
Chris Love(1)
Kishan Choudhary(1)
Gowtham Rajamanickam(1)
Alagunila Meganathan(1)
Sasikumar Yuvaraj(1)
Akshay Phadke(1)
Soumalya Das(1)
Ujjwal Gupta(1)
Sunny Sharma(1)
Ajay Malik(1)
Praveen Kumar(1)
C# Curator(1)
Pradeep Shet(1)
Shubham Kumar(1)
Syed Shanu(1)
Jean Paul(1)
Aswin Bhaskaran(1)
Pankaj Kumar Choudhary(1)
Saillesh Pawar(1)
Dipendra Shekhawat(1)
Resources
No resource found
How to Implement Drag and Drop Functionality in JavaScript Step by Step
Apr 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 Applications
Apr 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.
Interactive PDF Annotation Tool with Movable Text Using HTML, Bootstrap, and JavaScript
Jul 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.
How to Use Microsoft Teams for Project Management
Nov 28, 2024.
Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with chat updates and meetings.
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.
The Art of JavaScript Hoisting: Understanding the Ins and Outs
Jun 11, 2024.
Discover the intricacies of JavaScript hoisting in this comprehensive guide. Understand how JavaScript handles variable and function declarations, the impact of scope, and the best practices to avoid common pitfalls.
HTML: The Backbone of the Web Development
May 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.
How to Integrate Instant Plugins in the Canvas App?
Apr 29, 2024.
Dataverse Accelerator by Microsoft introduces low-code plug-ins for real-time business logic workflows in Canvas apps. Learn step-by-step integration of Instant Plugin with Power Fx in Dataverse environment. Test and utilize the Instant Plugin for efficient app development.
CSS :has() unleashed
Jan 24, 2024.
The CSS :has() pseudo class is now supported since December 2023.
Using HTML5, CSS3, and JavaScript to their full potential
Dec 28, 2023.
Crafting dynamic and engaging web journeys: HTML5, the cornerstone of web architecture, has evolved to embrace semantic elements such as <header>, <nav>, <section>, <article>, and <footer>. Replacing generic <div> tags, these elements imbue meaning and enhance accessibility. - Ziggy Rafiq
Unveiling the Power of HTML Applications (HTA): A Comprehensive Exploration
Dec 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!
Forms in HTML: A Comprehensive Guide
Jul 11, 2023.
This article is about the forms element in HTML.
What Is Semantic HTML? And Why It Matters
May 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.
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.
How To Use HTML5 Drag And Drop
May 02, 2023.
In this article, you will learn how to use HTML5 Drag and Drop.
What is HTML5? Its Features And Enhancement
May 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 Development
May 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.
How to validate HTML Code with W3C Validator?
Apr 25, 2023.
Use of W3C validator tool to validate HTML Code.
CSS 3 Performance Considerations Transforms and Transitions
Apr 24, 2023.
CSS 3 Transforms and Transitions can add visual interest and interactivity to web pages.
CSS3 Transforms and Transitions Best Practices
Apr 24, 2023.
CSS3 Transforms and Transitions are powerful tools that allow developers to create engaging and interactive user interfaces.
What are Transitions in CSS 3?
Apr 22, 2023.
CSS3 transitions are a powerful tool for creating smooth and engaging animations on your website
CSS3 Combining Transforms and Transitions
Apr 22, 2023.
CSS3 offers several powerful techniques for creating dynamic and engaging web experiences
CSS3 Transition On Hover
Apr 21, 2023.
CSS3 transitions on hover are a great way to add visual effects to a website.
CSS3 2D Transforms
Apr 21, 2023.
CSS3 2D transforms are a set of CSS properties that allow you to manipulate elements in two-dimensional space
What are Transforms in CSS3?
Apr 21, 2023.
We will look at Transforms in CSS 3
CSS3 3D Transforms
Apr 21, 2023.
CSS3 3D transforms allow you to manipulate elements in three dimensions on your webpage
CSS3 Transition Timing Functions
Apr 21, 2023.
CSS3 transition timing functions are a powerful tool for creating smooth and engaging animations on your website
CSS3 Transform Origin
Apr 21, 2023.
CSS3 Transform Origin is a highly useful property that enables you to change the origin point of various transformations such as rotate, scale, and skew.
How To Add Custom Add-Ins To MS Word
Oct 07, 2022.
This article shows you how to add add-ins to word desktop.
How To Add Add-Ins In PowerPoint
Sep 20, 2022.
In this article, you will learn how to add custom add-ins.
How To Deploy Excel Add-ins To Your Organization
Aug 12, 2022.
This article show you how to deploy excel add-ins in your organization.
Image Slide Show Using Web Worker
Aug 02, 2022.
A simple slide show using HTML5 Web Worker.
How To Add Custom Add-Ins To Excel
Jul 05, 2022.
In this article, you will learn how to add Excel add-ins.
How To Deploy PowerPoint Add-ins To Your Organization
Jun 15, 2022.
This article shows you, how to deploy PowerPoint add-ins.
How To Add CSS In HTML
Jun 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 Deploy Word Add-Ins To Your Organization
Jun 03, 2022.
This article show you how to deploy word add-ins to your organization.
How To Create Excel Add-Ins?
May 10, 2022.
Create an Excel add-in using HTML, CSS, JavaScript, or C# to enhance functionality across various platforms, including Excel for Windows, Mac, and Office 365. Install Yeoman and the generator-office globally, generate a project, and run it using npm commands. Test your add-in in Excel’s Home Tab.
How To Create PowerPoint Add-Ins
Apr 04, 2022.
in this article, I will show you how to create PowerPoint Add-ins
How To Deploy Outlook Add-ins To Your Organization
Mar 19, 2022.
This article provides a comprehensive guide on deploying Outlook add-ins to organizations for other users. It covers the step-by-step process of deploying add-ins using Office 365, ensuring easy access for users within the organization.
How To Publish Outlook Add-Ins Using Visual Studio Code
Mar 17, 2022.
In this article, you will learn how to publish outlook add-ins using visual studio code.
How To Create Word Add-Ins
Mar 16, 2022.
This article outlines the steps to create and run a Word add-in using technologies like HTML, CSS, JavaScript, and C#. Word add-ins enhance functionality and work across platforms, including Windows, Mac, and Office 365.
How To Create Outlook Add-ins
Nov 24, 2021.
Creating Outlook add-ins involves using tools like VSTO or Office JavaScript API, programming in C# or JavaScript, and customizing UI elements like ribbons and task panes. Deployment via Office Store and ensuring security are key considerations.
How To Use HTML 5 Canvas
Sep 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.
Overview Of Yeoman Generator For Office Add-ins
Dec 08, 2020.
Discover how to streamline Office Add-in development using Yeoman Generator. This overview covers setup, tools, and JavaScript API integration for efficient creation of custom Office solutions.
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.
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#.
CSS Attribute Selectors
Jul 22, 2020.
In this article, you'll learn about the CSS attribute selectors. If you need a deep-dive introduction about it which tackles from the simple to sophisticated selector, this article is for you.
Let's Develop An Angular Application - Input Validation In Template Driven Forms
May 28, 2020.
In this article, we will learn how to implement validation in template driven forms using CSS validation classes and ngModel validation Properties.
Develop Outlook Add-ins with SharePoint Framework
Feb 25, 2020.
In this article, you will learn how to develop Outlook Add-ins with SharePoint Framework.
Create And Deploy Outlook Add-Ins Using SPFx 1.10
Feb 04, 2020.
Create And Deploy Outlook Add-Ins Using SPFx 1.10" is a guide for integrating custom functionalities into Microsoft Outlook using SharePoint Framework (SPFx) version 1.10. It offers insights into developing, deploying, and managing Outlook add-ins within the Microsoft 365 ecosystem.
Weather Application And Location In JavaScript
Dec 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's location.
How to Make 3D Perspective Boxes using CSS3
Dec 07, 2019.
In this article, learn how to create 3D perspective boxes using CSS3. CSS3, an advanced styling tool, enhances web design with animations and 3D transformations. We'll guide you through setting up a simple HTML file and applying CSS3 styles to create animated 3D cubes.
Create A 3D Login Form In HTML 5
Dec 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 GDevelop
Nov 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 - Canvas
Nov 14, 2019.
In this article, we will see how the canvas element is used in HTML5 with the help of JavaScript.
Animating a simple object using CSS3
Nov 13, 2019.
In this article, you will learn about how to animate a Simple Object using CSS3.
Rare Tags Of HTML 5
Oct 10, 2019.
In our previous article, we learn about the rare tags of HTML 5, like <abbr>, <acronym>, <address>, <cite>, <fieldset>, <label>, <ins><del>, <optgroup>. 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 <kbd>, <legend>, <rel>, <meter>, and <wbr>.
HTML5 Web Storage /Local Storage And Session Storage
Aug 16, 2019.
In this session, I will discuss the details of web storage and how we can implement web storage.
Install add-ins In SharePoint Using Office 365 CLI
Jun 14, 2018.
I describe how to move SharePoint add-ins to app catalog and install using Office 365 CLI
How To Register/ Unregister SharePoint Add-Ins Using PowerShell
Jun 04, 2018.
Suppose you would like to have the remote components of a provider-hosted SharePoint Add-in to interact with SharePoint, what should you do? You should first register with the Azure ACS cloud-based service and the SharePoint App Management Service of the tenancy or farm. Let us now dive straight into how to register/unregister SharePoint add-ins.
Automating SVN Check-Ins And Building A Project Via Jenkins
Feb 05, 2018.
In this article, we learn to automate SVN Check-Ins and building a project via Jenkins.
Welcome To CSS / CSS3 Tutorial Series - Part One
Jan 03, 2018.
In this series you will learn about property-wise.
IoT With HTML5 Game Engine And Node.JS
Aug 21, 2017.
In this article, I will tell you how to use node.js as a bridge between an HTML 5 game and IoT by using Johnnyfive.io and Phaser.io.
Making Web Sites Look Like Native Apps Without the App Store
Aug 02, 2017.
Earning a place on a user's home screen is key to engagement with customers. The automatic Add to Home Screen Experience provides this capability to progressive web applications. This is driven by the web manifest file, providing valuable meta information to the browser.
Difference Between MVC And Web Forms
Jun 07, 2017.
Learn about MVC (Model-View-Controller) and its advantages over Web Forms in ASP.NET development. MVC emphasizes separation of concerns, better maintenance, and testing. Discover how MVC uses controllers, models for business logic, and views for UI, compared to Web Forms' single code-behind approach.
Getting Started With O365 - SharePoint-Hosted Add-Ins Using JSOM
Feb 28, 2017.
In this article, you will learn about SharePoint-hosted add-ins, using JSOM.
Using Progress Bar Control In Onsen UI Using Visual Studio 2015
Dec 27, 2016.
Utilize the Progress Bar Control in Onsen UI for seamless mobile app development in Visual Studio 2015. Enhance user experience with dynamic progress indicators, leveraging HTML5, CSS, and JavaScript within your cross-platform projects.
Responsive MasterPage For SharePoint Using HTML5 And CSS3
Oct 24, 2016.
In this article, you will learn about creating responsive MasterPage for SharePoint, using HTML5 and CSS3.
Creating SharePoint Hosted Add-ins In SharePoint Server 2016
Sep 25, 2016.
In this article, you will learn how to create SharePoint Hosted Add-ins in SharePoint Server 2016.
AngularJS UI-Router HTML5 Mode And Active State CSS
Sep 19, 2016.
In this article, you will learn about AngularJS UI-Router HTML5 Mode and Active State CSS.
Configure Environment For Add-Ins In SharePoint 2016
Sep 16, 2016.
In this article, you will learn how to configure environment for add-ins in SharePoint 2016.
CRUD Operations Using WebSQL In HTML5 And jQuery
Aug 21, 2016.
In this article, you will learn about CRUD operations, using WebSQL in HTML5 and jQuery.
Introduction To 3D In HTML5 With Three.js
Jul 24, 2016.
Learn how to create 3D content, using HTML, CSS, and JavaScript, and run it in the browser.
Getting Started with Ignite UI igGrid
Jul 03, 2016.
Explore Infragistics Ultimate for intuitive UI tools like igGrid. Use JavaScript/HTML5 with CSS for grid layout customization. Incorporate jQuery libraries for enhanced functionality. Initialize and bind data effortlessly to create responsive grid layouts for data visualization in web development projects.
How To Create Layout In HTML5
Jul 01, 2016.
In this article, you will learn how to create layout in HTML5 and CSS3.
Top 10 Most Popular Articles Of HTML5
Jun 21, 2016.
We have compiled a list of top 10 most popular HTML5 articles.
SharePoint Add-ins (SharePoint Hosted Add-in) - Part Two
May 28, 2016.
In this multi part series, this is part two. In this article I’ll try to cover SharePoint hosted add-in with example.
50 HTML5 Interview Questions and Asnwers of 2023
May 26, 2016.
Here is a list of the top 50 HTML5 Interview Questions And Answers. What is HTML 5? Popular HTML5 interview questions and answers.
Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013
May 22, 2016.
In this article you will learn how to Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013.
SharePoint Add-ins (SharePoint App) - Part One
May 16, 2016.
Microsoft renamed "apps for SharePoint" to "SharePoint Add-ins." A SharePoint Tenancy, introduced in SharePoint 2010, is a set of site collections managed as a unit. In Office 365, organizations create tenancies for SharePoint Online.
HTML 5 Feature: Drag And Drop
May 04, 2016.
In this article you will learn about drag and drop feature of HTML 5.
Bootstrap For Beginners - Part Ten (Bootstrap List Groups)
Apr 30, 2016.
In this article you will learn about Bootstrap.This is part ten of the series that includes Bootstrap List Groups.
Bootstrap For Beginners - Part Eight (Bootstrap Jumbotron)
Apr 14, 2016.
In this article you will learn about Bootstrap.This is part eight of the series that includes Bootstrap Jumbotron.
Installing IONIC On Windows
Apr 13, 2016.
In this article you will learn how to Install IONIC on Windows.
Bootstrap For Beginners - Part Seven (Bootstrap Panels)
Apr 12, 2016.
In this article you will learn about Bootstrap.This is part seven of the series that includes Bootstrap Panels.
Bootstrap For Beginners - Part Six (Bootstrap Images)
Apr 10, 2016.
In this article you will learn about Bootstrap. This is part six of the series that includes Bootstrap Images.
Bootstrap For Beginners - Part Five (Bootstrap Tables)
Apr 09, 2016.
In this article you will learn about Bootstrap. This is part five of the series that includes Bootstrap Tables.
Bootstrap For Beginners - Part Four (Bootstrap Buttons)
Apr 07, 2016.
In this article you will learn about Bootstrap.This is part four of the series that includes Bootstrap Buttons.
Bootstrap For Beginners - Part Three (Bootstrap Grids)
Apr 06, 2016.
In this article you will learn about Bootstrap. This is part three of the series that includes Bootstrap Grids.
Introduction To Accelerated Mobile Pages (AMP) - Part One
Mar 27, 2016.
In this article you will learn about an introduction to Accelerated Mobile Pages (AMP).
MVC Dynamic Line Chart Using WEB API, AngularJS, and JQuery
Mar 23, 2016.
n this article we will see how to draw Line Chart for MVC application using HTML5 Canvas, JQuery, WEB API, and AngularJS.
CSS3 Animation Using Transitions And 2D-Transforms
Mar 15, 2016.
This article explores creating engaging animations using CSS3 Transitions and Transforms. It covers how to smoothly change property values with transitions and demonstrates 2D transformation methods like rotate, scale, skew, and translate through practical examples, enhancing web design with interactive effects.
Programmatically Change The Element Or Page Into Full Screen Mode
Mar 06, 2016.
In this article we are going to see how we can change any element or any page into full screen mode programmatically.
Playing Video In Restricted SharePoint Environments
Feb 25, 2016.
In this article you will learn how to play video in restricted SharePoint environments.
Creating Offline Web Application Using HTML5, AngularJS, IndexedDB And SharePoint 2013
Feb 16, 2016.
In this article you will learn how to create offline web applications using HTML5, AngularJS, IndexedDB and SharePoint 2013.
Introduction to IndexedDB
Feb 11, 2016.
In this post we will see some information about IndexedDB.
HTML5 Microdata
Feb 02, 2016.
In this article you will learn about Microdata in HTML5.
Web Storage In HTML5
Jan 18, 2016.
In this article you will learn about Web Storage in HTML5.
Easily Create An Analog Clock Using moment.js And JQuery
Jan 17, 2016.
In this article, we will see how to create an analog clock just by using moment.js, jQuery, HTML5 and CSS3 tricks.
How To Drag And Drop Images Using HTML 5
Jan 11, 2016.
In this article you will learn how to drag and drop images using HTML 5.