Amazon’s Alexa and Microsoft’s Cortana are going to work together

Microsoft Development, Software Events
Amazon’s Alexa and Microsoft’s Cortana are going to work together Amazon and Microsoft announced on Wednesday that they’ve been working on a partnership to allow their respective voice assistants, Alexa and Cortana, to speak to one another. Starting later this year, owners of Amazon Echos and other Alexa-powered devices will be able to say: “Alexa, open Cortana” to start querying Microsoft’s voice assistant. Owners of devices running Microsoft’s Windows 10 operating system will be able to summon Alexa via Cortana in a similar manner. Why would customers want that — especially with the relatively clunky nature of the necessary voice command? The companies say that each voice assistant has its strengths — features like Microsoft Outlook and Exchange email integration for Cortana and smart-home controls or shopping for Alexa — and that…
Read More

New WinDbg debugger available in preview!

Microsoft Development
New Microsoft debugger WinDbg available in preview! Debugging Tools for Windows Microsoft is excited to announce a preview version of a brand new WinDbg a Windows debugger.  WinDbg has more modern visuals, faster windows, a full-fledged scripting experience, built with the easily extensible debugger data model front and center. Things to know Installation - You can install the WinDbg Preview from the store if you have Windows 10 Anniversary Update or newer at https://www.microsoft.com/en-us/store/p/windbg/9pgjgd53tn86 - WinDbg Preview uses some features from the Windows 10 Anniversary Update, so that’s required for now. Feedback - Familiarize yourself a bit with the Feedback Hub!  Microsoft will be using the Feedback Hub to help prioritize what you want Microsoft to work on! The Windows Insider website has a great overview on how to give good feedback - https://insider.windows.com/en-us/how-to-feedback Once you've read that, just hit the 'Feedback Hub' button…
Read More

Expert Delphi by Paweł Głowacki

Book Reviews, Rad Studio Delphi Development
Expert Delphi by Paweł Głowacki   After reading the latest book from Author Pawel Glowacki the feeling of fresh FireMonkey Delphi material left an excellent karma.  It should be part of anyone's Delphi Library since it has great reference material.  The book was written by Pawel Glowacki whom is Embarcadero's European Technical Lead for Developer Tools. The book begins with a basic primer on Delphi helping you get accustomed to the IDE and the Object Pascal language.  It quickly moves into advanced concepts dealing with FireMonkey.  You should be able to build server-side services, create new Internet of Things (IOT) and integrate your applet with web services to deploy them to market. As always the pricing from PackT is on the mark.  The writing is very clear at 506 pages and…
Read More

C# 8.0 Previewed

Software development Concepts, Software Events
C# 8.0 Previewed Originally written in www.infoq.com, some amazing stuff coming down the pipe for C#. Nullable Reference Types We’ve covered nullable reference types in the past, but briefly the idea is that reference types would no longer be nullable by default. Instead, you have to explicitly mark them as nullable using the same “Type?” syntax that you use for nullable value types. Assigning a null to a non-nullable reference type will be a compiler warning. Likewise, reading from a nullable type would be a compiler warning unless the variable in question was explicitly checked for null ahead of time. So theoretically the only change developers need to make is to sprinkle question marks where appropriate. Since our report, a new syntax was added to this feature. Consider a scenario where you know…
Read More

HotFix for RAD Studio 10.2.1 and iOS

Rad Studio Delphi Development
RAD Studio 10.2.1 HotFix for iOS AdHoc Deployment Embarcadero released a hotfix to address a regression (reported as https://quality.embarcadero.com/browse/RSP-18813) in RAD Studio Tokyo Release 1 related with AdHoc deployment for iOS. The fix available for download is at:  https://cc.embarcadero.com/item/30797 The fix (which is a single file to add to your system) provides support for building iOS Ad Hoc Applications.  Only using RAD Studio 10.2.1 and Xcode 8.2, 8.3.2 or 8.3.3. Extremely important if you are developing for the iOS platform with Delphi.
Read More