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 (168)
Author Archives: erictummers
Visual Studio Code naming convention
I’ve been using the Visual Studio 2017 naming convention to generate code the way I like. Now I want to apply this behaviour to Visual Studio Code on my MacBook. Private fields should start with underscore: First install EditorConfig from … Continue reading
My 2019 developer and power user tools
Below a list of tools I use today. If you’re like me, you check them out and add the ones you like to your own toolbox. Image courtesy of vectorolie / FreeDigitalPhotos.net Productivity DropBox, file share/sync between computers and the … Continue reading
EF codefirst migrations and Cloud Foundry
We’re using the hosted Cloud Foundry solution for development at http://run.pivotal.io. So everybody can hit the floor running I’ve created a template for using Entity Framework Codefirst migrations in a dotnet core web application hosted on Cloud Foundry. The key … Continue reading
Cloud Foundry Task with dotnet app
We’re investigating the CF run-task command from the cli. This is used to execute tasks that run to completion, like database migrations or print something to the console 😉 Hello console We’ve created a new console project. The main function … Continue reading