Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

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 , , , , , , | 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

Posted in Uncategorized | Tagged , , , , | Leave a comment

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

Posted in Development | Tagged , , | Leave a comment

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

Posted in Development | Tagged | 2 Comments

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

Posted in Uncategorized | Tagged | Leave a comment