CodeIDENewsPythonWebinar

[Webinar] Getting to Know PyScripter: Your Native Python IDE

Presenters: Jim McKeeth, Kyle Wheeler, Kiriakos Vlahos Join Mister PyScripter himself, Kiriakos Vlahos, along with Embarcadero General Manager Kyle Wheeler, and developer advocate Jim McKeeth for this exciting and informative webinar. Start with the basics of working with PyScripter, discover the new features introduced in version 4, learn some tricks to skyrocket your productivity, and see why…
Read more
DelphiIDENews

From Bindings List to Visual LiveBindings

Having looked into Delphi’s expression engine, component bindings, and the bindings list component, we can now look at the easy and intuitive way to configure an application with dynamic bindings, the Visual LiveBindings design surface. Over the past few weeks, I…
DelphiIDENews

Whitepaper: RAD Studio - Should I Choose Enterprise?

RAD Studio, Delphi® and C++Builder® are available in Professional, Enterprise and Architect editions. This paper explores the differences between the Professional and Enterprise editions to help you choose the right edition for your needs. The Professional Edition of RAD Studio, Delphi® and C++Builder® is ideal for developers creating desktop and mobile applications with high speed and…
Read more
DelphiIDE

Is .NET Really Dead? What Is The Best Alternative?

The .NET Framework is Microsoft’s framework for building desktop and web applications. But it hasn’t received any new updates since 2019. Is the framework REALLY dead? Should you look for alternative solutions like windows tools for developers to develop applications in 2021? In this post, you will find all the details. What is .NET Framework? .NET Framework is a platform for…
Read more
CodeDelphiIDERAD Studio

Working Example Code of Using STOMP In Your Application

STOMP is the Simple (or Streaming) Text Oriented Messaging Protocol. STOMP provides an interoperable wire format so that STOMP clients can communicate with any STOMP message broker to provide easy and widespread messaging interoperability among many languages, platforms, and brokers. You may use IDE Software such as Delphi for STOMP. You can check the latest version of the STOMP specification…
Read more