はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ NET Blog

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 18 / 18件)
 

Announcing F# 8 - .NET Blog

2023/11/15 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip

F# 8 is released as part of .NET 8. It is included with new updates of Visual Studio 2022 and .NET 8 SDK. Download the latest version of .NET 8 Install Visual Studio 2022 F# 8 brings in many features to make F# programs simpler, more uniform and more performant. Read more about language changes, ... 続きを読む

File IO improvements in .NET 6 | .NET Blog

2021/09/01 このエントリーをはてなブックマークに追加 13 users Instapaper Pocket Tweet Facebook Share Evernote Clip NET 6

For .NET 6, we have made FileStream much faster and more reliable, thanks to an almost entire re-write. For same cases, the async implementation is now a few times faster! We also recognized the need of having more high-performance file IO features: concurrent reads and writes, scatter/gather IO ... 続きを読む

Performance Improvements in .NET 6 | .NET Blog

2021/08/17 このエントリーをはてなブックマークに追加 6 users Instapaper Pocket Tweet Facebook Share Evernote Clip Performance Improvements in

Four years ago, around the time .NET Core 2.0 was being released, I wrote Performance Improvements in .NET Core to highlight the quantity and quality of performance improvements finding their way into .NET. With its very positive reception, I did so again a year later with Performance Improvement... 続きを読む

Announcing .NET 5.0 | .NET Blog

2020/11/10 このエントリーをはてなブックマークに追加 7 users Instapaper Pocket Tweet Facebook Share Evernote Clip Announcing NET 5.0

We’re excited to release .NET 5.0 today and for you to start using it. It’s a major release — including C# 9 and F# 5 — with a broad set of new features and compelling improvements. It’s already in active use by teams at Microsoft and other companies, in production and for performance testing. Th... 続きを読む

ARM64 Performance in .NET 5 | .NET Blog

2020/09/03 このエントリーをはてなブックマークに追加 12 users Instapaper Pocket Tweet Facebook Share Evernote Clip NET 5 TEAM POST In this

The .NET team has significantly improved performance with .NET 5, both generally and for ARM64. You can check out the general improvements in the excellent and detailed Performance Improvements in .NET 5 blog by Stephen. In this post, I will describe the performance improvements we made specifica... 続きを読む

Performance Improvements in .NET 5 | .NET Blog

2020/07/13 このエントリーをはてなブックマークに追加 6 users Instapaper Pocket Tweet Facebook Share Evernote Clip Performance Improvements in

In previous releases of .NET Core, I’ve blogged about the significant performance improvements that found their way into the release. For each post, from .NET Core 2.0 to .NET Core 2.1 to .NET Core 3.0, I found myself having more and more to talk about. Yet interestingly, after each I also found ... 続きを読む

Introducing .NET Multi-platform App UI | .NET Blog

2020/05/19 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip Introducing

You can build anything with .NET. It’s one of the main reasons millions of developers choose .NET as the platform for their careers, and companies invest for their businesses. With .NET 5 we begin our journey of unifying the .NET platform, bringing .NET Core and Mono/Xamarin together in one base ... 続きを読む

Introducing C# Source Generators | .NET Blog

2020/04/29 このエントリーをはてなブックマークに追加 6 users Instapaper Pocket Tweet Facebook Share Evernote Clip

We’re pleased to introduce the first preview of Source Generators, a new C# compiler feature that lets C# developers inspect user code and generate new C# source files that can be added to a compilation. This is done via a new kind of component that we’re calling a Source Generator. To get starte... 続きを読む

Announcing .NET Core 3.0 | .NET Blog

2019/09/23 このエントリーをはてなブックマークに追加 21 users Instapaper Pocket Tweet Facebook Share Evernote Clip Announcing release

Announcing .NET Core 3.0 We’re excited to announce the release of .NET Core 3.0. It includes many improvements, including adding Windows Forms and WPF, adding new JSON APIs, support for ARM64 and improving performance across the board. C# 8 is also part of this release, which includes nullable, a... 続きを読む

.NET Core is the Future of .NET  | .NET Blog

2019/05/06 このエントリーをはてなブックマークに追加 14 users Instapaper Pocket Tweet Facebook Share Evernote Clip net

We introduced .NET Core 1.0 on November 2014. The goal with .NET Core was to take the learning from our experience building, shipping and servicing .NET Framework over the previous 12 years and build a better product. Some examples of these improvements are side-by-side installations (you can ins... 続きを読む

Introducing .NET 5 | .NET Blog

2019/05/06 このエントリーをはてなブックマークに追加 53 users Instapaper Pocket Tweet Facebook Share Evernote Clip iOS Introducing tvOS forward

Today, we’re announcing that the next release after .NET Core 3.0 will be .NET 5. This will be the next big release in the .NET family. There will be just one .NET going forward, and you will be able to use it to target Windows, Linux, macOS, iOS, Android, tvOS, watchOS and WebAssembly and more. ... 続きを読む

Announcing .NET Core 3 Preview 1 and Open Sourcing Windows Desktop Frameworks | .NET Blog

2018/12/04 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip Announcing Frameworks Downlo

Today, we are announcing .NET Core 3 Preview 1. It is the first public release of .NET Core 3. We have some exciting new features to share and would love your feedback. You can develop .NET Core 3 applications with Visual Studio 2019 Preview 1, Visual Studio for Mac and Visual Studio Code. Downlo... 続きを読む

Building C# 8.0 | .NET Blog

2018/11/13 このエントリーをはてなブックマークに追加 53 users Instapaper Pocket Tweet Facebook Share Evernote Clip

Building C# 8.0 The next major version of C# is C# 8.0. It’s been in the works for quite some time, even as we built and shipped the minor releases C# 7.1, 7.2 and 7.3, and I’m quite excited about the new capabilities it will bring. The current plan is that C# 8.0 will ship at the same time as .N... 続きを読む

.NET Core 3 and Support for Windows Desktop Applications | .NET Blog

2018/05/07 このエントリーをはてなブックマークに追加 26 users Instapaper Pocket Tweet Facebook Share Evernote Clip Applications

At Microsoft Build Live today, we are sharing a first look at our plans for .NET Core 3. The highlight of .NET Core 3 is support for Windows desktop applications, specifically Windows Forms, Windows P... 続きを読む

Microsoft、「.NET Framework 4.7」を発表 ~Windows Formsの高DPIサポートなどを追加 - 窓の杜

2017/04/06 このエントリーをはてなブックマークに追加 25 users Instapaper Pocket Tweet Facebook Share Evernote Clip Microsoft 高DPIサポート 発表 樽井 追加

ニュース Microsoft、「.NET Framework 4.7」を発表 ~Windows Formsの高DPIサポートなどを追加 「Creators Update」に同梱。Windows 7/Server 2008 R2以降向けも後日提供 樽井 秀人 2017年4月6日 15:06 公式ブログ“.NET Blog”  米Microsoft Corporationは5日(現地時間)、公式ブログ... 続きを読む

Announcing .NET Framework 4.6 - .NET Blog - Site Home - MSDN Blogs

2015/07/20 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip We're Announcing MSDN Blogs

We're excited to announce the RTM releases of .NET Framework 4.6 and Visual Studio 2015 today. You can read about the new features or leave that for later and try them out now. The quickest way to get... 続きを読む

The Roadmap for WPF - .NET Blog - Site Home - MSDN Blogs

2014/11/12 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip MSDN Blogs Site Home

Tooling Improvements Tooling for WPF was a top customer request during our interviews with our customers and the surveys. This sentiment is reflected in the feedback on UserVoice, where 3 out of the t... 続きを読む

Announcing .NET 2015 Preview: A New Era for .NET - .NET Blog - Site Home - MSDN Blogs

2014/11/12 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip Announcing MSDN Blogs net

November 2014 (5) October 2014 (3) September 2014 (3) August 2014 (7) July 2014 (1) June 2014 (3) May 2014 (12) April 2014 (10) March 2014 (1) February 2014 (4) January 2014 (2) December 2013 (2) Nove... 続きを読む

 
(1 - 18 / 18件)