Skip to content

VishwamKumar/soap-apis.styles.examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧼 ToDoApp - SOAP API (Layered Architecture)

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.

Author

Vishwa Kumar

Vishwa is the primary developer and architect of the ToDoApp, responsible for the architecture and implementation of these features.


📦 Projects

  • ToDoApp.Data.Sqlite – Data access layer using Entity Framework Core with SQLite
  • ToDoApp.SoapApi.CoreWcf – SOAP API implementation using CoreWCF

▶️ Getting Started

  1. Clone the repository:
    git clone https://github.com/vishwamkumar/todoapp.soap-api.layered.git

  2. Navigate to the SOAP API project::
     cd ToDoApp.SoapApi.CoreWcf

  3. Run the application::
     dotnet run

  4. 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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Simple ToDo App using SOAP APIs with CoreWCF and Layered Architecture in .NET.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages