Categories
-
Join 1,047 other subscribers
Tags
- .NET Core
- .NET Standard
- Angular
- Apple
- Architecture
- ASP.NET-CORE
- ASP.NET-MVC
- Async
- AWS
- Azure
- BDD
- C#
- CLR
- CQRS
- Dapr
- DDD
- Delegates
- DI
- Docker
- Entity Framework
- Entity Framework
- Event Driven
- Events
- Git
- Kafka
- Linux
- MEF
- Microservices
- MOQ
- MVVM
- N-Tier
- Nano Server
- Nginx
- Nin
- Ninject
- NLog
- NUGET
- OData
- OSS
- PCL
- REST
- RIA Services
- Security
- Silverlight
- SOAP
- SpecFlow
- SSL
- Tools
- Trackable Entities
- TypeScript
- Visual Studio
- VSCode
- WCF
- Web API
- WP7
- WPF
-
Recent Posts
Personal
Technical
Twitter
Tweets by tonysneed
Tag Archives: Trackable Entities
It’s here! Trackable Entities for EF Core!
The idea behind my open source Trackable Entities project is quite simple: track changes to an object graph as you update, add and remove items, then send those changes to a back end service where they can be saved in … Continue reading
Posted in Technical
Tagged .NET Core, .NET Standard, Entity Framework, Trackable Entities
3 Comments
React to JavaScript object updates with observable-entities-js
I just published my first TypeScript library — observable-entities. It contains base classes that notify observers when properties are updated and when objects are added or removed from collections. The code for observable-entitites-js can be found here: https://github.com/TrackableEntities/observable-entities-js. Node sample app that uses observable-entities … Continue reading
Remember RIA Services? Trackable Entities Can Fill the Void
Anyone remember WCF RIA Services? It was a great idea: simplify n-tier development with a combination of libraries and tooling. Take something which is inherently difficult, namely data-centric web services consumed by rich clients, and make it easier. Provide a … Continue reading
EF 6.x Code-First and Model-First with Trackable Entities 2.1
Until now Trackable Entities has required the Entity Framework Power Tools to reverse engineer Code-First model classes from an existing database. But not long ago the Entity Framework team released the EF 6.x Tools for Visual Studio 2012 and 2013, … Continue reading
Real-World MVVM with Entity Framework and ASP.NET Web API
I just completed a sample application using Simple MVVM Toolkit together with Trackable Entities to build a real-world N-Tier solution with a WPF client and portable POCO entities that are automatically change-tracked and sent to an ASP.NET Web API service … Continue reading
Become an N-Tier Ninja with Trackable Entities 2.0
Taking a cue from Julie Lerman and Scott Hanselman, I’ve decided to dub version 2.0 of my Trackable Entities framework, the “Ninja Edition.” After releasing v 1.0 six month ago, I received several constructive suggestions on the project discussion and … Continue reading