Mimetis / Dotmim.Sync

A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
MIT License
896 stars 193 forks source link

Support ASP.NET Web API 2 #55

Closed gentledepp closed 6 years ago

gentledepp commented 6 years ago

Migrate the project Dotmim.Sync.Web to ASP.NET to also support this legacy platform

I will do this shortly and create a PR!

Mimetis commented 6 years ago

In my opinion, it is already working It's .net 2.0 standard, so I think it should work, by design, with .Net Fx 4.6 +

Did you encounter a problem ?

gentledepp commented 6 years ago

Yes we did: Dotmim.Sync.Web depends on ASP.Net CORE libraries which are not compatible with the (old) ASP.Net

Mimetis commented 6 years ago

oh, thx. So feel free to PR :)

gentledepp commented 6 years ago

Hi! I made some progress in adding support for Web Api 2. See this PR: #69

Currently, I am trying to get the UWPSyncSample to work with WebApi2.

The only thing that is missing, is the CONTOSO database. Where can I get it from? Could you please provide a link?

Also, how about switching to one single sample database? e.g. AdventureWorks

gentledepp commented 6 years ago

done 👍