IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 

 





 

 

 












Announcing TypeScript 5.5 - TypeScript  

18users  
devblogs.microsoft.com  


Today were excited to announce the release of TypeScript 5.5! If youre not familiar with TypeScript, its a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with null and undefined, and more. Types also power TypeScripts edi



 

2024/06/21 03:29
 





 

















Announcing TypeScript 5.5 RC - TypeScript  

9users  
devblogs.microsoft.com  


Today we are excited to announce the availability of the release candidate of TypeScript 5.5. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Heres a quick list of whats new in TypeScript 5.5! Inferred Type Predicates Control Flow Narrowing for Constant Indexed Accesses Type Imports in JSDoc Regular Expression Syn




 

2024/06/07 08:54
 





 











F# developer stories: how we've finally fixed a 9-year-old performance issue - .NET Blog  

5users  
devblogs.microsoft.com  


Programming language authors have to think about many things at once: overall language design, runtime dangers, possible feature misuse, backward compatibility, forward compatibility, and so on. All these aspects, together with communication hiccups and time constraints, might get in the way of some seemingly clear and manageable problems. The Bug The story began in the summer of 2015 with this is



 

2024/05/30 15:34
 





 











Announcing TypeScript 5.5 Beta - TypeScript  

12users  
devblogs.microsoft.com  


Today we are excited to announce the availability of TypeScript 5.5 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Heres a quick list of whats new in TypeScript 5.5! Inferred Type Predicates Control Flow Narrowing for Constant Indexed Accesses Type Imports in JSDoc Regular Expression Syntax Checking Iso




 

2024/04/26 07:16
 





 











A new MSBuild editing experience - Visual Studio Blog  

3users  
devblogs.microsoft.com  


MSBuild is a fundamental part of the .NET development experience, but it can be challenging to new and experienced developers alike. To help developers better understand their project files and access advanced functionality that requires editing the project file directly, were releasing an experimental MSBuild editor that has a much richer understanding of MSBuild files than the current XML schem



 

2024/04/01 13:30
 





 











Announcing TypeScript 5.4 - TypeScript  

18users  
devblogs.microsoft.com  


Today were excited to announce the release of TypeScript 5.4! If youre not familiar with TypeScript, its a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with null and undefined, and more. Types also power TypeScripts edi



 

2024/03/07 05:06
 







 











Announcing TypeScript 5.4 RC - TypeScript  

7users  
devblogs.microsoft.com  


Today were excited to announce our Release Candidate of TypeScript 5.4! Between now and the stable release of TypeScript 5.4, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Heres a quick list of whats new in TypeScript 5.4! Preserved Narrowing in Closur




 

2024/02/23 10:19
 



 











Introducing Sudo for Windows!  

6users  
devblogs.microsoft.com  


Introducing Sudo for Windows Were excited to announce the release of Sudo for Windows in Windows 11 Insider Preview Build 26052! Sudo for Windows is a new way for users to run elevated commands directly from an unelevated console session. It is an ergonomic and familiar solution for users who want to elevate a command without having to first open a new elevated console. We are also excited to ann



 

2024/02/09 07:23
 





 











Announcing TypeScript 5.4 Beta - TypeScript  

10users  
devblogs.microsoft.com  


Today we are excited to announce the availability of TypeScript 5.4 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Heres a quick list of whats new in TypeScript 5.4! Preserved Narrowing in Closures Following Last Assignments The NoInfer Utility Type Object.groupBy and Map.groupBy Support for require() c




 

2024/01/30 04:24
 





 











Announcing .NET Chiseled Containers - .NET Blog  

4users  
devblogs.microsoft.com  


.NET chiseled Ubuntu container images are now GA and can be used in production, for .NET 6, 7, and 8. Canonical also announced the general availability of chiseled Ubuntu containers. Chiseled images are the result of a long-term partnership and design collaboration between Canonical and Microsoft. We announced chiseled containers just over a year ago, as a new direction. They are now ready for you



 

2023/11/22 10:30
 



 











Announcing TypeScript 5.3 - TypeScript  

13users  
devblogs.microsoft.com  


Today were excited to announce the release of TypeScript 5.3! If youre not familiar with TypeScript, its a language that adds type syntax to JavaScript to bring type-checking. Type-checking can catch all sorts of issues like typos and forgetting to check for null and undefined. But types go beyond type-checking  the same analyses of TypeScripts type-checker are used for rich editor tooling li




 

2023/11/21 05:36
 









 











Announcing .NET 8 - .NET Blog  

6users  
devblogs.microsoft.com  


Download .NET 8 today! We are happy to announce the availability of .NET 8, the latest LTS version of one of the worlds leading development platforms, starting today. .NET 8 delivers thousands of performance, stability, and security improvements, as well as platform and tooling enhancements that help increase developer productivity and speed of innovation. The .NET team, our partners, and the .NE



 

2023/11/15 17:30
 







 











Announcing F# 8 - .NET Blog  

19users  
devblogs.microsoft.com  


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, new diagnostics, quality of life improvements, performance boosts for project compilation and upgrades



 

2023/11/15 09:12
 









 











Announcing TypeScript 5.3 RC - TypeScript  

12users  
devblogs.microsoft.com  


Today were excited to announce our Release Candidate of TypeScript 5.3! Between now and the stable release of TypeScript 5.3, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Heres a quick list of whats new in TypeScript 5.3! Import Attributes Stable Supp




 

2023/11/04 07:54
 



 











A new F# compiler feature: graph-based type-checking - .NET Blog  

5users  
devblogs.microsoft.com  


This is a guest blog post by Florian Verdonck. Florian is a freelance software craftsman. He does consultancy, training and open-source development. Currently, he is very active in the F# community, working on the compiler and tooling, improving the overall state of the F# ecosystem according to the needs of his customers. Florian is a member of the open-source division at G-Research and a maintai



 

2023/11/03 10:28
 



 











Announcing TypeScript 5.3 Beta - TypeScript  

7users  
devblogs.microsoft.com  


Today we are excited to announce the availability of TypeScript 5.3 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Heres a quick list of whats new in TypeScript 5.3! Import Attributes Stable Support resolution-mode in Import Types switch (true) Narrowing Narrowing On Comparisons to Booleans instanceof N




 

2023/10/04 06:23
 





 











Windows Terminal Preview 1.19 Release  

3users  
devblogs.microsoft.com  


The Windows Terminal team is back with a new preview release! Windows Terminal Preview 1.19 introduces new features such as Broadcast Input, Web Search, the Suggestions UI and more! We are also updating Windows Terminal to version 1.18 which will include all of the features from this previous blog post. As always, you can install Windows Terminal and Windows Terminal Preview from the Microsoft Sto



 

2023/10/01 13:46
 



 











Windows Subsystem for Linux September 2023 update  

36users  
devblogs.microsoft.com  


There is a new release for the Windows Subsystem for Linux (WSL) with new features and bug fixes! Check out the summary below, and read on to learn more about new experimental features, and some significant quality improvements. Experimental features We know that WSL is used for a wide array of workflows and we want to help you get the best performance and quality experience from these workflows.



 

2023/09/19 06:03
 









 











Performance Improvements in .NET 8 - .NET Blog  

6users  
devblogs.microsoft.com  


I look forward to summer every year. Sun, beach, warm nights, and putting the finishing touches on the next version of .NET. Its also the time I get to continue a tradition I started for myself back in 2017 of writing about the performance improvements that have gone into the latest .NET incarnation. A year ago that was Performance Improvements in .NET 7, which followed similar posts for .NET 6,



 

2023/09/13 22:52
 







 











Announcing the New Foundational C# Certification with freeCodeCamp - .NET Blog  

4users  
devblogs.microsoft.com  


Announcing the New Foundational C# Certification with freeCodeCamp Hello Students and Developers! We are excited to announce the release of the new Foundational C# Certification in collaboration with freeCodeCamp. freeCodeCamp is a charity that creates free learning resources for math, programming, and computer science. The Foundational C# Certification is completely free, globally available, and



 

2023/09/13 08:37
 



 











Visual Studio for Mac Retirement Announcement - Visual Studio Blog  

35users  
devblogs.microsoft.com  


Building new functionality, writing unit tests, and learning new technologies has never been easier or more fun. Today we are announcing the retirement of the Visual Studio for Mac IDE. Visual Studio for Mac 17.6 will continue to be supported for another 12 months, until August 31st, 2024, with servicing updates for security issues and updated platforms from Apple. While the decision has been made



 

2023/08/31 07:50
 











 











Announcing TypeScript 5.2 - TypeScript  

27users  
devblogs.microsoft.com  


Today were excited to announce the release of TypeScript 5.2! If youre not familiar with TypeScript, its a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with null and undefined, and more. Types also power TypeScripts edi




 

2023/08/25 03:52
 







 











Announcing TypeScript 5.2 RC - TypeScript  

20users  
devblogs.microsoft.com  


Today were excited to announce our Release Candidate of TypeScript 5.2! Between now and the stable release of TypeScript 5.2, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Heres a quick list of whats new in TypeScript 5.2! using Declarations and Explic




 

2023/08/10 09:06
 





 











Announcing TypeScript 5.2 Beta - TypeScript  

6users  
devblogs.microsoft.com  


Today we are excited to announce the availability of TypeScript 5.2 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Heres a quick list of whats new in TypeScript 5.2! using Declarations and Explicit Resource Management Decorator Metadata Named and Anonymous Tuple Elements Easier Method Usage for Unions o




 

2023/07/01 04:15
 



 











Announcing C# Dev Kit for Visual Studio Code - Visual Studio Blog  

10users  
devblogs.microsoft.com  


Building new functionality, writing unit tests, and learning new technologies has never been easier or more fun. We are thrilled to announce the preview release of C# Dev Kit, a new Visual Studio Code extension that brings an improved editor-first C# development experience to Linux, macOS, and Windows. The C# Dev Kit is designed to enhance your C# productivity when youre working in VS Code. It wo



 

2023/06/07 08:49
 





 











Announcing TypeScript 5.1 - TypeScript  

36users  
devblogs.microsoft.com  


Today were excited to announce the release of TypeScript 5.1! If youre not yet familiar with TypeScript, its a language that builds on JavaScript by adding constructs called types. These types can describe some details about our program, and can be checked by TypeScript before theyre compiled away in order to catch possible typos, logic bugs and more. TypeScript also uses these types to provid




 

2023/06/02 07:46
 









 











Get started with ChatGPT in .NET - .NET Blog  

18users  
devblogs.microsoft.com  


Welcome back to this blog series on OpenAI and .NET! If youre new here, check out our first post where we introduce the series and show you how to get started using OpenAI in .NET. The focus of this post is on ChatGPT and how you can use OpenAI models in conversational interfaces using .NET. Lets get started! What is ChatGPT? The ChatGPT is a language model optimized for conversational interface



 

2023/05/19 18:28
 





 











Introducing Deopt Explorer - TypeScript  

83users  
devblogs.microsoft.com  


Over the past few months, during the lead-up to the TypeScript 5.0 beta, our team spent a good portion of our time looking for ways to improve the performance of our compiler so that your projects build faster. One of the ways we improved was by looking into an oft overlooked aspect of many JavaScript VMs: inline caching. A Brief Primer on Inline Caching Inline caching is an optimization often use



 

2023/05/13 04:22
 















 











Announcing TypeScript 5.1 Beta - TypeScript  

12users  
devblogs.microsoft.com  


Today were announcing our beta release of TypeScript 5.1! To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Heres a quick list of whats new in TypeScript 5.1! Easier Implicit Returns for undefined-Returning Functions Unrelated Types for Getters and Setters Decoupled Type-Checking Between JSX Elements and JSX Ta




 

2023/04/19 08:49
 





 








 




























 

Home  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x