Jul 21, 2021

Webinar Registration and Payment collection: My new C#.NET project on GitHub

Webinar registration C#.NET Code showcase project

Source Code

https://github.com/nitinjs/webinar-registration-system

Webinar Registration System

This C#.NET project allows registering for the webinars and accept payments for the registration, Payments are accepted through Stripe API This project is based on aspnetboilerplate web application framework read more

Project Setup

  1. Make sure that you update the smtp settings in the appsettings.json file
  2. Make sure you create the database WMSDb in localdb and update the EF migrations a. In package manager enter the command update-database after creating the db
  3. Update StripeApiKey in the appsettings.json file read more

No comments:

Post a Comment

Be the first to comment on this post.