Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PoC .NET template
# PoC EventStoreDb with .NET

A template repository for .NET PoC (Proof of Concept)
🔬 Proof of Concept of EventStoreDb with .NET

---

- Create a new repository using this one as a template (click the green button at the top right of this page).
- Edit [README.md](README.md) file to align with your PoC.
- Change the solution and projects to suit your investigation/test/concept.
## Useful links

- https://medium.com/@abhinandkr56/crud-operations-using-eventstoredb-in-net-b851f65bd028
Comment on lines +1 to +9

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CODE REVIEW

The following suggestions can help improve clarity and add instructional detail:

  1. Add Purpose Section: Explain why EventStoreDb is being used.
  2. More Useful Links: Add links to official docs or tutorials.
# PoC EventStoreDb with .NET

🔬 Proof of Concept of EventStoreDb with .NET

---

## Purpose
This PoC demonstrates how to integrate EventStoreDb with a .NET application.

## Useful links

- [CRUD with EventStoreDb](https://medium.com/@abhinandkr56/crud-operations-using-eventstoredb-in-net-b851f65bd028)
- [EventStoreDb Official Docs](https://eventstore.com/docs/)

These additions improve the documentation context and provide more resources for the reader.