About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
Performance tuning EF, ASP.NET and loadtest
We are developing webservices for accessing data in SQL Server. The performance requirement was not met until we started to tune our solution. TLDR: use table in stead of view EF First we added the AsNoTracking() extension from EntityFramework to … Continue reading
Posted in Development
Tagged asp.net, async, EF, Entity Framework, Loadtest, sqlserver, Web API
Leave a comment
Week roundup
Last week recap and links: Entity Framework Unit Testing Tool, create a DbContext with an in-memory database Installing ASP.NET 5 On Linux, this is possible now Logitech Performance MX Mouse, I’m looking for a new mouse anyone experience with this … Continue reading
Multiple service calls as data for AngularJs
We need a composition layer for the GUI. It should combine the data from multiple services into one interactive web page. AngularJs comes to mind. My next step in AngularJs (first step here) is to get data from multiple REST … Continue reading
My first steps with AngularJS
We need a composition layer for the GUI. It should combine the data from multiple services into one interactive web page. AngularJs comes to mind. As a proof of concept I decided to create a simple web page. The page … Continue reading
Week roundup
Last week recap and links: Performance considerations for entity framework 4,5 and 6 Send to evernote service for the mail.app Best tech for under $50 – november 2015 version Image courtesy of kanate / FreeDigitalPhotos.net What are your best reads … Continue reading