Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Bounty
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]
Vijay Kumari(13)
Aakash Chhillar(7)
Onkar Sharma(4)
Ayush Gupta(3)
Rikam Palkar(3)
Kirtesh Shah(3)
Ziggy Rafiq(3)
Mahesh Chand(2)
Sangeetha S(2)
John Godel(2)
Vinay Ayinapurapu(2)
Shiv Sharma(2)
Tharunkumar Magudeeswaran(2)
Praveen Raveendran Pillai(2)
Babita (2)
Jalpa Dhola(2)
Mohamed Shifan(2)
Manav Pandya(1)
Bimalshi Jayarathna(1)
Cynthia Sathuragiri(1)
Suraj Vishwakarma(1)
Parth Soni(1)
Sarthak Varshney(1)
Jaimin Vakhare(1)
Nitin (1)
Gowtham Rajamanickam(1)
Praveen Kumar(1)
Jay Krishna Reddy (1)
Amit Mohanty(1)
Dashrath Hapani(1)
Jignesh Kumar(1)
Sigar Dave(1)
George (1)
Sreenath Kappoor(1)
Amirthathasan Jothikumar(1)
Ravinder Singh(1)
Rohit Gupta(1)
Deepak Tewatia(1)
Rajiv Singh(1)
Rajeev Paliwal(1)
Devesh Omar(1)
Aradhana Tripathi(1)
Baibhav Kumar(1)
Lalit Bansal(1)
Ck Nitin(1)
Prathamesh Dhopare(1)
Raveena Attri(1)
Aayushi B(1)
Vijay Pratap Singh(1)
Sreeparna Sreejay(1)
Aiswarya E V(1)
Jin Necesario(1)
Harminder Singh(1)
Satish B(1)
Velladurai (1)
Kautilya Utkarsh(1)
Ashish Bhatnagar(1)
Vignesh Kumar(1)
Shikha Tiwari(1)
Sanjay Kumar(1)
Sardar Mudassar Ali Khan (1)
Resources
No resource found
Vibe Coding: Writing Software by Feeling, Not Typing
Jul 17, 2025.
Vibe coding is a new way of programming using natural language and AI tools like GPT-4 and Copilot, enabling developers to build, refine, and explore code ideas creatively and quickly through conversation.
Understanding Regression Testing: Tools, Techniques, and Examples
Jul 16, 2025.
Explore regression testing essentials, types, and best practices. Learn tools like Selenium, Katalon, and Playwright to automate tests, catch bugs early, and ensure code changes don’t break existing functionality.
Parent-Child Component Communication – Solving the Sync Issue
Jul 14, 2025.
This article explains a real issue faced while passing data from a parent to a child component in Angular using @Input(). The child component was not updating correctly when the input changed. The problem was fixed by moving the data loading logic to the ngOnChanges() lifecycle hook.
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.
Build Branching Logic in SharePoint Online List Forms
Jul 07, 2025.
Learn how to use branching logic in SharePoint Online list forms to show or hide fields based on user input. Enhance user experience, minimize errors, and create intelligent, no-code forms effortlessly.
Understanding Workloads in Kubernetes
Jul 02, 2025.
Explore Kubernetes workloads like Pods, Deployments, Jobs & more. Clear, real-world insights to help beginners deploy, manage, and scale apps with ease.
Understanding useRef in React: When and How to Use It Effectively
Jun 26, 2025.
Discover how to use useRef in React to access DOM elements, store mutable values, and optimize performance. Learn real-world examples and best practices.
Different Type of Variables in PHP
Jun 23, 2025.
Learn about the different types of variables in PHP, including scalar, arrays, objects, and more. This guide covers their usage, examples, and best practices for beginners and developers alike.
Modularize Your Power Apps with User-Defined Functions & Types
Jun 16, 2025.
In this blog, we’ll explore how these powerful features can simplify your logic, reduce duplication, and bring modular design to your app-building workflow.
Types of Classes in C# with Examples | Concrete, Static, Abstract, Sealed, and More
Jun 12, 2025.
Learn all the types of classes in C# with clear examples and use cases. Understand when to use abstract, static, sealed, generic, and partial classes in .NET Framework.
Different Types of Blockchain Bridging Techniques
Jun 12, 2025.
Blockchain bridging techniques enable interoperability between different blockchains. These include trusted, trustless, HTLC, relays, federated, and hybrid models—each balancing speed, security, decentralization, and complexity differently.
🎲 How to Generate a Random Number or List of Random Numbers in Power Automate Desktop
Jun 10, 2025.
Learn how to generate single or multiple random numbers in Power Automate Desktop for testing, simulations, or dynamic inputs—perfect for RPA, Excel automation, chatbots, and Indian IT project scenarios.
Table Sharding in SQL: Types, Examples, and Best Practices
Jun 10, 2025.
Table sharding improves database scalability and performance by splitting large tables into smaller, distributed shards. It enhances speed, fault tolerance, and cost-efficiency—ideal for growing applications with heavy data loads.
What is an AI Agent?
Jun 03, 2025.
In this article, we break down the definition, types, architecture, real-world use cases, and future scope of AI agents.
Interfaces vs Types in TypeScript
May 29, 2025.
Don’t waste another hour arguing over type vs interface. Here's what matters, what doesn't, and how to pick the right one without overthinking it.
Mastering Named, Positional, and Input/Output Parameters in Stored Procedures with EF Core
May 22, 2025.
Understanding Name Parameters, Positional Parameters, Input/Output Parameters, and Their Usage in Stored Procedures with EF Core
Understanding Types in TypeScript
May 15, 2025.
Explore the different types in TypeScript, including primitives, union and intersection types, type aliases, interfaces, and generics.
TypeScript: Strong Types and Where to Find Them?
May 09, 2025.
TypeScript is a typed version of JavaScript that helps catch errors early and improve code quality. Let me explains what it is, why it’s useful, and how to get started.
You Need to Know 9 Things About the New Lambda Variance Rules of C#
Apr 28, 2025.
C# 14 introduces enhanced lambda variance rules, making lambdas more flexible, intuitive, and type-safe, empowering developers to build cleaner, reusable, and more modern C# applications effortlessly.
Input Integrity in C# for Privacy-Safe LLM Systems
Apr 23, 2025.
AlpineGate AI’s Principles for Zero-Exposure AI in Healthcare and Compliance-Critical Environments
Understanding Change Data Capture (CDC) and Its Types
Apr 23, 2025.
In this article we are going to learn about the CDC and types of CDC approaches. It helps keep data in sync without causing a heavy load on the database.
Passing Connection as Input Parameter in PowerShell Functions
Apr 14, 2025.
Easily reuse a single SharePoint Online admin connection in PowerShell functions to fetch QA site info efficiently, reducing redundant logins and enhancing performance in M365 automation tasks.
Difference Between Compilation and Runtime Errors in .NET
Apr 08, 2025.
In .NET development, errors occur at compile time or runtime. Understanding and handling compilation errors like syntax issues and runtime errors like exceptions ensures stable and reliable applications.
Basic Understanding of Architectural Style
Apr 01, 2025.
Understanding architectural style is key to appreciating how buildings and structures are designed. It involves the study of various styles, from classical to modern, and the principles behind each.
Enhancing SharePoint: New Features in Microsoft Lists Forms
Mar 27, 2025.
This article covers new features such as conditional branching, logo addition, support for additional field types, and more. Learn how these updates can streamline your workflow and improve the user experience.
Automating SCD Type 4 in Azure SQL Database with Azure Data Factory
Mar 24, 2025.
Learn how to automate Slowly Changing Dimension (SCD) Type 4 implementation in Azure SQL Database using Azure Data Factory.
Implementing SCD Type 4 in Azure SQL Database: A Step-by-Step Guide
Mar 16, 2025.
Learn how to implement SCD Type 4 in Azure SQL Database using a structured approach with staging, dimension, and history tables. This guide covers real-world use cases, SQL implementation, and execution scenarios for efficient historical data management.
Various Methods to Count Occurrences of Each Number in Array or List
Feb 17, 2025.
In this article, I'll show you different ways to count how often a number appears in C#. We'll look at methods like LINQ, Dictionary, GroupBy, and Parallel.ForEach, and see which ones work best for small and large datasets.
Different Type of Modern Function in JavaScript
Feb 14, 2025.
Explore JavaScript's modern functions, including arrow functions, async/await, and anonymous functions. This article covers IIFE, event handlers, and promises with practical examples for efficient coding in JavaScript.
Building a Number Guessing Game in Java
Feb 10, 2025.
Learn how to create a number guessing game in Java. This beginner-friendly project covers random number generation, user input handling, loops, and conditionals, with enhancements like difficulty levels and input validation.
The Modern Number Input Control in Power Apps
Feb 10, 2025.
Master the Number Input Control in Power Apps for accurate data entry. Learn its benefits, including easy adjustments, validation, custom step values, and responsive design, to enhance user experience across devices.
Angular Features (2-1) --- Component Interaction (1) by @Input/@Output
Feb 07, 2025.
This is about communications between parent component and child component.
Understanding Typeof in JavaScript
Feb 04, 2025.
The typeof operator in JavaScript is used to determine the type of a given variable or expression. It helps identify primitive types like string, number, boolean, undefined, and symbol, as well as objects and functions.
Essential Port Numbers for DevOps Engineers
Feb 01, 2025.
DevOps engineers must understand essential port numbers for seamless system communication. This article categorizes ports for web services, databases, messaging, monitoring, security, CI/CD, and cloud tools, ensuring efficient configuration and troubleshooting.
Java Program for Counting the Number of Vowels in a String
Jan 28, 2025.
This article explains how to count the number of vowels (a, e, i, o, u) in a given string using Java. It covers two approaches: a simple method using loops and conditional statements, and a more optimized approach utilizing a Set for quick vowel lookups.
Java Program to Count the Number of Even and Odd in an Array
Jan 27, 2025.
The title "Java Program to Count the Number of Even and Odd Numbers in an Array" refers to a Java program that demonstrates how to count how many numbers in an array are even and how many are odd. The article explains the concept of even and odd numbers, and provides a step-by-step guide on implementing a Java solution using simple loops and conditional statements.
Copying All Elements of One Array to Another Array in Java with Code
Jan 21, 2025.
Learn how to copy arrays in Java using user input, iterative methods, and `System.arraycopy()`. This article demonstrates seamless duplication of entire arrays and subsets with practical examples.
Java Program to Generate Pascal's Triangle
Jan 20, 2025.
A Java Program to Generate Pascal's Triangle creates a pattern of numbers where each number is the sum of the two numbers directly above it. The program allows the user to input the number of rows they want for the triangle.
Java Program to Check Whether a Number is a Strong Number
Jan 20, 2025.
A Strong Number, also known as a Krishnamurthy number, is a number where the sum of the factorials of its digits equals the number itself. For instance, the number 145 is considered a Strong Number because the factorial of 1 is 1 (1!), the factorial of 4 is 24 (4!), and the factorial of 5 is 120 (5!).
Sum of Fibonacci Series Up to a Number N in Java with Code
Jan 20, 2025.
This article explains how to calculate the sum of Fibonacci numbers up to a given number \( N \) in Java, with step-by-step logic, code examples, and practical implementation details.
Java Program to Calculate the Sum of Odd Numbers in a Given Range
Jan 17, 2025.
This topic explains how to write a Java program to calculate the sum of all odd numbers within a specified range. The program takes a user-defined start and end value, then loops through the range to identify odd numbers (numbers not divisible by 2).
How to use SharePoint List Input Tool in Alteryx
Jan 16, 2025.
Use Alteryx Designer to connect to SharePoint lists across versions (2007 to SPO). Configure the SharePoint Site URL, and credentials, and select the desired list and view. Filter data, limit records, and export to Excel using the output tool.
Java Program to Check Whether a Number is a Perfect Square
Jan 15, 2025.
The topic "Java Program to Check Whether a Number is a Perfect Square" focuses on creating a Java program that checks if a given number is a perfect square. A number is considered a perfect square if it can be expressed as the square of an integer (e.g., 16 is a perfect square because it is 4 × 4).
Checking Two Matrices Are Equal in Java or Not
Jan 14, 2025.
Learn how to compare two matrices in Java by implementing a `Matrix` class to handle creation, input, and comparison. This article covers object-oriented concepts, user input, and array manipulation.
AI Roadmap: How to Go from Beginner to Intermediate
Jan 10, 2025.
This article covers essential Python concepts, libraries (NumPy, Pandas, Scikit-learn, Matplotlib, SciPy), and machine learning frameworks (PyTorch, HuggingFace & Gradio), helping beginners progress to advanced proficiency in software development and data science.
Printing Different Types of Star Patterns in Java with Code
Jan 09, 2025.
Star pattern programs in Java demonstrate the use of nested loops and control structures, creating shapes like squares, pyramids, diamonds, and hollow squares with illustrative code examples and outputs.
Calculate Simple Interest in Java with Code
Jan 08, 2025.
Learn how to calculate simple interest in Java using user input, exception handling, and validation. This article includes step-by-step explanations, example code, and techniques for handling invalid user inputs effectively.
Check Input Character is a Vowel or Consonant in Java With code
Jan 07, 2025.
Learn how to identify vowels and consonants in Java using if-else and switch statements. This article explains character validation and control flow and provides example programs for clarity and practice.
Understand the Concept of Shallow Copy and Deep Copy in C#
Jan 06, 2025.
Learn the difference between shallow and deep copying in C#. Explore their behavior, implementation, and use cases with practical code examples, helping you make informed decisions for object duplication scenarios.
Check Armstrong Numbers Between Two Integers in Java with Code
Jan 06, 2025.
Learn to identify Armstrong numbers in a given range using Java. This article explains logic, digit manipulation, and mathematical operations, with an example program to detect and display Armstrong numbers efficiently.
3 Easy Ways to Find the Missing Number in an Array in Java
Jan 03, 2025.
The article "3 Easy Ways to Find the Missing Number in an Array in Java" explains how to efficiently find the missing number in an array of numbers ranging from 1 to n. It presents three straightforward methods to solve the problem.
LookUp Function in Power Apps for Efficient Data Retrieval
Dec 31, 2024.
The LookUp function in Power Apps allows efficient data retrieval by searching for a single record in a data source based on a condition. It's ideal for scenarios like pulling specific employee details from a SharePoint list.
Checking if a Number is Odd or Even in Java with Code
Dec 31, 2024.
Learn three methods to check odd or even numbers in Java using modulus, bitwise, and ternary operators with clear examples, explanations, and practical insights for beginners.
Twisted Prime Number in C#
Dec 30, 2024.
In this article, I will explain how to determine whether a given number is a twisted prime number or not, and provide a comprehensive guide to do so, covering essential concepts, methods, and examples.
How to Generate Random Numbers in Java with Code?
Dec 27, 2024.
Discover multiple techniques to generate random numbers in Java using `java.util.Random` and `Math.random()`, with detailed explanations, code examples, and practical use cases for simulations, gaming, and cryptography.
Binary To Decimal Conversion in C#
Dec 27, 2024.
This article explains how to convert a binary number to a decimal number in C#. It covers two methods for the conversion, providing examples and code snippets. It's a helpful resource for beginners and intermediate programmers learning C#.
Displaying All Prime Numbers from 1 to N Using Java with Code
Dec 26, 2024.
Explore three methods to display prime numbers in Java: Simple Loop, Square Root Optimization, and Sieve of Eratosthenes, with detailed explanations, code examples, and efficiency comparisons for each approach.
Check Armstrong Number in Different Ways Using C#
Dec 26, 2024.
In this article, we will create a program in C# to check if the entered number is an Armstrong number or not. Explore various methods to check Armstrong numbers in C#, including while loops, for loops, recursion, LINQ, and finding numbers within a range.
Essential C# Keywords
Dec 25, 2024.
This article explains important C# keywords that help in writing more efficient code. It covers keywords like volatile, value, get, set, yield, partial, and where, describing their uses in a simple manner. These concepts are essential for anyone looking to improve their C# programming skills.
Understanding Deconstruction in C#
Dec 22, 2024.
Deconstruction in C# and its use. Explore C# deconstruction to simplify object breakdown into variables using tuples or custom types, improving code readability, conciseness, and flexibility while enhancing pattern-matching capabilities for efficient data handling.
Explaining Duck Number in C#
Dec 16, 2024.
In this article, I will discuss the Duck Number in C# with various examples. It includes detailed explanations and practical C# implementations.
Take User Input in Java with BufferedReader
Dec 12, 2024.
Learn how to take user input in Java using BufferedReader and Console classes. This guide includes detailed explanations, code examples, error handling, and practical applications for seamless input handling.
Explaining Palindrome Program in C#
Dec 09, 2024.
In this article, I will discuss the Palindrome Program in C# (Palindrome Number and Palindrome String) with Examples. It includes detailed explanations and practical C# implementations.
Take Input in Java using Scanner Class with Code
Dec 06, 2024.
Learn how to capture user input in Java using the Scanner class. This guide covers importing, creating Scanner objects, reading inputs (strings, integers, doubles), and handling exceptions with examples.
Palindrome Number in C#
Dec 05, 2024.
Learn to check if a number is a palindrome in C#. Understand what a palindrome number is and follow a step-by-step guide with code examples to implement it efficiently.
How to Reverse Number in C#
Dec 03, 2024.
Learn two methods to reverse a number in C#: using arithmetic operations and `string.Reverse()`. This essential C# interview topic is explained with practical code examples and outputs.
What is a CTE, and How Do You Write a CTE in SQL Server?
Nov 29, 2024.
A Common Table Expression (CTE) in SQL Server is a temporary result set that can be referred to within a SELECT, INSERT, UPDATE, or DELETE query. CTEs simplify complex queries by breaking them into manageable parts.
C# Foundation - Nullable Types
Nov 28, 2024.
This article covers the basics, syntax, and practical use cases of nullable types, enabling you to write safer, more reliable code by avoiding null reference errors effectively.
C# Foundation - Implicitly Typed Variables
Nov 28, 2024.
Implicitly typed variables in C#, declared using the var keyword, let the compiler infer the data type from the initialization expression. This improves code readability and reduces verbosity, especially with complex types.
Rank Functions in SQL server
Nov 26, 2024.
In this article, we will learn about Rank functions in SQL Server, like RANK(), DENSE_RANK(), ROW_NUMBER(), and NTILE(), are used to assign rankings to rows within a result set.
User-Defined Functions in SQL Server
Nov 21, 2024.
SQL Server supports two types of User-Defined Functions (UDFs): Table-Valued and Scalar-Valued. Table-valued functions return a table based on logic, while Scalar-Valued functions return a single value.
Types of APIs and Essential API Testing Tools
Nov 18, 2024.
Learn about essential API testing tools such as Postman, SoapUI, and JMeter, which help ensure the functionality, performance, and security of APIs through effective testing and automation.
The Essential Guide to Blockchain Network Types and Their Application
Nov 15, 2024.
Blockchain technology has transformed industries by providing secure, decentralized, and transparent systems. It encompasses various types, including public, private, consortium, and hybrid blockchains, each offering unique benefits for specific applications.
Types of Error Handling in Web API .NET 8 with Example
Nov 13, 2024.
Error handling is a mechanism to take control of unexpected situations that occur in the system during processing and return any helpful error response from a NET 8 Web API. That said, here are some different ways to do error handling,
Build an Interactive Task Manager
Nov 12, 2024.
Create a simple To-Do List app using HTML, CSS, and JavaScript. Add, edit, delete, and mark tasks as done while storing them in local storage. Learn how to structure, style, and add interactivity to your web app effectively.
How to perform CRUD Operations in Power Apps
Nov 10, 2024.
Create a student management app in Power Apps with CRUD functionality—Create, Read, Update, and Delete—for efficient data handling. This app connects to a SharePoint list, allowing users to add, view, edit, and delete student records.
Library Component Type in SharePoint Framework (SPFx)
Nov 09, 2024.
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 consistency across projects.
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.
Build Your Own Number to Words Converter
Nov 06, 2024.
This tutorial guides you through setting up the HTML structure, styling the converter for an attractive look, and implementing JavaScript to convert numeric input into its word representation. Perfect for beginners wanting to enhance their coding skills.
Understanding Dataverse Text Fields
Oct 30, 2024.
Understand how to integrate text fields into your applications, validate user input, and retrieve data seamlessly. Enhance your knowledge of database design and modeling within Microsoft Dataverse.
Mark Input Parameters in Triggers as Optional
Oct 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.
Understanding the Role of Servers in Modern Networking
Oct 25, 2024.
Servers play a crucial role in modern networking by managing data storage, processing, and communications across networks. From web hosting and cloud computing to secure data transfer, servers enable seamless connectivity.
TypeScript for advanced type inference in React
Oct 23, 2024.
In this article, Ziggy Rafiq discusses advanced type inference techniques in React with TypeScript, focusing on hooks and JSX elements.
Redis: RedisString and RedisJSON
Oct 23, 2024.
RedisString has long been the basic and most common data type in Redis. Recently, RedisJSON has gained popularity as a module that allows you to store, query, and manipulate JSON data natively.
Using Attributes and Metadata in C# 12
Oct 20, 2024.
Ziggy Rafiq demonstrates how to use attributes and metadata in C# 12 including improvements in parameter types, reflection capabilities, and best practices for maintaining self-documenting code.
Vertical Slice Architecture with Code Examples in C# 12
Oct 18, 2024.
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
Introduction to SharePoint and Steps Creating Lists
Oct 15, 2024.
Learn how to create and manage lists effectively, enhancing your team's collaboration and productivity. With step-by-step instructions and best practices, this resource is perfect for beginners and those looking to optimize their SharePoint experience.
Understanding List Column Data Types in SharePoint
Oct 15, 2024.
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 reporting and data integrity.
TypeScript Essential Features
Oct 07, 2024.
TypeScript offers essential features that enhance JavaScript development, including static typing, type inference, and support for interfaces and generics. It provides tools like classes, enums, and modules, enabling better code structure.
The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem
Oct 01, 2024.
This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in SharePoint development, highlighting potential causes such as type mismatches or missing attributes.
Types of Keys in SQL
Oct 01, 2024.
In SQL, keys play a crucial role in maintaining data integrity and defining relationships between tables. Common types include the Primary Key, which uniquely identifies records; the Foreign Key, linking tables; the Unique Key, ensuring unique values; and the Composite Key, made of multiple columns.
Rank and Dense_Rank Function in SQL Server
Sep 30, 2024.
RANK and DENSE_RANK functions in SQL Server assign sequential numbers to rows based on ordering. RANK skips numbers for ties, while DENSE_RANK does not. Both can partition results using the PARTITION BY clause. These functions are commonly used to rank rows, find highest salaries, and more.
Different Network Types and Standards
Sep 29, 2024.
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 these factors is essential for choosing the best networking solutions.
Getting Dynamic Input Value and Post to the AJAX function
Sep 26, 2024.
This article explores how to dynamically retrieve input values from a user interface and send them to an AJAX function for processing. It covers essential concepts like event handling and asynchronous requests, utilizing JavaScript and jQuery.
How C# Generics is different from Java Generics
Sep 24, 2024.
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 reusability, and performance optimization.
Explaning Wrapper Classes in Java
Sep 23, 2024.
This is essential for utilizing Java’s object-oriented features, such as collections. With autoboxing and unboxing, Java simplifies conversions between primitives and their corresponding wrapper classes, enhancing type safety and performance in data manipulation.
Download Multiple Excel Files via Web API .NET and Angular
Sep 20, 2024.
To export multiple Excel files, various approaches can be used, including downloading a zip file, creating multiple worksheets in a single Excel file, or calling APIs multiple times to retrieve files. Another method involves using Base64 strings, though it's less efficient due to increased file size.
Reading and Writing Operation on File System in C Programming
Sep 20, 2024.
In C programming, file handling allows reading from and writing to files using functions like fopen(), fclose(), putc(), getc(), fwrite(), and fread(). Files are opened in various modes such as read, write, or append, with support for unformatted and formatted input/output operations.
Detailed use of Action Delegate in C#
Sep 11, 2024.
In C#, the Action delegate represents a method that does not return a value and can accept up to 16 parameters. It's useful for passing methods as arguments, callbacks, and event handling. It supports lambda expressions and anonymous methods, making code more concise. Unlike Func<T>, Action always returns void.
Preventing XSS Attacks in ASP.NET Core Web API
Sep 08, 2024.
Cross-site scripting (XSS) is a common web application vulnerability where malicious scripts are injected and executed in a user's browser. To prevent XSS in ASP.NET Core Web APIs, techniques like input validation, output encoding, and sanitizing user input can safeguard against potential attacks.