Development Libraries and Frameworks
Development Libraries and Frameworks | News, how-tos, features, reviews, and videos
How to work with trace listeners in ASP.NET Core 6
Take advantage of trace listeners in ASP.NET Core 6 to add performance and debugging instrumentation to your applications with ease.
OpenJDK proposal would provide Java class file API
OpenJDK proposal would replace ASM with an up-to-date and performant API for parsing, generating, and transforming Java class files.
Microsoft’s complicated dance with open source
The decision to make the C# extension in Visual Studio Code proprietary is raising hackles, but Microsoft is still a consistent supporter of open source.
How to implement IP whitelists in ASP.NET Core 6
Take advantage of middleware in ASP.NET Core 6 to check the remote IP address of every request, and allow requests only from known and trusted addresses.
Okta’s Matt Raible: How I became a Java hipster
The Okta developer advocate and JHipster evangelist discusses Java and JavaScript development, monoliths and microservices, software scaling vs. people scaling, and making security friendlier for developers.
Microsoft previews text classification API for ML.NET
New text classification API for Microsoft’s open source machine learning framework streamlines model training by using your data to fine-tune an existing model.
Building collaborative apps with Teams Live Share
Microsoft is expanding access to its Fluid Framework real-time collaboration tools with a new application platform for Teams developers.
Intro to JHipster: A full-stack framework for Java and JavaScript
A mature framework for generating hybrid Java and JavaScript applications, JHipster supports the development tools you love and provides monitoring and other administrative capabilities out of the box.
Angular 14 arrives with typed forms, standalone components
Standalone components promise to streamline the development of Angular apps by reducing the need for NgModules.
Deno Deploy moves toward GA, adds paid plan
Beta 4 of the serverless edge hosting service for JavaScript, TypeScript, and WebAssembly applications improves the management dashboard and adds three new regions.
What is TensorFlow? The machine learning library explained
TensorFlow is a Python-friendly open source library for numerical computation that makes machine learning and developing neural networks faster and easier.
Use logging and DI in minimal APIs in ASP.NET Core 6
How to implement logging, read from the configuration system, and use dependency injection in minimal APIs in ASP.NET Core 6.
Reactive JavaScript: The evolution of front-end architecture
Improving the client-side web experience means overcoming the challenges of ‘hydration,’ a fascinating engineering problem being tackled in many different ways. Let’s dive in.
How to work with String.Create in C#
Take advantage of String.Create to create strings with no allocation overhead and improve the performance of your .NET 6 applications.
Microsoft .NET MAUI framework arrives
Microsoft’s Multiplatform App UI framework for .NET allows developers to build desktop and mobile apps from a single C# and XAML codebase.
Bootstrap 5.2.0 bolsters CSS, custom components
Major upgrade to popular web framework introduces CSS variables for all components and improves helpers and utilities for fonts and colors.
Microsoft .NET 7 Preview 4 brings Regex improvements, cache metrics
Fourth preview of the forthcoming .NET upgrade adds span support to the Regex library and hit and miss stats for IMemoryCache.
Jetpack Compose 1.2 packs text improvements
Google toolkit for building native Android UIs toolkit enables more precise text alignment with font padding, introduces downloadable fonts API.