saving changes to breeze web api from c#
问题 I want to create a c# application that will use the breeze web api to save change set to the server using the same SaveChanges(JObject saveBundle) action. How can I serialize and represent the changeset to be sent to the server. My primary question is how breezejs serializes the changeset when it sends it to the server. Cant we do the same with c# and for example JSON.NET 回答1: As of later today - we are releasing a beta of a sister product to Breeze.Js called Breeze.Sharp. This is a .NET