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: NuGet
Bogus – testdata generator
Photo by Steve Harvey on Unsplash https://www.nuget.org/packages/bogus Creating testdata is not my favourite task. With bogus I can define the rules the data must adhere and generate as much data as I need. The rules are setup with fluent syntax … Continue reading
AutoMoqCore – auto mocking IoC
Photo by Phillip Glickman on Unsplash https://www.nuget.org/packages/AutoMoqCore/ Dependency Inversion is one of the SOLID principles. This can be applied to unittesting as well. With AutoMoqCore I can develop robust unittests that will always compile. Focus on the smallest possible code for your … Continue reading
Serilog – structured logging
Image courtesy of Ricardo Gomez Angel / unsplash.com https://www.nuget.org/packages/serilog With Serilog we can log with named properties. The advantage is that processing of the log(file) is no longer needed as it is already structured. You can stil output plain text … Continue reading
EPPlus – create excel speadsheets
Image courtesy of ddpavumba / FreeDigitalPhotos.net https://www.nuget.org/packages/EPPlus/ EEPlus provides the lightweight library for creating real Excel files. It uses office open xml (ooxml) and provides all features I could think of when export-to-excel is available on a website. SaveSave
Syncfusion – advanced web controls
Image courtesy of iprostocks / FreeDigitalPhotos.net https://www.nuget.org/packages/Syncfusion.AspNet.Mvc5/ Control libraries are available in all shapes and sizes. The library from syncfusion has the best license – flat yearly license fee, unlimited developers within the same company, the best features – export … Continue reading