This project is an example DNN module with building REST API and React.
This example contains some tricks and techniques that are the result of many years of my experience in WebAPI/RESTful programming in .NET
You can develop a DNN module with React JS and then release a package.
- The frontend uses ReactJs
- Async/Await Best Practices
- Standard API Resulting
- The data layer uses Entity Framework using a generic repository pattern
- Exception Handling using Custom Filter Attribute
- Automatic Map objects using AutoMapper
- Automatic ModelState Validation with Custom Filter Attribute
- Using Swagger
If you like this project, learn something, or are using it in your applications, please give it a star. Thanks!