Webinar registration C#.NET Code showcase project
Source Code
https://github.com/nitinjs/webinar-registration-systemWebinar 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
- Make sure that you update the smtp settings in the appsettings.json file
- 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
- Update StripeApiKey in the appsettings.json file read more