by Antonio Tammaro | Apr 29, 2020 | Blog
Anyone who works in the software development world will have had the need to add features on the legacy code, perhaps inherited from the previous team, and on which you need to make an urgent fix. Many definitions of legacy code can be found in literature, the one...
by Genny Paudice | Apr 22, 2020 | Blog
In my previous articles, we have seen how useful it is to use communication technologies and solutions such as RabbitMQ or an ESB (Enterprise Service Bus) such as Rebus, whether they are on-premise or cloud, to decouple communication in software...
by infoblexincom | Apr 14, 2020 | Events
Microsoft devotes half a day of free online training to deepening Xamarin, the corss-platform framework for mobile app development. Our CEO Michele Aponte will participate with a talk at 12:40 PM, where he will explain how to develop native Mobile App with Blazor. The...
by Enrico Bencivenga | Apr 1, 2020 | Blog
In my last article, we talked about the use of ElasticSearch as a simple full-text search engine, how to install and configure it in a quick way and how to integrate it in our .NET Web application. Today, we are going to show you, still in the context of an...
by Antonio Liccardi | Feb 26, 2020 | Blog
In my previous article, we have seen how to create a GitHub Action to validate a pull request. In this article, we will see how to use an action to publish a .NET Core library on Nuget.org API key on Nuget.org The first step is to open an account on Nuget.org to...