InfoQ Homepage .NET Content on InfoQ
-
Entity Framework Core 2.1 Release Adds Improved SQL Query Generation
Entity Framework Core 2.1 has been released, bringing with it many features existing EF developers have long waited for. EF Core 2.1 adds support for SQL GROUP BY, support for Lazy Loading, and data seeding, among others.
-
ASP.NET Core 2.1 Brings SignalR, Razor Class Libraries
ASP.NET Core 2.1 has been released, and brings a host of new features that include new templates, Razor Class Libraries, and SignalR for ASP.NET Core.
-
.NET Core 2.1 Delivers Improved Performance and Deployment Options
.NET Core 2.1 has been released by Microsoft, expanding the number of platforms it supports, improving performance (both at compilation and runtime), and provides new app deployment options for developers.
-
Microsoft Graph: Connect to Essential Data Every App Needs
Yina Arenas, principal program manager for the Microsoft 365 Ecosystem, gave a session on how to use Microsoft Graph to connect to application data. Using Microsoft Graph, developers can help users to focus on tasks to be accomplished, rather than applications to run. The talk focused on the Build 2018 announcements, getting started, what tools to use, the main APIs, and tips and tricks.
-
Build 2018: The Future of C#
Number one on the list of future C# features is Nullable Reference Types. But also on the table are enhancements to pattern matching, array slicing, asynchronous iterators, default interface methods, and possibly even records.
-
New Features in C# 7.3
Though a comparatively minor release, C# 7.3 addresses some long outstanding complaints from C# 1 and 2 such as overload resolution and generic constraints that work with enums and delegates.
-
Build 2018: .NET Overview & Roadmap
At Microsoft Build 2018, Scott Hunter, director program management, .NET and Scott Hanselman, director community, .NET gave a session on the future of .NET. The thrust of the presentation was that .NET can be the platform for building any kind of application: desktop, web, cloud, mobile, gaming, IoT or AI. Your existing language skills are not wasted and can be used in new areas.
-
First Look at Visual Studio 2017 15.8 with ARM64 Support
The first preview of Visual Studio 2017 15.8 has been released, and includes the first support for the ARM64 platform.
-
Visual Studio 2017 15.7 Brings Full C++17 Compliance
Microsoft has released a seventh update to Visual Studio 2017. Notable additions in this release include full C++17 compliance, an improved installer, and general quality of life changes that should benefit most developers.
-
Microsoft 365 and the Future of App Development: Microsoft Build 2018 Second Day Keynote
The second day keynote focused on how Microsoft 365 is the future of app development. Although the talk was focused on the merging of Enterprise Mobility Services, Microsoft Office, and Windows 10 in Microsoft 365, the underlying Microsoft Graph platform will have much wider use as ubiquitous computing, the union of data and AI, and multi-sense and multi-device experiences become more prevalent.
-
.NET Core 3 Will Add Windows Desktop App Support
During Microsoft's Build developer conference, the company announced that .NET Core 3 will include support for Windows Desktop apps. This means developers can use .NET Core to write Windows platform apps that use WinForms, WPF, or UWP.
-
F# Web Development with the SAFE Stack
The SAFE stack is a set of F# libraries used together to create web applications. Tomasz Heimowski recently presented the stack at F# eXchange 2018 in a live coding session. He demonstrated the whole experience by creating and deploying a rating application for his talk.
-
.NET Core 2.1 Preview 2 Boasts Improved Networking
Microsoft continues to work on advancing .NET Core 2.1, and the latest preview exhibits significant speed improvements, rewritten networking code based on pure .NET sockets, and general improvements to the tooling.
-
Visual Studio 15.7 Preview 4 Improves Git, C++ Support
Microsoft has delivered a couple of new previews for the forthcoming Visual Studio 2017 15.7, and based on the limited size of the changes it would seem that we are nearing its formal release. As usual, the changes cover a wide range of territory- so developers should see some benefits regardless of what languages they use.
-
Running .NET in the Browser with Ooui
.NET Developers have a new way of using their programming knowledge thanks to the Ooui library. Their .NET apps can be executed straight from a web browser using web assembly. Ooui provides a new way for C# and F# programmers to deliver their work.