BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • Lean and Agile Transformation at Banco BPI

    After adopting Scrum, Banco BPI came to lean in an iterative way, by doing things that made sense to them in their context. Their goal is to bring parties closer together to optimise the whole system and avoid micro-optimisations. Your own context and needs must guide you, don't wait to have the perfect answer, but iterate relentlessly and take small steps is what they learned.

  • System.Data in .NET Core 3.0

    While it doesn’t get a lot of attention, System.Data is crucial for any sort of relational database access in .NET. Also known as ADO.NET in honor of its predecessor, ActiveX Data Objects, System.Data provides a generic framework upon which .NET database drivers can be built. It won’t see a lot of changes in .NET Core 3.0, but for the first time in years we see new methods in a foundational class.

  • C# 8: Generic Attributes

    Attributes have been part of .NET since the beginning. As such, they were created before generics were introduced and never quite caught up. Though supported by the CLR, before this proposal C# didn’t offer the ability to use generic attributes.

  • TypeScript Roadmap: Enhanced Type System, More Productivity, and Improved Linting

    Microsoft has detailed the priorities that will drive TypeScript development during the first six months of 2019. Albeit not yet committed, the current roadmap includes enhanced core type system, maximizing forward compatibility with new ECMA features, improving tools, including editor support and linting, and more.

  • C# 8: Caller Expression Attribute for Assertions and Automated Testing

    Currently C# supports caller info attributes for file name/path, line number, and the name of the calling method or property. With the Caller Expression Attribute proposal, expressions are added to the list.

  • Baidu Announces "OpenEdge", an Open-Source Edge Computing Platform

    Recently Baidu Inc. announced China's first open-source edge computing platform called OpenEdge - allowing developers to build light, secure and scalable edge applications. The OpenEdge platform brings processing power to "edge devices" like smart home appliances and wearables.

  • Microsoft Announces Azure Migrate and Azure Site Recovery Enhancements

    Last week, Microsoft announced several enhancements to their Azure Migrate and Azure Site Recovery services. The changes in the announcement include additional geographies for storing discovery and assessment metadata, along with additional supported options for migrations.

  • Ockam Brings Blockchain Serverless Identification to IoT Devices

    Ockam is a serverless platform that aims to make it easier for IoT developers to add blockchain-based identity, trust, and interoperability in their IoT devices. Ockam has recently open sourced its SDK for Golang. InfoQ has spoken with Ockam CEO and founder Matthew Gregory to learn more.

  • Engineering a Generation Z Culture

    The next generation of engineers brings a new set of challenges and opportunities for recruitment, building teams, and retaining talent. Barbara McCarthy, director of engineering at Hubspot, spoke about engineering a generation Z culture at Women in Tech Dublin 2018.

  • C# 8: Type Inference for the New Keyword

    In many situations, there is only one possible type allowed in a given place. And yet C# still requires you to explicitly list the type. If the Target-typed `new` expression proposal is adopted, such boilerplate code will no longer be necessary.

  • Azure Blockchain Workbench 1.6.0 Update Streamlines Development Experience

    In a recent blog post, Microsoft announced an update to their Azure Blockchain Workbench service which improves the development experience of building consortium-based blockchain applications. More specifically, this update includes new features such as application versioning, updated messaging capabilities and streamlined smart contract development.

  • Boosting Team Inclusion at the Workplace Using Artificial Intelligence Technologies

    Boosting Team Inclusion at the Workplace using Technologies establishes that active inclusion enables diverse teams to exceed their performance goals. Gartner suggests leveraging new artificial intelligence powered applications in three areas: sourcing inclusive-ready candidates, analyzing teams' interaction, and training team leaders.

  • AWS Launches New Document-Oriented Database Compatible with MongoDB

    AWS just released their 10th database service (15th, if you count each engine offered in the relational database services). This one, called Amazon DocumentDB, stores semi-structured data inside a scalable, highly-available managed service. While offering a MongoDB-compatible API, DocumentDB is not running MongoDB software, which caused hand-wringing among some tech watchers.

  • Progressing with a Gender-Blind Attitude

    Individual skills should determine success; we should not distinguish people by gender, said Oksana Afonina at Women in Tech Dublin. In her talk, she explained how she focuses on her own skills and performance, those being the main traits to benefit from career-wise. Change starts with you, she said; there are always opportunities to empower others around you and scale your impact.

  • ASP.NET Core 3.0 Projects Go on a Diet

    Microsoft.AspNetCore.App, the primary dependency for more ASP.NET Core projects, has 150 explicitly listed dependencies. In order to improve long-term supportability, over 30 of these will be dropped in ASP.NET Core 3.0.

BT