Tag Archives: asp.net

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

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

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

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

SignalR – realtime communication between server and client

Image courtesy of spacex / unsplash.com https://www.nuget.org/packages/Microsoft.AspNet.SignalR/ Get real time communication between the client and the server. We use it to monitor jobs. SignalR supports Web Sockets, and falls back to other compatible techniques for older browsers.

Posted in Development, Tooling | Tagged , , | Leave a comment

Toastr – notification messages

Toastr is one of those GUI items everybody is familiar with. It is the standard in feedback on webpages. Adding this to your solution is almost mandatory. Continue reading

Posted in Development, Tooling | Tagged , , | Leave a comment

Unity – IoC container

Image courtesy of Tim Gouw / unsplash.com https://www.nuget.org/packages/Unity/ Dependency Inversion is one of the SOLID principles. An IoC container is a must for me when developing. Unity is my goto framework for the last year. I prefer Unity for it’s lifetime control options. Do … Continue reading

Posted in Development, Tooling | Tagged , , , | Leave a comment