Quantcast
Channel: Trackable Entities: N-Tier Support for Entity Framework
Browsing all 20 articles
Browse latest View live

New Post: JSON library

Yes, the problem is that we configure the Json.Net serializer to handle cycles and the like, and it is a standard for ASP.NET, which is why TE depends on it. I believe the Json.Net dependency is for...

View Article



New Post: Deleting objects in client model -- I feel like I'm missing...

Hi Steve, The way deleting objects works on the client is that ChangeTrackingCollection<T> caches deleted items before removing them from the collection. That way, they can be included when...

View Article

New Post: Deleting objects in client model -- I feel like I'm missing...

Ah, I see -- it looks like my big problem was that I wasn't explicitly setting Tracking to true on my root collections. Thanks! I'll give 2.5 a look as soon as I get the opportunity.

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Home

Project DescriptionVisual Studio project templates and NuGet packages for client-side entity change-tracking and server-side persistence with Entity Framework extensions. Using these templates you can...

View Article

Released: We've Moved (May 19, 2015)

To download the latest release, please visit the releases page for theTrackable Entities repository on GitHub:https://github.com/tonysneed/trackable-entities/releases/latest

View Article


Created Release: We've Moved (May 19, 2015)

To download the latest release, please visit the releases page for the Trackable Entities repository on GitHub:https://github.com/tonysneed/trackable-entities/releases/latest

View Article

Updated Wiki: Documentation

We’ve Moved!The documentation for Trackable Entities is now located at: http://tonysneed.github.io/trackable-entitiesThere you’ll find instructions for installing prerequisites, getting started...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Home

We’ve Moved!The Trackable Entities project has been migrated to GitHub, where you can post issues, report defects and make contributions.  This is also where you can download thelatest release.  The...

View Article


Closed Unassigned: Add Support for EntityFramework Reverse POCO Code First...

Like to add support for [EF Reverse POCO Generator](https://efreversepoco.codeplex.com/). Considering this for the release _after_ 2.5.

View Article


Closed Unassigned: Test TrackableEntities.Client on Xamarin [17]

Ensure that client entities NuGet portable package is compatible with Android and iOS on Xamarin.Comments: Issues page as moved to GitHub.

View Article

Closed Unassigned: Add Protobuf support for Web API [47]

Support for Protobuf.Net can be added to the VS templates for Web API.See this GitHub [url:gist|https://gist.github.com/tonysneed/d7f6533e12e5f7e1c0fc].Comments: Issues page as moved to GitHub.

View Article

Closed Unassigned: Move ITrackable, IEquatable to Base Class [48]

Implementation of ITrackable and IEquatable should be moved to a base class that is located in the Common assembly and shared between client and server. This should be possible with both Web API and...

View Article

Closed Unassigned: Add Support for VS 2013 Community and VS 2015 [49]

Retarget the VSIX installers to support VS 2013 Community Edition and also Visual Studio 2015.Comments: Issues page as moved to GitHub.

View Article


Closed Unassigned: Add Support for Inheritance [35]

Update ChangeTrackingCollection<T> to support inheritance, so that property changes are tracked.Revisit IEquatable<T> implementation so that it works with inheritance. Also, override Equals...

View Article

Closed Unassigned: Remove Serialization Attributes from Entities [46]

Serialization attributes can be removed from T4 entity templates. Code will need to be added to configure the Json and DataContract serializers.See this GitHub...

View Article


Closed Unassigned: Remove _entityIdentity Field from T4 Templates [45]

Dependency on the _entityIdentity field has been removed as of v 2.2.0. So this field can now be removed from the T4 entity templates.Comments: Issues page as moved to GitHub.

View Article

Closed Unassigned: TrackableEntities.tt From EDMX and Complex Type [39]

Hi Tony,I've a problem with my model that contains complex types.The generated code doesn't compile.I noticed that NotifyPropertyChange() calls are generated but the class does not derive from...

View Article


Closed Unassigned: Shared Client and Service Entities [34]

Build a set of T4 templates (EF Power Tools, EF 6.x Tools Code First, EF 6.x Tools Model First) which produce consolidated model classes which include both client-side code and service-side...

View Article

Created Unassigned: Issues Have Moved to GitHub [52]

Issues will no longer be monitored or address here on CodePlex. If you have a question or issue, please post it to the issues page of the Trackable Entities repository on...

View Article

Edited Unassigned: Issues Have Moved to GitHub [52]

Issues will no longer be monitored or address here on CodePlex. If you have a question or issue, please post it to the issues page of the Trackable Entities repository on...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images