· 1 min read

Sharing the Knowledge Behind Filedini

I have received feedback suggesting that Filedini should be made open-source.

Currently, Filedini’s source code is not publicly available. However, it incorporates many open-source libraries, and I have learned a great deal from various open-source projects. I have deep respect for the open-source community and its spirit.

With this in mind, I have decided to share the technical knowledge I have gained through the development of Filedini.

I will be publishing technical articles, occasionally including parts of Filedini’s source code, to share insights and techniques. If you are interested in the technology behind Filedini, please check out the tech tag.

Additionally, I welcome any technical questions. Feel free to reach out!

Back to Blog

Related Posts

View All Posts »
How to implement the File Context Menu

How to implement the File Context Menu

The context menu that appears when you right-click a file in Windows Explorer—how can you implement this in a .NET application? This article explains the process