We are afraid that WinForms will be deprecated in the future. Is that true? Should we start to look for a new development code like WPF? Till now, we have created so many projects in WinForms. It will be very sad for our company, if Devexpress stop supporting Winforms in the future.
Hello,
Can't see any data?!
// list of bla
var list = XML.GetActivationProcessesToDisplay();
for (int i = 0; i < list.Count; i++)
{
gvTest.Rows.Add(list[i].ProcessName, list[i].Description);
}
Um...works, thx.
It would be good to see more use cases of Syncfusion being used on cloud, as well as other proprietary platform, including Low Code Platform providers.
In a country like India, the traffic information is not provided by government, some of the roads are one way in the morning and opposite way in the evening. This is just an example to say that while maps (by Google or any other company) offer a large number of services, they are more suited for... Read more
It looks to me that dashboard and document creator controls are not available as controls for developers. We cant use document creator or dashboard creator inside our applications.
For automating web applications we use selenium and for mobile apps we use Appium. Since appium belongs to selenium family why cant we integrate selenium and appium make it as one tool.
I haven't touched leaflet on a recent project but I am still doing web development so I am curious on the direction its heading. Are native plugins coming?
Angular e NestJS possuem a mesma estrutura de codificação, sendo o NestJS um excelente framework para backend na geração de API´s.
Seria fantástico de o Ionic Studio na criação do App Angular, gerasse também o esqueleto da API NestJS.