Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ademcatamak/efwithvalueobject
DDD | Value Objects | https://medium.com/@ademcatamak/value-objects-and-their-usage-with-entity-framework-a434f1414103
https://github.com/ademcatamak/efwithvalueobject
entity-framework-core value-object
Last synced: about 4 hours ago
JSON representation
DDD | Value Objects | https://medium.com/@ademcatamak/value-objects-and-their-usage-with-entity-framework-a434f1414103
- Host: GitHub
- URL: https://github.com/ademcatamak/efwithvalueobject
- Owner: AdemCatamak
- Created: 2021-03-22T11:24:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T11:24:59.000Z (over 3 years ago)
- Last Synced: 2023-03-06T10:22:04.512Z (over 1 year ago)
- Topics: entity-framework-core, value-object
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Value Objects and Their Usage with Entity Framework
This project has been prepared to set an example for designing _Value Objects_ and using them with _Entity Framework_.
You can access the article referencing this project
on [Medium](https://medium.com/@ademcatamak/value-objects-and-their-usage-with-entity-framework-a434f1414103).[Medium](https://medium.com/@ademcatamak/deger-objeleri-ve-entity-framework-ile-kullanimi-4e090b18d029) aracılığıyla bu
projeyi referans alan yazıma ulaşabilirsiniz.## __RUN__
In order for the code to work, there must be a Sql Server that it can connect to with the following connection string.
`Server=localhost,1433;Database=ValueObjectSampleDb;User=sa;Password=Passw0rd;Trusted_Connection=False;`
If you have a Sql Server, you can test the code by putting its connection string in appsettings.json file. When code
connects to Sql Server, it generates required database tables and schemas.