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.

Wednesday, 6 November 2024

Send OTP Using C# MVC5

 



This blog post will guide you through implementing OTP verification during user signup using C# in ASP.NET MVC5. I've simplified the steps to make the OTP verification process clear and easy to Implement.

Tuesday, 22 October 2024

Razorpay payment gateway intergration C# ASP.Net MVC5

 

Streamline your payments with Razorpay integration in ASP.NET MVC5 using C#. This comprehensive guide provides step-by-step instructions and includes well-commented source code.

Key benefits:
  • Versatile application: The code can be seamlessly integrated into any e-commerce or web application requiring a secure payment gateway.
  • Real-world example: The accompanying sample code demonstrates a printing house scenario, similar to VistaPrint, where users upload PDFs for printing and utilize Razorpay for secure transactions.

Need help? Don't hesitate to reach out for assistance via email at rajkumar9795@gmail.com.

Screen Shots



Checkout

Checkout


Razorpay Payment Page