Simple ToDo App using SOAP API built with CoreWCF and Layered Architecture in .NET.
This project demonstrates how to build a modern SOAP service with proper separation of concerns using a layered approach.
- Email: vishwa@vishwa.me
- GitHub: Vishwam
- LinkedIn: Vishwa Kumar
Vishwa is the primary developer and architect of the ToDoApp, responsible for the architecture and implementation of these features.
ToDoApp.Data.Sqlite
– Data access layer using Entity Framework Core with SQLiteToDoApp.SoapApi.CoreWcf
– SOAP API implementation using CoreWCF
- Clone the repository:
git clone https://github.com/vishwamkumar/todoapp.soap-api.layered.git
- Navigate to the SOAP API project::
cd ToDoApp.SoapApi.CoreWcf
- Run the application::
dotnet run
- Test the SOAP API using a compatible tool (e.g., Postman, SoapUI, or WCF Test Client).:
Sample requests are available in the Docs/TestSamples.txt file.
This project is licensed under the MIT License - see the LICENSE file for details.