Update on EntityUi

The nuget package crossed 500 downloads, so that’s probably good.

Just an update on what’s hopefully coming soon. I am working on making EntityUi crud work with Ajax, instead of full form posts like right now. Were just moving more and more in to just Ajax requests, and form posts are causing me grief. This will be an addition, so I won’t remove what is already there.

I’m also going to replace AutoMapper. I think it’s a little heavy. I have a default mapper that is easy to use, so it will remove the need to write view model to data model mapper.

Leave a comment