About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: Performance
Performance boost Neo4J ORM
We’ve created our own (very) simple ORM for saving data in Neo4J. Performance was not relevant until loading a weekly batch took about 8 days. After some tweaks we manage to load the data in just over one day. (29 … Continue reading
Microsoft TechDays 2017
After a year of absence I’ve been to TechDays 2017. The keynote was amusing and the schedule of sessions looked promising. Happy developers all around. Below a list of take-away bullets from the sessions I attended. Azure Azure Service Fabric … Continue reading
Posted in Conference
Tagged .NET, ARM, azure, container, DEVOPS, microservices, Performance, service fabric, Techdays, visual studio
Leave a comment
EF query optimisation
We have a view that is very slow when you don’t use a filter on the name field. Everywhere in our stored procedures and (sub)queries we have this applied. In our web applicatie we use Entity Framework. The business layer … Continue reading
Microsoft TechDays 2015
With all the new stuff Microsoft has presented at Build, pushed to Azure and is going to release, I just had to go to TechDays. After an amazing keynote about zombies in the AppStore, the future of monetization (micro payments) … Continue reading
Posted in Conference
Tagged .NET, angularjs, asp.net, DEVOPS, event-sourcing, framework, fsharp, intellitrace, IoT, microservices, nservicebus, NuGet, Performance, powershell, service fabric, Techdays, WCF, Xamarin
3 Comments
Power plan and Visual Studio builds
Our Visual Studio 2013 solution holds 283 projects. The build and load times are long. Reading some tips on the internet about speeding things up I found that the power plan of my laptop directly influences the build time. Operation … Continue reading