TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About COM
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney (4)
Jalpa Dhola (4)
Rajiv Singh (3)
Viknaraj Manogararajah (3)
Mohamed Shifan (3)
Manikandan Murugesan (3)
CSharp TV (2)
Gunasekaran Palani (2)
Swesh S (2)
Jignesh Kumar (2)
Nitin Pandit (2)
Ziggy Rafiq (2)
Shikha Tiwari (2)
Shanuka Maheshwaran (2)
Vivek Kumar (2)
Arun Potti (2)
Adarsh Nigam (2)
Dhruvin Shah (2)
Aman Gupta (2)
Vanshika Agrawal (1)
Wilson Mok (1)
Sanjay Kumar (1)
Allen Oneill (1)
Praveen Raveendran Pillai (1)
Rajkumar Jain (1)
Habibur Rony (1)
Meet Shah (1)
George (1)
Aravind Govindaraj (1)
Vinoth Xavier (1)
Jin Necesario (1)
Sigar Dave (1)
Mike Gold (1)
Aiswarya E V (1)
Rasul Huseynov (1)
Gopal C. Bala (1)
Lalit Bansal (1)
Anoop Kumar Sharma (1)
Mahesh Chand (1)
Subham Ray (1)
Deepak Tewatia (1)
Vipul Malhotra (1)
Hamed Niazmand (1)
Prabhakar Maurya (1)
Maniteja Vegi (1)
Viral Jain (1)
Sibeesh Venu (1)
Lokendra Singh (1)
Muhammad Imran Ansari (1)
Rajeev Paliwal (1)
Sathiyamoorthy S (1)
Mauro Guido (1)
Farhan Ahmed (1)
Kautilya Utkarsh (1)
Abhishek Jaiswal (1)
Hemant Solanki (1)
Rohatash Kumar (1)
Rohini Parade (1)
Saravanan Ponnusamy (1)
Gurpreet Arora (1)
Rahul Dagar (1)
Muhammad Aqib Shehzad (1)
Santhakumar Munuswamy (1)
Vinoth Rajendran (1)
Uday Dodiya (1)
Jefferson S. Motta (1)
Debasis Saha (1)
Nakkeeran Natarajan (1)
Harieswaran D (1)
Yogesh Tyagi (1)
Mayooran Navamany (1)
Jay Krishnareddy (1)
Priya Chavadiya (1)
Related resources for COM
No resource found
Satya Nadella Unveils AI Innovations at Microsoft Ignite 2024
11/21/2024 4:43:15 AM.
Satya Nadella's keynote at Microsoft Ignite 2024 showcased AI's transformative impact on business, security, and innovation. Highlights included Copilot, AI agents, Azure AI Foundry, Quantum C
Azure Synapse Spark and Apache Spark Architecture
11/20/2024 10:01:09 AM.
Learn how both tools handle big data processing, their integration capabilities, and use cases. Perfect for beginners and professionals aiming to master distributed computing and analytics.
Use of ItemsControl in WPF C# for Flexible UI Design
11/19/2024 4:38:09 AM.
This guide explores data binding, templates, and customization techniques for crafting sophisticated layouts. Enhance your WPF skills and unlock the full potential of ItemsControl for efficient UI dev
Data Professionals to LLM/GPT Prompting for Everyday Tasks
11/17/2024 10:52:39 AM.
A guide for data professionals on leveraging Microsoft OpenAI with Python for efficient workflows and enhanced data analysis. Focuses on prompt design, including clear instructions, context, and tempe
Broadcom Launches VMware Tanzu Platform 10 for Private Cloud Apps
11/15/2024 8:22:15 AM.
Broadcom launches VMware Tanzu Platform 10, simplifying private cloud app development with reduced costs, enhanced security, and GenAI support for enterprises.
Sorting with IComparable in C#
11/14/2024 11:00:04 AM.
Learn how to implement the IComparable interface in C# to customize sorting behavior for objects. Explore sorting techniques, comparisons, and examples to efficiently order data in collections like li
Scaling Oilfield Production Operations Workflows using Cloud Computing
11/12/2024 11:14:24 AM.
This video will focus on how operational production data foundation, hosted on the cloud, offers the underlying infrastructure, services, and interfaces needed to support and unify workflow orchestrat
How to Create a ListView Command Set Extension
11/12/2024 11:13:01 AM.
A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing s
Build an Azure Blob Trigger Function to Compress Images with Sharp
11/12/2024 5:17:35 AM.
This guide walks through creating an Azure Blob Trigger Function that compresses images uploaded to Azure Storage using the Sharp image processing library. It covers setting up Azure Blob Storage, co
Difference Between Large Language Model & Small Language Model
11/11/2024 6:01:01 AM.
Large and small language models differ primarily in scale, resources, and use cases. Large models, with billions of parameters, excel in generalization and diverse tasks but require significant comput
Glimpse of Apache Flink
11/11/2024 5:10:48 AM.
Apache Flink is an open-source framework designed for real-time and batch data processing. It enables scalable, high-performance analytics, ideal for complex event-driven applications.
Difference Between =, == And === In JavaScript
11/10/2024 4:30:41 AM.
In this article I am going to explain what is difference between =, == and === in JavaScript.
How to Sort a List of Objects in TypeScript by Property
11/9/2024 10:11:36 AM.
This guide covers sorting lists of objects in TypeScript, with examples for sorting by string, numeric, and date properties. It demonstrates using the sort() method, localeCompare for strings, custom
Library Component Type in SharePoint Framework (SPFx)
11/9/2024 7:06:52 AM.
SPFx Library Components enable the creation of reusable, modular code in SharePoint. By centralizing utility functions, services, and UI elements, developers can enhance maintainability and consistenc
Code Reviews to Eliminate Common Anti-Patterns
11/7/2024 9:52:19 AM.
Enhancing software quality by avoiding antipatterns in code reviews that cover antipatterns in the Input Kludge, Magic Pushbutton, Encapsulation Violation, Anemic Domain Model, and
Create Azure App Service via PowerShell 7
11/5/2024 10:05:05 AM.
In this guide, learn how to create an Azure App Service using PowerShell 7. We'll cover the essential steps, including setting up your environment, configuring your app service plan, and deploying
Understanding Distributed and Monolithic SQL Architectures
11/5/2024 10:01:52 AM.
In this article, we explore the key differences between distributed and monolithic SQL architectures. We delve into their respective advantages and disadvantages, focusing on scalability, performance,
Explaining Four Sum Problems
11/5/2024 5:09:24 AM.
This article delves into the Four Sum problem, a classic challenge in computer science and algorithm design. We explore various approaches to find all unique quadruplets in an array that sum to a give
OpenAI Partners with Broadcom, TSMC to Create Custom AI Chips
11/4/2024 5:07:47 AM.
OpenAI partners with Broadcom and TSMC to create custom AI chips, diversifying suppliers with AMD to meet increasing infrastructure needs and manage rising costs.
Fix: GitHub Access Error - Failed to Connect to github.com port 443, Time Out
11/1/2024 9:39:04 PM.
This article discusses a bug in access to GitHub.
Understanding OSRM Routing with AWS
10/28/2024 10:11:05 AM.
This guide covers key concepts like API integration, scalability, and real-time traffic data, enabling you to leverage cloud computing for enhanced geographic information systems. Optimize your naviga
Enhancing Forms with React Server Components
10/24/2024 11:49:57 AM.
In this video, we explore the application of React Server Components (RSC) to elevate the functionality and efficiency of forms.
Delete Comment from SharePoint List Item
10/24/2024 10:54:43 AM.
This article explains how to delete comments from a SharePoint list item using the SharePoint REST API and Power Automate. It covers creating a flow with a manual trigger, fetching comment details via
A Comprehensive Guide to the Web Notification API
10/24/2024 5:38:40 AM.
The Web Notification API is a browser-based interface that allows websites to send notifications to users, even when the user is not actively viewing the site. It enables web apps to display notificat
TypeScript for advanced type inference in React
10/24/2024 4:43:27 AM.
In this article, Ziggy Rafiq discusses advanced type inference techniques in React with TypeScript, focusing on hooks and JSX elements.
Compiling Multiple Files to Build an Application
10/22/2024 10:46:04 AM.
This article explains how to compile multiple C files into a single executable using the C compiler. It covers two approaches: compiling multiple files with the cc command or using the #include direct
Farewell CentOS: Moving to Rocky, AlmaLinux, CentOS Stream, or RHEL
10/22/2024 4:04:40 AM.
CentOS 7 reaches its end of life on June 30, 2024. Transition to RHEL, AlmaLinux, Rocky Linux, or CentOS Stream now. CentOS 7, a popular open-source OS, reaches the end of life on June 30, 2024, promp
Angular Directives 101
10/21/2024 4:44:38 AM.
Directives are a core feature in Angular that extends and customizes HTML elements. They simplify modifying styles, managing user inputs, and manipulating the DOM, providing flexible support in user i
Power Apps and Library Component
10/20/2024 9:59:58 AM.
Library components in Power Apps are reusable modules that can be shared across multiple apps to streamline development. They help maintain consistency, reduce redundancy, and enable easy customizatio
How to Create SharePoint Team or Communication Site
10/20/2024 9:09:09 AM.
Discover key differences between the two, step-by-step instructions for setting up each site type, and best practices to optimize your SharePoint environment for seamless teamwork.
The Basic SKU Public IPs will be Retired in Azure
10/16/2024 11:48:25 AM.
Microsoft Azure is set to retire the Basic SKU public IPs, impacting users who rely on this pricing tier for their cloud networking needs. This change highlights the platform's evolution toward mo
Creating and Opening Microsoft Word Document from .NET Using C#
10/15/2024 11:54:12 AM.
This article explores how to manipulate Microsoft Word documents using C# in a Windows Forms application. It covers adding a COM reference for Word, creating instances of the Word application, and uti
Understanding List Column Data Types in SharePoint
10/15/2024 11:08:42 AM.
SharePoint allows users to create and manage lists with various column types, such as text, number, date, and lookup fields. These columns help organize and store data effectively, ensuring better rep
Validation of Complex Objects in Multi-Lingual Environment Using DynamicVNET With ASP.NET Core
10/14/2024 9:58:53 AM.
DynamicVNET is a lightweight, rule-based validation library for .NET applications, designed to validate POCOs while adhering to the Single Responsibility Principle (SRP). It integrates seamlessly with
The OSI Model: Exploring the Seven Layers of Networking
10/12/2024 5:19:26 AM.
The OSI model is a framework that standardizes network communication into seven layers, facilitating interoperability, troubleshooting, and consistent practices across different networks and protocols
Integration And Server Broadcast With SignalR 2
10/11/2024 12:29:10 PM.
Discover how to implement real-time communication in your applications using SignalR 2. This guide covers the integration of SignalR for server broadcast functionality, enabling seamless data transfer
Common Mistakes to Avoid When Using USDT TRC20
10/10/2024 10:38:42 AM.
USDT TRC20, a stablecoin operating on the Tron blockchain, ensures fast, cost-effective transactions. However, users face challenges with wallet compatibility, network differences, and cybersecurity,
Create Cool Webpage Using CSS3 Custom Fonts
10/8/2024 9:17:45 AM.
This guide covers how to effectively use custom fonts on your website. It includes steps for downloading fonts from reliable sources, converting them from .ttf to .eot for better browser compatibility
How do AWS and Azure compare in terms of market share and adoption?
10/7/2024 11:59:19 PM.
AWS leads the cloud market with approximately 31-33% share, while Azure follows closely with about 23-25%, showcasing strong growth and adoption in enterprise environments.
Why FSLogix is Essential for Azure Virtual Desktop Environments
10/7/2024 6:28:48 AM.
FSLogix is a crucial tool for optimizing Azure Virtual Desktop environments. It enhances user experience through efficient profile management, allowing seamless access to applications and data.
What is SaaS Security? Why SaaS Security is important in 2025
10/7/2024 5:56:34 AM.
SaaS Security refers to the measures and protocols designed to protect data, applications, and infrastructures in Software as a Service environments. As businesses increasingly rely on cloud solutions
How to Deploying Azure Virtual Desktop (AVD or WVD)
10/7/2024 5:25:42 AM.
Learn how to deploy Azure Virtual Desktop (AVD), formerly known as Windows Virtual Desktop (WVD), with this comprehensive guide. Explore essential steps for setting up a virtual desktop infrastructure
Basic Linux Commands
10/6/2024 5:36:24 PM.
Learn about basic Linux commands including listing files and managing directories as part of fundamental of DevOps.
Exploring Network Topologies
10/5/2024 6:02:32 AM.
Network topologies define the structure of a network, with common types like Bus, Ring, Star, Mesh, and Hybrid, each offering unique advantages and suited for different network needs
Construct a Deep Copy of LinkedList
10/3/2024 11:25:30 AM.
The task involves creating a deep copy of a linked list where each node has a random pointer that may point to any node or null. Using a dictionary to map original nodes to their corresponding new nod
Learning Priority Queue in Python
10/3/2024 10:06:45 AM.
A Priority Queue in Python can be implemented using the heapq module, which provides efficient min-heap operations like heappush, heappop, and heapreplace. Unlike a regular queue, a priority queue pro
How to Compare Two Objects in C#
10/3/2024 7:08:40 AM.
In this article, we’ll walk through how to create a generic method that can compare the objects of any class, even those with nested collections. We’ll break it down step by step so you can implement
Database, Data Warehouse, and Data Lake: A Comparative Analysis
10/2/2024 4:49:26 AM.
Databases handle structured, real-time transactional data. Data warehouses focus on structured, historical data for analytics. Data lakes store raw, unstructured data, which is ideal for advanced anal
Download Up to 10 Files at a Time Using Internet Explorer in Windows 8
10/1/2024 9:12:47 AM.
This article explains how to configure Internet Explorer on Windows 8 to allow downloads of more than 10 files simultaneously. By default, older versions of IE limit downloads to 6 files at a time. By
How To Create An HTTP Trigger Azure Function App Using Visual Studio 2017
10/1/2024 8:24:46 AM.
Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, an
Introduction To SignalR With .NET Core - Part One
10/1/2024 8:24:06 AM.
Learn how SignalR enables seamless server-client messaging, the basics of its architecture, and step-by-step instructions to set up your first SignalR project in ASP.NET Core.
Fibonacci Series : Recursion, Memoization, and Optimal Approach
10/1/2024 8:15:39 AM.
The Fibonacci series is a mathematical sequence starting with 0 and 1, where each subsequent number is the sum of the previous two. This article explores three methods to compute Fibonacci numbers in
Create a Combo Chart and Make Your Chart Draggable
10/1/2024 4:52:34 AM.
This article explains how to create a Combo chart by combining different chart types, like a column and a pie chart, using Highcharts.
Understanding mapPartition in PySpark
10/1/2024 4:13:33 AM.
We explore the mapPartition transformation in PySpark, a powerful optimization tool for batch processing and resource management. Unlike the map function, it processes entire partitions of data, enhan
Explaning Joins in Azure Cosmos DB
9/30/2024 8:45:05 AM.
Azure Cosmos DB enables seamless querying using SQL-like syntax, allowing joins within JSON documents. This feature facilitates data retrieval from arrays and nested objects within a single container,
How to Decide Between Relational Database and NoSQL Databases?
9/30/2024 7:12:38 AM.
Choosing between relational databases and NoSQL databases involves understanding their key differences, strengths, and weaknesses. Relational databases excel in structured data and ACID compliance, ma
How To Enable The Modern Command Bar Experience In The Canvas Apps
9/30/2024 5:16:53 AM.
This article guides you on enabling the modern command bar in PowerApps Canvas Apps. It details the steps to activate this preview feature, starting from creating or opening a Canvas App, navigating t
Deploying Elastic Compute Cloud (EC2) in AWS
9/29/2024 6:03:02 AM.
This guide covers setting up EC2 instances, configuring security groups, and managing instances for scalable cloud computing solutions, ensuring optimized performance and security.
Different Network Types and Standards.
9/29/2024 5:47:07 AM.
Different network types, such as LANs, WANs, and wireless networks, provide various benefits like speed and flexibility while also posing constraints like cost and security risks, and understanding th
Gemini vs. ChatGPT: What Sets Them Apart For Developers?
9/28/2024 5:44:38 AM.
This article explores the key differences between Gemini and ChatGPT, two AI platforms widely used by developers. It compares their features, coding assistance, API support, and integration capabiliti
Check which process deleted the files on Window
9/28/2024 5:13:19 AM.
Enable event logging to identify the process causing deletion operations. Set up folder auditing by adjusting security properties, adding auditing entries, and running AuditPol commands.
Creating a Virtual Private Cloud (VPC) in AWS
9/27/2024 10:05:40 AM.
Creating a Virtual Private Cloud (VPC) in AWS allows users to launch AWS resources in a logically isolated virtual network. This setup enhances security and control over your cloud environment.
How to Download Code from Your Azure Function App
9/27/2024 5:59:14 AM.
In this article, we will learn how to easily download code from your Azure Function App using built-in tools like the Azure Portal, App Service Editor, or source control integration.
ASP.NET MVC Chat Application Using SignalR
9/26/2024 7:11:47 AM.
This tutorial guides you through creating a real-time chat application using ASP.NET MVC and SignalR. You'll learn how to set up a SignalR hub for managing communication, implement user authentica
How To Create A Sparklines In Power BI Tables And Matrix Visual?
9/24/2024 12:01:28 PM.
This article explores the new "Sparklines" feature in Power BI as of December 2021, which allows users to visualize trends within table and matrix visuals. Sparklines provide a compact way t
ASP.NET 3.5 Tabbed Pages
9/24/2024 11:55:31 AM.
Tabbed pages are an effective way to organize content on web applications, improving user experience. By using a combination of MultiView and View controls in ASP.NET, developers can create intuitive
How To Implement Bootstrap 4 Popover
9/24/2024 11:52:14 AM.
This article covers the Bootstrap 4 Popover component, a versatile tool for displaying pop-up content when users interact with elements. It highlights key features such as initialization with jQuery,
How C# Generics is different from Java Generics
9/24/2024 11:29:42 AM.
In this article, we explore the distinctive features of C# generics and how they enhance programming efficiency. We compare generics with non-generic types, focusing on benefits like type safety, code
Understanding Chat Box in .NET
9/23/2024 11:08:46 AM.
Discover how to integrate APIs and manage data storage for a seamless messaging experience. Perfect for developers looking to enhance their web applications.
Learn about Garbage Collector in .NET
9/23/2024 9:23:17 AM.
This article discusses the .NET Garbage Collector and its role in memory management, distinguishing between managed and unmanaged resources. It highlights the limitations of using Objects. Finalize fo
Learn Sliding Window Technique
9/23/2024 8:26:33 AM.
The Sliding Window Technique is an efficient method for solving problems involving subarrays or substrings. It uses a "window" that slides across the data structure, allowing for dynamic adj
Interactive Tic-Tac-Toe Game in React
9/23/2024 7:18:53 AM.
In this article, you'll learn how to create an interactive TicTacToe game using React. We cover essential React concepts like components, useState, and useEffect. Step-by-step, you'll build th
Get First Row from Dataverse Table in Power Automate
9/22/2024 12:32:16 PM.
Learn how to retrieve the first row from a Dataverse table using Power Automate. This guide walks you through creating a flow, filtering contacts with emails, and using expressions to extract the firs
Node.js App with User Authentication and Docker Deployment
9/22/2024 12:09:32 PM.
Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
A Comprehensive Guide to Migrating Azure Functions C# to C# 12 with .NET 8 Isolated
9/21/2024 4:12:20 AM.
Ziggy Rafiq shows how to leverage modern C# features, and how to optimize the performance and scalability of Azure Functions by migrating them to .NET 8 Isolated Processes.
Database Backup With Compression in SQL Server
9/20/2024 9:18:22 AM.
This article explains how to perform database backup compression in SQL Server 2012 using SQL Server Management Studio or a Transact-SQL statement. It provides a step-by-step guide to visually create
MongoDB Comparison Operators
9/20/2024 7:46:04 AM.
Learn how to use MongoDB comparison operators like $eq, $ne, $gt, $lt, and more in this comprehensive guide. Master querying and filtering data with practical examples and best practices for efficient
C# Code To Overcome "The Process Cannot Access The File XYZ Because It Is Being Used By Another Process" Error
9/20/2024 6:27:51 AM.
This guide provides practical C# code solutions for handling file access issues, including techniques for managing file locks and ensuring smooth file operations without interruptions.
Building a Custom QR Code Generator Component in React
9/20/2024 4:32:50 AM.
In this guide, you'll learn how to build a custom QR code generator component in React. We'll cover the steps to integrate a QR code library, customize the QR code's appearance, and make i
Exploring the Performance Boosts in .NET 9
9/20/2024 4:22:58 AM.
.NET 9 introduces key performance improvements, including Native AOT for faster startup times and reduced memory usage, optimized garbage collection, enhanced threading for multicore systems, and HTTP
Differences Between SharePoint 2013 VS 2016
9/19/2024 10:14:38 AM.
Learn about the new features and improvements in SharePoint 2016, understand the limitations of SharePoint 2013, and discover how upgrading can enhance your organization's collaboration and produc
Resolve "Member Name Cannot Be the Same as Enclosing Type" Error
9/18/2024 12:23:37 PM.
A colleague faced a build error in Visual Studio when naming a file Profile.aspx, which conflicted with the System.Web.Profile type. The error "member name cannot be the same as enclosing type&qu
Getting Started With ASP.NET Core MVC Apps Using VS Code
9/18/2024 12:14:39 PM.
Learn to create a HelloWorld app using ASP.NET Core 2.0 and Visual Studio Code. This guide covers setting up a new ASP.NET Core MVC project, adding controllers and views, and running the application.
Background Task in Universal Windows Program - Part One
9/18/2024 8:53:52 AM.
This article explains implementing background tasks in mobile programming for notifications and data processing. It covers creating a background task component using UWP and Windows Runtime, registeri
Copilot Customization: Welcome the Logged-in User with the Name
9/16/2024 8:47:15 AM.
In this article, we shall see how to greet the user with the name using the logged-in information using the out of the box feature. This article is intended to target the developer who are using the M
Builder Pattern: Constructing Complex Objects
9/14/2024 1:58:12 PM.
In this article, we learn about Builder Pattern: Constructing Complex Objects. The Builder Pattern simplifies the creation of complex objects through step-by-step construction. It enables flexibility,
Array of Structure and Structures with in a Structure
9/13/2024 5:23:54 AM.
Explore the concept of arrays of structures and structures within structures in data modeling. Understand how to manage complex data by nesting structures, utilizing multidimensional arrays, and creat
Understanding Three-Phase Commit in Microservices
9/12/2024 11:24:23 AM.
Delve into how distributed transactions ensure consistency, atomicity, and fault tolerance across decentralized systems, maintaining ACID properties crucial for scalability and robust transaction mana
Configure Data Gateway With SQL Server Database Using Recommended Or Enterprise Mode
9/12/2024 5:10:58 AM.
This article explains how to configure a Data Gateway for an On-Premise SQL Server Database using Power BI's Recommended Mode. It covers the installation steps, including downloading and setting u
Build Microsoft Teams Tab Extensions with React Fluent UI
9/11/2024 7:17:30 AM.
Discover how to create a powerful Teams Tab Extension using React and Fluent UI in this step-by-step guide. From setting up your development environment to integrating Fluent UI components seamlessly,
Understanding Two-Phase Commit in Microservices
9/11/2024 6:47:37 AM.
The Two-Phase Commit (2PC) protocol ensures data consistency in microservices by coordinating transactions across services. It involves a prepare phase where participants log changes and vote, and a c
Property 'X' Does Not Configure the Code Serialization for its Property Content
9/11/2024 5:35:43 AM.
The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [Design
Building a Custom Image Slider Component in React
9/11/2024 5:22:12 AM.
Learn how to create a responsive, interactive slider using React hooks, JavaScript, and CSS. Perfect for adding dynamic image galleries or carousels to your web projects, enhancing user engagement and
AngularJS From Beginning: Directive - Part Four
9/10/2024 10:19:45 AM.
This article explores AngularJS custom directives, a key feature for enhancing templates with reusable components. It covers the creation of directives, directive naming conventions, and usage of attr
Working With Azure Functions From SharePoint Components
9/9/2024 11:48:43 AM.
This article explains how to trigger Azure functions from SharePoint pages using HTTP trigger functions. It covers creating a SharePoint list from an Azure function using C# and SharePoint CSOM, passi
Types of components selectors in Angular with examples
9/6/2024 8:22:59 AM.
Angular offers various component selectors: Type Selector (e.g., app-root), Attribute Selector (e.g., [app-attribute-selector]), Attribute Selector with Value (e.g., [app-attribute-selector-with-value
Export Data From Database Table to Excel File in ASP.Net MVC
9/5/2024 10:55:56 AM.
Exporting data from a database to Excel in ASP.NET MVC involves creating a database, setting up a model, and designing a view. Use SqlConnection and SqlDataAdapter to fetch data and Microsoft.Office.I
Create a Material-UI Custom Select Component with React js.
9/5/2024 8:31:11 AM.
Learn how to create a custom select component using Material-UI with React JS in this tutorial. We’ll walk through setting up Material-UI, designing a customizable select dropdown, and integrating it
Explaning .NET Razor ≠ .NET Blazor
9/5/2024 5:14:36 AM.
Razor and Blazor are distinct web technologies. Razor is a server-side templating engine in ASP.NET Core MVC, combining HTML with C# for dynamic server-side content. Blazor, in contrast, enables inter
SQL Subqueries: Correlated, Scalar, and EXISTS/NOT EXISTS
9/4/2024 9:30:54 AM.
Subqueries in SQL are powerful tools for complex queries. They include correlated subqueries, which depend on the outer query’s results, scalar subqueries that return single values, and EXISTS/NOT EXI