|
|
|
|
|
by ahansen
3376 days ago
|
|
Great stuff, I love seeing what people are building with .NET Core. I feel like I'm getting much closer to the point that I could confidently commit to building a greenfields project for a client in it. Are there any parts of the project you could highlight as being much harder or easier as a result of building it in .NET Core over, say, .NET 4.6? |
|
1. entity framework core code first does not support table per type inheritance, which makes database migration necessary
2. some libraries do not support .NET Core yet