Thursday, 23 July 2026

How to Send Email Using SMTP in ASP.NET MVC 5 (C#) on Windows Hosting with Plesk Webmail

 


Sending emails is an essential feature of almost every web application, whether it's for user registration, password recovery, contact forms, order confirmations, or notifications. In this tutorial, you'll learn how to send emails from an ASP.NET MVC 5 (C#) application using SMTP with an email account created in Plesk Webmail on Windows Hosting. We'll cover the SMTP configuration, C# implementation, common errors, and troubleshooting tips to help you integrate reliable email functionality into your MVC application.

Tuesday, 14 April 2026

Free Result Management System in CodeIgniter (CI) with Online Verification – Download Source Code

 





Free Result Management System for Schools, Colleges & Institutes (CodeIgniter 4.5.0)

Are you looking for a free Result Management System for your school, college, or coaching institute? This powerful and easy-to-use Student Result Management System, built using CodeIgniter 4.5.0, helps you easily create, manage, print, and verify student results online.

This system is already live and successfully used by multiple institutions, making it stable, reliable, and tested for real-world use. It is suitable for schools, colleges, coaching centers, and training institutes of any size.

Monday, 9 February 2026

Complete Blog System in CodeIgniter 4.5.0 with Source Code (Free Download)

 




Are you looking for a powerful and ready-to-use blog system built with CodeIgniter 4.5.0? I have developed a complete, production-ready blog web application that includes all essential blogging features with optimized performance and smart image handling.

This project is designed for developers, students, and learners who want to understand real-world blog development using CodeIgniter or build their own blogging platform quickly.

Friday, 3 October 2025

Responsive Image Slider | HTML, CSS, Js

 


Looking for a simple and responsive image slider for your website? Here you can download a free image slider made with pure HTML, CSS, and JavaScript. It is lightweight, fast-loading, and fully mobile-friendly, making it perfect for blogs, portfolios, and business websites. This slider supports smooth transitions, modern design, and can be easily customized to match your theme. No heavy libraries required—just copy, paste, and integrate into your project!

HTML


<div class="slider">
   <div class="slides"> 
        <img src="f1.jpg" alt=" Photo Gallery" loading="lazy">
        <img src="f2.jpg" alt="  Photo Gallery" loading="lazy">
        <img src="f3.jpg" alt="  Photo Gallery" loading="lazy"> 
   </div>
   <button class="prev">&#10094;</button>
   <button class="next">&#10095;</button>
</div>