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]
Sonia Bhadouria Vishvkarma(22)
Harshad Tretiya(12)
Saad Mahmood(12)
Zain Nisar(4)
Sajid Ali Khan(4)
Priyaranjan K S(3)
Hussain Khawaja(3)
Nanddeep Nachan(2)
Arutselvan Muthukannu(2)
Karthikeyan K(2)
Prasham Sabadra(2)
Aman Kumar(2)
Ayyaz Ahmad(2)
Rajesh Gami(1)
John Godel(1)
Babita (1)
Abhishek Chadha(1)
Mariusz Postol(1)
Arun Potti(1)
Saravanan Ganesan(1)
Amit Gupta(1)
Veena Sarda(1)
Harsha Vardhini(1)
Iqra Ali(1)
Gowtham Rajamanickam(1)
Zunish Zubair(1)
Ammar Shaukat(1)
Safa Arooj(1)
Umer Qureshi(1)
Gopi Chand(1)
Mahesh Chand(1)
Sumantro Mukherjee(1)
Faizan Amjad(1)
Muhammad Arslan Siddiqui(1)
Gaurav Kumar(1)
Suresh M(1)
Nimit Joshi(1)
Keyur Patel(1)
Vipin Kumar(1)
Megha Goyal(1)
Mahak Gupta(1)
Resources
No resource found
Web Animations: From CSS Transitions to JavaScript Libraries
Dec 12, 2025.
A deep, practical guide to modern web animations from CSS transitions to advanced JavaScript libraries, explained with Angular-focused examples. Covers real-world best practices, performance considerations, and proper architectural decisions. Ideal for senior developers building scalable, production-grade Angular applications.
Generative AI, Part 4 — Modular RAG for Creators: Blend Templates with Evidence (Without Breaking Flow)
Oct 16, 2025.
Modular RAG blends generative AI with retrieval for content creation, ensuring on-brand, factually sound outputs. It uses policy-aware retrieval, atomic claims, and sectioned generation to cite evidence without disrupting creative flow. Validators enforce schema, citation coverage, and freshness, creating auditable and repeatable content production.
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.
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.
Programming in Practice - Graphical User Interface (GUI)
May 30, 2024.
This article concerns selected issues related to the representation of process information in graphical form. It tries to answer how to design and deploy a graphical user interface. It is a contribution to Programming in Practice External Data topics. A sample program backs all topics.
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.
IoT Integration: Blending OT and IT for Seamless Connectivity
Sep 01, 2023.
In a world of technological evolution, the fusion of Operational Technology (OT) and Information Technology (IT) is reshaping the landscape of the Internet of Things (IoT). This article explores the significance of OT and IT within IoT, revealing their transformative potential. It delves into the synergy between these traditionally distinct domains, highlighting advantages like data synergy, edge computing, predictive maintenance, security enhancements, and end-to-end visibility.
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.
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 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.
Create Chrome-Like Loading Animation In WPF⭕
Dec 29, 2020.
Learn to create a Chrome-like circular loading animation control in WPF. Utilize Visual Studio or Blend, Arc control, Storyboard animations, and Dependency Properties for customization. Enhance user experience and productivity with visually appealing UI components.
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.
Blending And Watermarking Images In Python Using OpenCV
Mar 02, 2020.
In this article we will see how to watermark images easily in Python using OpenCV
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.
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.
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.
Working With DataGrid Selected Item In WPF With MVVM Pattern Using Blend For Visual Studio And MahApps Metro UI FrameWork
Oct 18, 2016.
In this article, you will learn how to get the selected DataGrid item with MVVM pattern and how to customize the DataGrid visual appearance, using Blend for Visual Studio.
How To Create Object Data Source Using Microsoft Blend For Visual Studio
Oct 12, 2016.
In this article, you will learn how to create object data source using Microsoft Blend For Visual Studio.
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.
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.
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.
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.
Create Simple Animation Using Expression Blend
Feb 16, 2016.
In this article you will learn how to create a simple animation using Expression Blend.
UWP Data Binding Using Microsoft Blend Without Writing Code
Feb 13, 2016.
In this article you will learn about UWP Data Binding using Microsoft Blend without writing code.
Create A Customized Loader Using Blend For Visual Studio 2015
Feb 11, 2016.
In this article we will learn how to create a customized loader using Blend for Visual Studio 2015.
Designing Toggle Button Using Blend
Jan 17, 2016.
In this article you will learn about designing a toggle button using Blend.
Fade In Fade Out Animation In Blend
Jan 17, 2016.
In this article you will learn about FadeIn FadeOut animation in blend.
Custom Control In Blend 2015
Dec 17, 2015.
In this article you will learn how to create Custom Control in Blend for Visual Studio 2015.
Add Animations In WPF Apps With Blend 2015
Nov 30, 2015.
In this article you will learn how to add Animations in WPF Apps with Blend 2015.
Create Visual States In Blend 2015
Nov 30, 2015.
In this article you will learn how to create Visual States in Blend 2015.
Create Sign Up Page In Blend 2015 Using ToolBar And Navigation
Nov 25, 2015.
In this article you will learn how to create "Sign Up Page" in Blend 2015 using ToolBar and Navigation.
Blend 2015: Create Hello World Program
Nov 22, 2015.
In this article you will learn how to create Hello World program in Microsoft Blend 2015.
Simple Tap Game Using Blend
Nov 22, 2015.
This article shows how you can create a simple game using Blend.
Pendulum Oscillation With Animations In Blend 2015
Nov 21, 2015.
In this article you will learn about Pendulum Oscillation with Animations in Blend 2015.
Tips And Tricks: Microsoft Blend For Visual Studio
Nov 21, 2015.
This article explains simple tricks to go for data binding in Microsoft Blend.
Jumpstart With Animations In Blend 2015
Nov 20, 2015.
In this article you will learn about animations designing in Microsoft Blend 2015.
Creating A Custom Progress Bar With Microsoft Blend
Nov 20, 2015.
In this article you will learn how to create a custom Progress Bar with Blend. Microsoft Blend for Visual Studio is a user interface design tool developed and sold by Microsoft for creating graphical interfaces for web and desktop applications
Drawing In Microsoft Blend 2015 For Visual Studio
Nov 20, 2015.
In this article you will learn about Drawing In Microsoft Blend 2015 For Visual Studio.
Generate Sample Data In Microsoft Blend
Nov 20, 2015.
This article explains how you can generate sample data or design time data while designing UI for your app in Microsoft Blend.
Creating A Simple Animation Using Microsoft Blend For Visual Studio (UWP)
Nov 20, 2015.
In this article you will learn how to create a simple animation using Microsoft Blend for Visual Studio (UWP).
Custom Loader In Microsoft Blend
Nov 19, 2015.
This article explains how you can create your own custom loader for windows apps in Microsoft Blend.
Universal Windows Platform (UWP) - Playing With Sample Data Using Blend For Visual Studio
Oct 20, 2015.
In this article you will learn about sample data feature of Blend for VS for designing your applications.
Scalable Vector Graphics - Filters 4
Aug 19, 2015.
This article will give a detailed explanation of another SVG filter known as “Blend filter”.
New XAML Tools in Visual Studio 2015 and Blend
Jul 13, 2015.
Watch this video by Robert Green and Seth Juarez talk and demonstrate new XAML Tools in Visual Studio 2015.
Understanding UAP and Building Universal Apps With Blend 2015
May 25, 2015.
This article will be dedicated to development of Universal Apps, leveraging the Universal App Platform and VS 2015 Blend.
What's So Awesome in Blend For Visual Studio 2015
May 03, 2015.
In this article you will learn some of new features of Blend for Visual Studio 2015.
Access Web Link of Your Windows Store App
Jan 18, 2015.
This article explains how to access a web link of a Windows Store App (Metro App?).
Simple Animation in Blend Using Behaviors
Jan 12, 2015.
In this article you will learn how to create a simple animation in Blend using Behaviors.
Unleashing Path List Box: Expression Blend (WPF, Windows Store)
Jan 07, 2015.
In this article you will learn about Unleashing Path List Box, Expression Blend (WPF, Windows Store).
Some Magical Operations in Expressions Blend (Windows and Windows Phone)
Jan 04, 2015.
In this article you will learn about operations in Expressions Blend.
Removing an Object While Your App is Running Using Behaviors in Blend
Jan 02, 2015.
In this article you will learn how to remove an object while your app is running using behaviors in Blend (Windows Phone & Windows).
Creating Reflection Effect in WPF - Expression Blend
Jan 02, 2015.
In this article you will learn how to create a reflection effect in WPF - Expression Blend.
Creating a Custom Control in Expression Blend With Custom Properties (Windows Phone & Store)
Dec 31, 2014.
In this article you will learn how to create a Custom Control in Expression Blend with custom properties (Windows Phone & Store).
Clipping: Crop Images in Expression Blend (Windows & WindowsPhone)
Dec 31, 2014.
In this article you will learn how to Crop Images in Expression Blend (Windows & WindowsPhone).
Infinite Text Rotator/Scroller For Windows Phone Using Blend
Dec 28, 2014.
In this article you will learn how to make an infinite Text Rotator/Scroller for Windows Phone.
Unleashing Grids in Expression Blend
Dec 24, 2014.
In this article you will learn about unleashing Grids in Expression Blend.
Magical MVVM in Windows Store Apps Using Expression Blend
Dec 24, 2014.
In this article you will learn about the Magical MVVM in Windows Store Apps using Expression Blend.
Unleashing Visual States in Expression Blend For VS 2013 (WPF, WP, Windows Store )
Dec 21, 2014.
In this article you will learn how to unleash Visual States in Expression Blend for VS 2013 (WPF, Windows Phone and Windows Store).
Improvements in Blend of Visual Studio 2015
Nov 19, 2014.
This article is about the latest enhancements released in Blend 2015 by Microsoft.
Introduction to Blend and XAML
May 21, 2014.
This article is an introduction to Blend and XAML with examples.
Office Application Development in Visual Studio
Jul 31, 2013.
In this article you will learn about the office application development in Visual Studio 2013 Preview.
How to Create Add-Ins Using VSTO in MS-Word
Jul 26, 2013.
VSTO application add-ins allows developers to extend Office applications. Visual Studio Tools for Office (VSTO) is a set of development tools available in the form of a Visual Studio add-in (project templates).
Getting Started With Expression Blend 4
Jun 13, 2013.
In this article you will learn how to create new project for Beginner on Expression Blend (Silverlight Application and website ).
Design Header in Expression Blend 4
Oct 22, 2012.
Today we are going to design a Header in Expression Blend 4.
Styling and Skinning Controls in Expression Blend 4
Oct 04, 2012.
In this article we explore what it means to simply style a button compared to creating and designing a new Control Template.
Android Message Icon in Expression Blend 4
Oct 01, 2012.
Today we are going to design Android Icon using Expression Blend 4.
Design Social Media Icon in Expression Blend 4
Oct 01, 2012.
We are going to design some Social Networking Icons.
Design Calendar in Expression Blend 4
Sep 20, 2012.
Today we are going to design a Calendar Icon using Controls.
Share Icon in Expression Blend 4
Sep 18, 2012.
This article shows the design of a Share Icon.
RSS Icon in Expression Blend 4
Sep 17, 2012.
Today we are going to see the various types and use of ellipse shapes and arc shapes.
Alert Icon in Expression Blend 4
Sep 17, 2012.
Let's design an alert icon.
Draw "Comment Icon" in Expression Blend 4
Sep 13, 2012.
Today we are going to Design Comment-Icon.
Import Adobe Photoshop File in Expression Blend 4
Sep 12, 2012.
Today we are going to see the use of Import Adobe Photoshop File Option of File Menu.
Windows Phone Application in Expression Blend 4
Sep 06, 2012.
Today we are going to learn about Windows Phone Applications.
Use of Motion Path in Expression Blend 4
Sep 03, 2012.
Today we are going to see animation using the Motion Path Option.
Use of WrapPanel Tool in Expression Blend 4
Sep 03, 2012.
Today we are going to see the use of the WrapPanel Tool.
Animation Through Coding in Expression Blend 4
Aug 29, 2012.
Today, we are going to see the use of Canvas with Border in Expression Blend 4.
Adding Power Pivot Add-Ins in Excel 2013
Aug 28, 2012.
In this article we will discuss how to add the Power Pivot in Excel 2013.
Use of Grid in Expression Blend 4
Aug 27, 2012.
IN this article you we will going to learn about Grid in Expression Blend 4.
A Simple Animation of Microsoft New Logo in CSS3
Aug 25, 2012.
Learn how to create animated logos using CSS3 keyframes. This tutorial guides you through defining animations for HTML div elements, configuring keyframe sequences for transitions, and implementing browser-specific syntax for compatibility with Chrome, Safari, Firefox, and Opera.
Use of StackPanel and Radio Button in Expression Blend
Aug 24, 2012.
Today we are going to design a Quiz contest Screen in Expression Blend 4.
Animated Text Using Expression Blend 4
Aug 14, 2012.
Today we are going to play with animation and text.
Animation of Image Using Expression Blend 4
Aug 13, 2012.
Today we are going to play with animation.
Design Search Icon in Expression Blend 4
Aug 09, 2012.
I'm going to help you design a Search Icon.
How to Design Email-Box Using Expression Blend 4
Aug 09, 2012.
Here we are going to design an Email-Box.
Design Buttons Using Expression Blend 4
Aug 08, 2012.
Today, we are going to design Previous, Next, Edit, Save, Delete, Ok and Cancel Buttons in Expression Blend 4.
Designing a Login Form Using Expression Blend 4 Controls
Aug 03, 2012.
Today we are going to see the use of Controls in Expression Blend 4.