Understanding the New Cross-Platform .NET, part 2 (ASP.NET)
The open source and cross-platform changes coming to the ASP.NET framework, as explained to an audience of Java developers new to .NET.
The open source and cross-platform changes coming to the ASP.NET framework, as explained to an audience of Java developers new to .NET.
An overview of the open source and cross-platform changes coming to the .NET world, from the perspective of Java developers new to this platform.
Part of a series explaining Go from a Java developer perspective. This article covers Go’s built-in primitive data types, and how they compare with Java’s.
How to use Java’s TimeUnit enum for simple and clean representation of time intervals, instead of using ugly multiplication to calculate millisecond values.
Part of a series explaining Go from a Java developer perspective. This article covers code formatting rules, and other surprises enforced by the compiler.