Visual Studio 2017'de Devexpress 17.2.5 Toolbox görünmüyor

Visual Studio 2017 Toolbox'ı üzerinde Developer Express componentlerini göremiyorsanız aşağıdaki komutu çalıştırmak işini görecektir. (Devexpress'i yeniden kurmanıza gerek kalmaz)

1. Visual Studio 2017'yi kapatın.
2. Yönetici olarak CMD (command) komutunu çalıştırın.
3. Sonra ToolboxCreator.exe'nin bulunduğu dizine
            cd\Program Files (x86)\DevExpress 17.2\Components\Tools 
   komutu ile geçin.
3. ToolboxCreator.exe /INI:toolboxcreator.ini  komutunu çalıştırarak işlemi tamamlayın.

 4. Sonuçta Toolbox üzerinde Devexpress componentleri gözükecektir.


BlackListIP control on Serenity platform (.NET Core)

 In the Serenity platform, if you want to block IPs that belong to people you do not want to come from outside in the .net core web project,...