Tuesday, 24 December 2024

Summernote Image Upload at server in ASP.NET MVC5 using C#

 




Summernote is an online WYSIWYG (What You See Is What You Get) editor that is lightweight and easy to integrate into any platform. Its tools resemble those of MS Word, making it user-friendly and intuitive. By default, Summernote stores images as base64 strings in the database. However, this approach is not ideal from a bandwidth and performance perspective.

A better solution is to store images on a server and save only the file paths in the editor. Summernote also supports adding images via URL, providing additional flexibility.

In this post, I share my custom solution for saving images to a server and integrating them into the editor. Although the example is based on an ASP.NET MVC5 C# web application, the approach is platform-independent and uses jQuery AJAX to handle image uploads.

Tuesday, 3 December 2024

OPD Management | VB.Net Windows Desktop Application

 


OPD Management is a desktop application developed in VB.Net using Visual Studio 2019. This fully integrated software is designed for hospitals to manage patient records and treatment history efficiently. It allows users to store detailed patient information, including treatment history, test reports, and remarks from doctors and staff.

The application enables doctors to quickly access a patient’s complete treatment history, including test results and professional notes, all at the click of a button. This streamlined approach enhances understanding and decision-making, improving the overall quality of care.