by Francesco de Vicariis | Mar 18, 2020 | Blog
During the development of our own CMS WebRight, we found that people from outside the team also need to develop plugins. I thought it might be interesting to tell you how we dealt with the problem, showing you how to develop a plugin system for your .NET applications....
by infoblexincom | Oct 28, 2019 | Events
On Thursday, October 31st, our CEO will be hosted by Angular Roma during an evening meetup in which we will talk about how to generate a SPA in Angular. In one of the two speeches, Michele will talk about how, in Blexin, we used Angular to dynamicallycreate a SPA...
by Antonio Liccardi | Sep 11, 2019 | Blog
Continuous Deployment of Nuget Packages In the previous articles, we have seen how to create Nuget packages for our software and how to share them with other people using Azure Artifacts. Moreover, we explained a few best practices that could be helpful, when we want...
by Antonio Liccardi | Jun 4, 2019 | Blog
In our previous article, we investigate how to version our Nuget packages using some classes as AssemblyInfo.cs. Following this versioning type, we never had problems, even if, as we adopted git, we are wondering if there would be a better way to organize...
by Antonio Liccardi | Apr 16, 2019 | Blog
In recent years, in Blexin we designed a very modular CMS with high performances, which allows the simplification of the web portals’ development, regardless of the storage used for data persistence. WebRight, this is the CMS name, uses different plugins, depending on...