Microsoft announced the TypeScript 3.7 beta, introducing new features and bug fixes. The new features include optional chaining, which allows users to write code where they can immediately stop running some expressions if they run into a ‘null’ or ‘undefined.’ It also introduces nullish coalescing, which can be thought of as the ‘??’ operator – … continue reading
Researchers from Microsoft and Cisco Talos have found a new fileless malware strain dubbed Nodersok by Microsoft or Divergent by Talos. The malware leverages the popular Node.js framework (which has not often been used for such attacks) used by many Web applications and WinDivert, a network packet-capture and manipulation utility, to turn the systems into … continue reading
Today, during the virtual summit .NET Conf, Microsoft announced the availability of its updated cross-platform framework .NET Core 3.0. This release is packed with improvements, new features and advanced support. The biggest changes in 3.0 include: .NET Core 3.0 has already been battle-tested and will soon be deploying on large workloads Performance has been enhanced … continue reading
The Microsoft Visual C++ compiler and libraries (MSVC) team announced this week that it would be releasing its implementation of the C++ Standard Library (STL) into open source. The project will include all product source code, a CMake build system, and a README for more information. “Working on the STL in GitHub will allow our … continue reading
Tableau Software announced the general availability of Explain Data in its 2019.3 release. This capability enables users to use advanced statistical analysis with no complex data modeling or data science expertise, the company explained. Additionally, the release also expands the company’s data management capabilities with a new Tableau Catalog that introduced a new Tableau Server … continue reading
DeepCode is bringing its AI-powered code review capabilities to Visual Studio Code. The company announced an open-source extension that will enable developers to use DeepCode to detect bugs and issues in Visual Studio Code. RELATED CONTENT: Artificially intelligent “co-developers” Be (AI) smarter about your digital transformation New AI platform tackles ten steps of AutoML DeepCode … continue reading
Microsoft announced the August 2019 release of Visual Studio Code 1.38, adding updates as well as new features. Some of the key highlights include the ability to keep letter casing across multi-file search/replace; to check min, max, enum values and glob patterns; quick navigation features; and links to MDN documentation directly from IntelliSense. The full … continue reading
Microsoft announced the release of MakeCode Arcade, a computing education platform designed to make programming easier, engaging and fun to learn. To build the platform platform the company integrated a new high-level programming language with text and graphical input modalities called Static TypeScript (STS). “With Arcade, STS lets developers of all skill levels easily write … continue reading
Microsoft announced that it is releasing a new open-source toolkit that allows researchers and developers to create chatbots with different personas called the Intelligent Conversation Engine: Code and Pre-trained Systems (ICECAPS). Whether conversations need to be formal of casual, the toolkit enables chatbots to tailor dialogue to fit the scenario. Microsoft has worked on the … continue reading
Microsoft announced TypeScript 3.6, which introduces stricter checking for iterators and generator functions, as well as new TypeScript Playground, new editor features, and enhancements to the language and compiler. TypeScript is a language that builds on JavaScript by adding optional static types, which can be checked by the compiler to catch common errors in programs. … continue reading
Microsoft announced that it is supporting the addition of Microsoft exFAT technology to the Linux kernel. exFAT is a file system used in Windows, as well as many SD cards and USB flash drives. “It’s important to us that the Linux community can make use of exFAT included in the Linux kernel with confidence,” John … continue reading
Fauna announced the general availability of FaunaDB Managed Serverless. The new service is a managed cloud database offering that aims to make it easier to obtain a serverless experience in the cloud. “Developers wanting a powerful data management component for cutting-edge app development can use FaunaDB, while companies wanting to avoid hands-on cloud configuration and … continue reading