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]
Sangeetha S(4)
Kisorjan Jakathiswaran(4)
Vijay K(4)
Priyaranjan K S(4)
Madhan Thurai(3)
Ravishankar Velladurai(3)
Saurabh Prajapati(2)
Aditi Bamaniya(2)
Md Sarfaraj(2)
Shantha Kumar T(2)
Anish Ansari(2)
Alagunila Meganathan(2)
Mushtaq M A(2)
Radhakrishnan Govindan(2)
Ananya Desai(1)
Mohammad Rabie(1)
Maria Prince(1)
Sam Bishop(1)
Chinmayi Upadhyay(1)
Naruto_uzumaki (1)
Mervyn Manilall(1)
Jay Pankhaniya(1)
Vishwas R(1)
Siddhesh Chavan(1)
Aman Gupta(1)
Thiyagu Baskaran(1)
Mithilesh Tata(1)
Kiran Verma(1)
Mohamed Shifan(1)
Anandu G Nath(1)
Rathrola Prem Kumar(1)
Ijas Ahamed(1)
Naveen Kumar(1)
Sandeep Nandey(1)
Raj Kishore(1)
Ajay Kumar(1)
Vikas Hooda(1)
Sandeep Mishra(1)
Karthick S(1)
Ashwini Bhandari(1)
Azim Zahir(1)
Sanjay Makwana(1)
Lalit Bansal(1)
Vikas Jha(1)
Roshan Rathod(1)
Praveen Kumar(1)
Rajendr Singh Dodiya (1)
Umesh Singh(1)
C# Curator(1)
Yogeshkumar Hadiya(1)
Onkar Sharma(1)
Raman Sama(1)
Santhosh Teja(1)
Imran Shaikh(1)
Nilesh Sanyal(1)
Dipa Mehta(1)
Arkadeep De(1)
Virender Verma(1)
Tarun Agrawal(1)
Monica Rathbun(1)
Vinodh Narayanan(1)
Mahipal Reddy(1)
Delpin Susai Raj(1)
Pratiksha R(1)
Allen Oneill(1)
Amit Kumar Singh(1)
Joseph Thomas(1)
Bhuvanesh Mohankumar(1)
Manoj Kalla(1)
Bhavya Gaur(1)
Abhijit Patil(1)
Ganeshan N(1)
Vikas Sharma(1)
Julian (1)
Naveen Arumugam(1)
Vishnupriya A(1)
Resources
No resource found
Is PHP 8.5 Still Relevant for Modern Web Development?
Mar 27, 2026.
Explore PHP 8.5's relevance in 2026 web development. Discover its strengths, weaknesses, and best use cases for CMS, e-commerce, and beyond. Is it still a viable option?
Using WebForms Core in PHP
Dec 25, 2025.
Discover WebForms Core v2 in PHP: build dynamic web apps without front-end frameworks! Simplify DOM event handling and server-side interactions with ease. Learn how!
SQL Server Database Mail Setup and SMTP Configuration Guide
Dec 04, 2025.
Configure SQL Server Database Mail with this beginner-friendly guide! Learn to set up SMTP, create profiles, and send test emails for seamless notifications. Perfect for new developers!
SQL Injection in Laravel: Understanding, Exploiting, and Preventing Attacks
Oct 31, 2025.
Learn about SQL Injection in Laravel, how to exploit it, and most importantly, how to prevent it. Secure your application with Laravel's built-in features and best practices.
Empowering Deaf Learners with AI: Creating an Audio-To-Text Mail Assistant Using Zapier and Next.js
Oct 07, 2025.
Empower deaf and hard-of-hearing learners with an AI-powered Audio-To-Text Mail Assistant! This Next.js web app, using Zapier and AssemblyAI, converts audio lectures into readable text, automatically emailing transcripts to users. Enhance accessibility and understanding of spoken content with this innovative solution. See the live demo and Zapier webhook!
What is the cURL in PHP❓
Aug 14, 2025.
Learn how to use cURL in PHP with simple examples. Understand cURL basics, prerequisites, session handling, curl_setopt usage, and connect your PHP applications to REST APIs easily for backend development.
Streamline PHP Development with Azure MySQL and VS Code
Aug 12, 2025.
Learn how to quickly set up and connect Azure Database for MySQL with PHP using VS Code. Build scalable, secure, cloud-native apps with easy management, backups, and seamless database integration.
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.
What's New in PHP 8.4.6? A More Stable Foundation!
Apr 14, 2025.
The latest PHP release is here: version 8.4.6. Don't expect new features, but do anticipate a significantly more stable and refined PHP 8.4, thanks to a focus on bug fixes and essential improvements.
How Do We Set Up Two-Factor Authentication on an Email ID
Apr 09, 2025.
Setting up two-factor authentication (2FA) on your email adds an extra layer of security to protect your account from unauthorized access. This guide walks you through enabling 2FA on your mail ID, ensuring your email remains safe by requiring a password and a second verification step.
How to Create Own Domain Mail ID by Microsoft Admin Portal
Apr 04, 2025.
Learn how to create a professional business email using your own domain. From setting up via Microsoft Admin Portal to managing through Exchange Server, get complete steps for a secure, branded mailbox.
Visualizing MySQL Date-Time Data with CanvasJS in PHP
Sep 25, 2024.
Learn how to create CanvasJS charts using date-time values from a database in PHP. This comprehensive guide covers setting up your database, fetching data, converting PHP timestamps to JavaScript timestamps, and rendering interactive charts
Learn Database Mail in SQL Server
Aug 29, 2024.
Database Mail in SQL Server is a robust feature that enables sending emails via an SMTP server without relying on MAPI clients like Outlook. It offers secure SSL encryption, asynchronous processing, extensive logging, and seamless integration with SQL Server Agent, making it ideal for automated email notifications and alerts.
How to Send Email using Spring Boot using Java Mail Sender SMTP?
Jul 01, 2024.
This article provides a step-by-step guide to sending emails using Spring Boot and JavaMailSender. You'll learn how to set up a Spring Boot project, configure email properties, create an email service and controller, and run the application to send emails. Troubleshooting tips and best practices are also included.
Web Developers' Guide to URL Encoding and Decoding Mastery
Mar 03, 2024.
URL encoding and decoding are fundamental processes in web development, ensuring the secure and reliable transmission of data over the internet. We will explore the essentials of both URL encoding and decoding, their necessity, rules, examples, and how they are implemented in various programming languages.
Mail Merge in Outlook - Simplest Guides for You
Feb 29, 2024.
Explore methods to mail merge in Outlook. Get the best manual and programmatically approach to performing mail merge in Outlook.
How to Build a Calendar in PHP?
Feb 22, 2024.
In this article, we'll guide you through creating a calendar using PHP. It's a straightforward process that involves using HTML for the structure, CSS for styling, and PHP for the logic. We'll start by styling the calendar with CSS, defining how it looks, from the table and headers to individual cells and links.
Installing and Configuring XAMPP on Windows 11
Feb 20, 2024.
This article provides a comprehensive guide on installing XAMPP, the popular PHP development environment, on Windows 10/11. XAMPP includes Apache, MySQL, PHP, and Perl, making it a convenient solution for local development.
Building a Secure PHP MySQL Signup/Login Website with Email Verification
Jan 15, 2024.
Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
Send Mail using C# code
Dec 25, 2023.
In this article, we will learn how to send mail using C# code.
Elastic Bean Stalk in AWS
Dec 14, 2023.
Amazon Web Services (AWS) Elastic Beanstalk simplifies web application deployment and management on AWS. It automates infrastructure tasks, ensuring scalability, load balancing, and updates, letting you focus on application development.
PHP.ini Upload_Max_Filesize Exceeded Error
Oct 26, 2023.
The uploaded file exceeds the upload_max_filesize directive in php.ini." This error occurs when you're trying to upload a file in PHP, but the size of the file being uploaded is larger than the upload_max_filesize directive specified in your php.ini configuration file.
Solution: Mail not queued. Database Mail is stopped
Oct 11, 2023.
Database Mail is a feature in SQL Server that allows you to send email messages from the SQL Server database engine. It can be a crucial tool for alerting and notifications within a database system. However, sometimes, Database Mail might stop working due to various reasons such as configuration issues, service failures, or network problems.
What is a PEM File?
Aug 01, 2023.
Learn about PEM files, a Privacy-Enhanced Mail format for storing cryptographic data using base64 encoding for secure communication.
Laravel Lumen Lightweight Framework for Powerful Web Applications
Jul 11, 2023.
Laravel Lumen is a lightweight micro-framework built on Laravel, offering developers a fast and efficient solution for building microservices and APIs. With its minimalistic approach, seamless integration with the Laravel ecosystem, and emphasis on performance optimization, Lumen enables the creation of powerful web applications with ease.
Custom search functionality for data tables for server-side processing with PHP and MySQL
Jun 30, 2023.
To add custom search functionality to Data Tables for server-side processing with PHP and MySQL, you can modify the SQL query dynamically based on the search criteria provided by the user.
CRUD Operation in PHP using MySQL
Jun 21, 2023.
In this article, you will learn the standard way to create a CRUD operation. It is created using PHP and MySQL with custom functions. So, it is very simple to learn and develop your project.
How to run a PHP code using XAMPP Server
Jun 19, 2023.
The most commonly used web-backend programming language is PHP. A PHP script can be executed through a web server module. Installing a web server like Apache and a database server like MySQL is required in order to run PHP for the web. Can use XAMPP on Windows and Linux operating systems. This tutorial will show you how to run a PHP program on an XAMPP server.
6 Functionalities That Make PHP a Versatile Language
Apr 26, 2023.
In this blog, we will explore the six most frequently utilized features and functionalities of PHP, along with real-world examples demonstrating how they can be applied in practical applications.
Best Practices for Building Large-Scale Laravel Applications
Apr 22, 2023.
This article provides tips and best practices for developing large-scale Laravel applications. By following these best practices, you can improve the quality and scalability of your application, make it easier to maintain and update and ensure that it is built using industry-standard coding practices.
Sending Mail With Dynamically Created PDF As Attachment In C#
Mar 13, 2023.
In this article, you will learn how to send a mail with a dynamically created pdf as an attachment in c#.
My Journey From PHP To Flutter Developer
Feb 13, 2023.
Hello guys, In this article, I will be sharing my journey of transitioning from a PHP Developer to a Flutter Developer. So, without further ado, let's dive in,
How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail
Jun 07, 2022.
This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 and above Common SMTP exceptions we usually faced : The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2. Exception Message: Cannot send mails to mail server. (Failure sending mail.). )Just follow the steps -
Connection Between PHP And MS CRM
Mar 26, 2022.
In this article, you will learn about the Connection between PHP and MS CRM.
How To Read JSON File And Display In A Table Using PHP
Feb 24, 2022.
In this article, will discuss about how to read a JSON file and display the details in table format using PHP.
Hide Microsoft 365 Group Mail From Global Address List
Jan 28, 2022.
In this article, you will learn how to hide the Microsoft 365 group from the Organizational Global Address List.
Restrict External Senders To Mail Office 365 Group
Jan 27, 2022.
How to restrict or block the external users to send mail to Office 365 Group
Deploy A Dockerized Laravel Application To AWS ECS With EC2 Instance Launch Type Using GitHub Actions
Jan 17, 2022.
In this article, you will learn how to deploy a docker-ized Laravel applications to AWS ECS EC2 launch type.
Voyager An Admin Panel For Your Laravel Application
Jan 07, 2022.
Voyager is a free and open-source pre-build admin panel for the Laravel application.
Write And Append Data In JSON File Using PHP
Dec 03, 2021.
In this article will explain how to write and append a data in json file while on submitting a form. Here using few PHP function we are going to add a date in json format.
User Management With Location Track Using PHP/MySQL
Nov 16, 2021.
User management application with same users location track using xampp server PHP/MySQL.
Send Mail To SharePoint Group Members In Power Automate Without Using ParseJson And ForEach Actions
Jul 02, 2021.
In this article we will learn about how to send mail to sharepoint group members using power automate
Send An Email Notification Using Mail Connector In PowerApps
May 10, 2021.
In this article, you will learn how to send an Email Notification using Mail Connector in PowerApps.
Send Mail To SharePoint List PeoplePicker Column Persons Using MSFlow
Apr 19, 2021.
In this article, you will learn how to Send Mail To SharePoint List PeoplePicker Column Persons Using PowerAutomate.
Working With Zip Files In PHP
Mar 12, 2021.
This article explains how we can use the ZipArchive class to work with zip files in PHP.
How To Dynamically Send Multiple Documents As Attachment In Mail Using Power Automate (MS Flow)
Feb 23, 2021.
In this article, we will learn how we can dynamically send multiple documents as an attachment from the SharePoint document library using Power Automate.
Create An Ordering System Using Laravel, RabbitMQ, And Twilio
Dec 28, 2020.
By the end of this article, you will be able to create a web application using PHP which will be able to store the message in the queue and will be able to send messages to the users on their phone.
Top 5 Reasons Why Python Is Better Than PHP
Sep 08, 2020.
In this article, you will learn about Top 5 Reasons Why Python is better than PHP.
How To Create AWS EC2 Instance And Host PHP Applications
Sep 08, 2020.
By the end of this article, you will be able to create an AWS EC2 instance or Virtual Machine(VM) and you will be host PHP applications.
View Received Mails In PowerApp
Aug 24, 2020.
In this article, you will learn how to view all the received Outlook mails.
How To Implement A Youtube Video Search Using Youtube Data API V3 In A WordPress Website
Jul 09, 2020.
This article gives an introduction of how to integrate Youtube Data API v3 for a Youtube video search and how YouTube Data API v3 API will provide access to YouTube data, such as videos, playlists, and channels.
Top 10 Most Popular Articles of PHP
Jun 16, 2020.
This article lists the top 10 most-read articles of PHP category.
Operators In PHP
May 21, 2020.
In this article you will learn about Types and usage of operators in PHP.
Control Statements In PHP
May 20, 2020.
In this article you will learn about control statements in PHP.
Data Types And Variables PHP
May 19, 2020.
In this article you will learn about Data Types and Variables PHP.
Installation Of Apache For PHP
May 18, 2020.
In this article, you will learn about the installation of Apache for PHP.
MySQL PHP MVC CRUD Without Framework
Apr 21, 2020.
This article shows beginners how to make their own MVC framework pattern in PHP. Also, it explains the design style of a framework and the way of coding.
The Difference Between Abstract Class and Interface in PHP
Apr 20, 2020.
In this article, you will learn about the difference between abstract class and interface in PHP.
How to Perform a Mail Merge in a Word Document in Java
Apr 09, 2020.
In this article, you will learn how to perform a mail merge in a word document in Java.
Send Mail To SharePoint Group Members Using Power Automate
Apr 06, 2020.
In this article we will learn about how to automate mail to SharePoint group members
Send Mail from an ASP.NET Web Form Website
Mar 03, 2020.
In this article, I will discuss how you can send mail from your ASP.NET web form website.
How To Install WAMP Server On Windows 10
Feb 25, 2020.
Installing WAMP Server on Windows 10 provides a local development environment for web projects. It integrates Apache, MySQL, and PHP, enabling seamless testing and deployment. Once installed, you can access your projects via localhost.
Understanding Parallel Programming Using Pthreads In PHP
Feb 13, 2020.
PHP is the appeal of a simple synchronous, single-threaded programming which attracts most developers. And for significant performance improvement,Pthreads can enhance the experience of your website if implemented correctly.
How To Send Multiple Mails With Multiple Attachments In MVC
Dec 17, 2019.
In this article, I'm going to tell you how to send multiple mails with multiple attachments (Sending Bulk Mails) in MVC.
In UiPath RPA Tool Create A Sequence Project For Sending Mail Using SMTP Activity By Taking Credentials From Orchestrator Assets
Oct 11, 2019.
In this article, we are going to see how to create a RPA Project to send an email by taking credentials from UiPath Orchestrator. I have covered the basics, but this article assumes you already know the basics of UiPath.
SQL Injection Step By Step - Part One
Sep 30, 2019.
This article explains how SQL injection can be used to bypass the login page of a PHP application.
Starting With PHP - Installation, Syntax, Variables, Constant
Jul 25, 2019.
In this article, you will learn how to get started with PHP - installation, syntax, variables, and constant.
Mail Merge In Aspose C#.NET
May 17, 2019.
In this article, you will learn about mail merge in Aspose C#.NET.
Send Email From A Razor Page In .NET Core 2 Using System.Net.Mail
May 06, 2019.
In this article, I will provide information on how to send an email from a .NET Core Razor Page.
Convert PHP Array to String
Apr 17, 2019.
This code explains how to convert an array into a string in PHP.
Enable Mail Profile Back To Basics
Mar 14, 2019.
I’ve seen many people go through the trouble of setting up database mail and configuring SQL Agent Alerts only to realize it’s not working. The reason in the cases I’ve seen is because they have simply neglected to assign a mail profile to SQL Agent.
Retrieve Mailbox Folders Using Microsoft Graph API
Jan 17, 2019.
Learn to interact with Office 365 mail folders programmatically using Microsoft Graph API. Start by fetching an access token for authentication, then use AJAX requests in JavaScript to retrieve specific mailbox folders and display selected properties.
Deep Linking Into A Specific Screen On Mail Body In PowerApps
Nov 16, 2018.
In this article I am going to explain how to provide a link which will help to navigate a specific screen of your application in PowerApps from email body.
Connect Outlook Mail To Excel Sheets With Azure Logic App
Nov 16, 2018.
This article helps you to learn how to create a Logic App between Outlook Mail and Excel Spreadsheet. Logic App is a cloud-based service. It allows us to react to an event in one service and do something with the data from that event in another Service.
How To Send A Captured Image Through Email Using Raspberry Pi, Pi Camera, And Python
Oct 10, 2018.
This article demonstrates how to send the captured an image through the mail using raspberry pi, pi camera, and python.
How To Send Mail Directly From Android Applications In Xamarin.Android
Sep 24, 2018.
In this article, we will learn how to send Mail directly from Xamarin Android Application without any Intents. For this, we can MailKit to send mail directly.
Xamarin.Forms - Send Mail Using Xamarin Essentials
Sep 24, 2018.
In this article, you will learn how to send mail Using Xamarin.Essentials in Xamarin Forms.
Exploring Kraken - A Distributed And Async PHP Framework
Aug 16, 2018.
PHP frameworks are noted for their developer friendly feature and robust nature. PHP itself is a widely used programming language, so the different frameworks in themselves are hugely admired and widely used. In this article, we will discuss Kraken, the first and the only multi-processed, multi-threaded, fault-tolerant, distributed, async PHP framework, and its major features.
WordPress Setup Using Raspberry Pi 3 And PHP
Mar 12, 2018.
In this article, you will learn to Setup WordPress using Raspberry Pi 3 and PHP.
Java Mail API Using GMAIL OAuth API In Android
Mar 11, 2018.
In this article, we will learn how to send mail directly from Android application using Gmail API OAuth 2.0. To run the process successfully, you need to follow the steps carefully.
Lightweight Raspberry Pi 3 Web Server Using PHP And HTML
Feb 13, 2018.
This article demonstrates how to make a lightweight Web Server for the home using Raspberry Pi 3 and Python 3 IDE. The Pi can even handle Web Server so if you want to launch your own website with a proper back-end you can easily do it. This web server is a small amount of traffic and development purposes.
Email Directly From C# .NET On Azure With No Mail Server
Feb 05, 2018.
One of the background parts of most systems I write involves messaging of some kind ... more often than not, the default is email notification of one thing or another. When I need to carryout large scale mail-outs I always use one for the major Azure services, but when I only need adhoc mail operations or low volume, I use a combination of an SMTP Client and a DNS MX Lookup.
How To Take Screenshot Using jQuery And PHP
Jan 10, 2018.
Hello all, today in this article we will learn how to take screenshots using jquery and php. So, basically we will create a webpage and in the webpage we create a button which will take screenshot using the help of library called html2canvas . So once we take the screenshot we will save the screenshot in a json file using the help of jquery, javascript and php. We will be using for jquery and javascript to handel client side request and php to handel server side request. We will also learn about file handling using php.
Setting Up Google App Engine And Uploading An Image To Google Cloud Using PHP
Jan 09, 2018.
Setting up Google App Engine for PHP involves configuring App.yaml, deploying code, and leveraging Google Cloud Storage for image uploads. With PHP libraries, developers can seamlessly integrate image upload functionality into their applications hosted on Google Cloud Platform.
How To Control SQL Injection In PHP
Dec 07, 2017.
This is an interview question, when a person showcases himself as the FULL Stack developer, it is very important that the developer should have base knowledge on the security aspects of the applications.
Sending Emails In ASP.NET With Email Templates
Nov 11, 2017.
In this article, you will learn about email templates and how to implement email templates and send emails in ASP.NET and C#.
How To Connect The Outlook Mail To Excel With Microsoft Flow
Oct 31, 2017.
This article helps you to learn how to create a Flow between the Outlook Mail and Excel Spreadsheet.
Building WordPress Theme From Scratch - Part One
Oct 30, 2017.
Hi all, I am writing a series to create a theme in WordPress with all functionalities like show blog post and add widgets on the front page. I will create this series for absolute beginners who want to improve his skills in php so here you can learn to build your own theme with all those functionalities you want in your own theme.
How To Apply Subject For External Mails
Sep 09, 2017.
In this article, we are going to see how to add a subject for external emails.
How To Apply Disclaimer On External Mails
Sep 09, 2017.
In this article, we are going to see how to add a disclaimer statement on external emails.
Retrieve And Mail Azure Resource Manager Virtual Machine Status Using PowerShell
May 23, 2017.
Retrieve And Mail Azure Resource Manager Virtual Machine Status Using PowerShell.
Send Mails And Attachments From PowerShell Using Gmail SMTP Server
Apr 17, 2017.
In this article, you will learn how to send mails and attachments from PowerShell, using Gmail SMTP Server.
Send Mails From PowerShell Using Office 365 SMTP Server
Apr 11, 2017.
Send Mails From PowerShell Using Office 365 SMTP Server.
Azure Logic Apps - Twitter Integration For Trends Mail Notifications
Mar 23, 2017.
Azure Logic Apps -Twitter Integration For Trends Mail Notifications.
Create A Login Form Validation Using PHP And WAMP / XAMPP
Mar 22, 2017.
Create a login form validation, using PHP and WAMP/XAMPP.
Visual Studio Extensibility - Creating Extension To Get Mail Notifications In IDE
Mar 17, 2017.
Through this article, learn how to create extensions to get your email notifications in Visual Studio IDE.
Send Mail Using SendGrid In .NET Core
Feb 01, 2017.
Sending mail in .NET Core is not easy, as .NET Core does not support SMTPClient class. So, this article explains how we can send mail in .NET Core using SendGrid.
How To Connect PHP With Azure Web App Using Microsoft Cloud Services
Jan 11, 2017.
In this article, we will learn how to connect PHP with Azure web app using FileZilla FTP client and Microsoft Cloud Service.
How To Design A Web Page Using PHP
Jan 07, 2017.
In this article, you will learn how to design a Web page, using PHP.
Send Notification Mail On a SharePoint List Item Added Event Using Microsoft Flow
Dec 05, 2016.
In this article, you will learn about sending notification mail on a SharePoint list item added event, using Microsoft Flow