InfoQ Homepage .NET Content on InfoQ
-
Simplifying Form Creation with XAML Power Toys
The routine creation of XAML data entry forms can be tedious, but thanks to a new Visual Studio extension this process can be streamlined. XAML Power Toys for Visual Studio 2015 provides a way for developers to quickly create data entry forms using XAML for WPF or Xamarin forms applications. With UWP app support coming, this is an all-in-one tool that supports all major WPF use-cases.
-
Bugs and Documentation Errors in .NET's HttpClient Frustrate Developers
Due to a combination of design errors, bugs, and incorrect documentation, it is surprisingly hard to use .NET's HttpClient correctly. As a result, applications that appear to be working correctly in production can suffer from performance issues and runtime failures under load.
-
Visual Studio “15” Preview 4 Released
Microsoft has released the 4th preview of Visual Studio "15", the successor to VS2015. New in this release is a focus on the new lightweight installer, expanded language support in the IDE editor, and C++ focused workloads.
-
Transcompiling F# to Javascript with Fable
Fable is a F# to Javascript transpiler. It can compile an F# script or a whole F# project to Javascript. Fable is executed through a command line interface, giving the option to either compile an .fsx script or a whole project. It is distributed as an npm package.
-
PowerShell Comes to Linux and Mac OS X
Microsoft PowerShell has been released as an open source project and now is available for Linux and Mac OS X. Windows administrators apply their scripts and knowledge to non-Microsoft systems, while developers can view and contribute to the project's source code.
-
.NET Framework 4.6.2 Delivers WPF and Security Improvements
The latest release of the .NET Framework provides several new features centered around WPF and security- including some long-awaited improvements to ClickOnce deployed applications. Microsoft released a preview of .NET Framework 4.6.2 back in late March and now developers can take advantage of the release’s new features in their own projects.
-
Microsoft's Plans for .NET Core Support
Microsoft has announced the support plan for .NET Core, ASP.NET Core, and Entity Framework Core. The plans answer one of the main questions behind their open source initiative- how long developers can count on Microsoft to provide support and security patches to these young projects.
-
New Leadership for IronPython
Leadership of the community run IronPython project has been passed to Alex Earl and Benedikt Eggers. Jeff Hardy, the previous leader, has been running the project since Microsoft ceased active involvement in 2010.
-
Delayed and Deprecated Features in Entity Framework Core
While Entity Framework has a rather ignominious reputation for breaking backwards compatibility, it pales in comparison to the total rewrite undertaken for Entity Framework core. In this article InfoQ looks at some of the major feature changes and their repercussions.
-
Reviewing the .NET Core Roadmap
The .NET Core project has released a new road map describing Microsoft's plans for the next 6-9 months.
-
Q&A on Akka.NET 1.1 with Aaron Stannard
Akka.NET 1.1 was recently released, bringing new features and performance improvements. InfoQ reached out to Aaron Stannard, maintainer of Akka.net, to learn more about Akka.Streams and Akka.Cluster. Stannard also explains how the roadmap is planned with regards to the JVM implementation of Akka.
-
Visual Studio “15” Preview 3 Available
Microsoft has released the 3rd preview of Visual Studio “15” (VS15), the successor to Visual Studio 2015. Continuing the iterative nature of the development process so far, this preview provides updates for the IDE functionality, user modifiable formatting rules for C#, and a new exception helper.
-
.NET Core 1.0 Released
Microsoft has formally released version 1.0 of .NET Core, the freely available and open source version of .NET. This provides developers a multiplatform way to target Windows, Linux, and Mac OS X systems with a single codebase.
-
Codename One Adds Support for Java Apps to Target the Universal Windows Platform
Codename One, a popular app development environment that allows Java to be used for a variety of platforms, can now also target the Universal Windows Platform. This will allow Java developers to target any device where Windows 10 is installed- whether phone, table or desktop- and raises the number of targetable platforms to eight.
-
VS2015 Update 3 Focuses on Performance and Stability
The full release of Visual Studio 2015 Update 3 has been made. Update 3 places a great emphasis on improving the stability of the product and reducing the amount of memory used by the IDE for solutions of all sizes. Other changes include better C++ support and better handling of product activation.