<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/devblogs/best-of/2024/08" -->

---
title: Best DevBlogs posts — August 2024 | daily.dev
description: The most upvoted DevBlogs posts from August 2024, curated by the daily.dev community.
canonical: https://daily.dev/sources/devblogs/best-of/2024/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/devblogs/best-of/2024/08
og:type: website
og:site_name: daily.dev
og:title: Best DevBlogs posts — August 2024 | daily.dev
og:description: The most upvoted DevBlogs posts from August 2024, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of DevBlogs — August 2024

1. 1  
[](https://daily.dev/posts/announcing-typescript-5-6-rc-zfrenmlel "Announcing TypeScript 5.6 RC")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 2y  
Announcing TypeScript 5.6 RC  
TypeScript 5.6 RC introduces several new features and updates. Notable additions include disallowed nullish and truthy checks, iterator helper methods, support for arbitrary module identifiers, and region-prioritized diagnostics in editors. There are also new compiler options like --noUncheckedSideEffectImports and --noCheck, improvements to project builds, and enhanced auto-import functionalities. The release focuses on improving error detection, typing options, and overall efficiency in large projects.  
38  
1
2. 2  
[](https://daily.dev/posts/new-ide-features-in-visual-studio-v17-11-9z9cnuutz "New IDE features in Visual Studio v17.11")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 2y  
New IDE features in Visual Studio v17.11  
Visual Studio 2022 v17.11 introduces significant features like new scoping options for Code Search, familiar keyboard shortcuts, improved detection of missing components and extensions with .vsconfig files, enhanced user authentication through the Web Account Manager (WAM), and new Teams Toolkit templates. These updates aim to streamline development workflows, enhance security, and improve productivity.  
26
3. 3  
[](https://daily.dev/posts/adding-net-aspire-to-your-existing-net-apps-aivf9pkis "Adding .NET Aspire to your existing .NET apps")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 2y  
Adding .NET Aspire to your existing .NET apps  
Adding .NET Aspire to existing .NET applications simplifies development by enabling features like health checks, logging, and resiliency without altering your CI/CD pipeline. You can integrate Service Defaults to activate recommended settings for ASP.NET Core distributed apps quickly. Additionally, the AppHost provides a dashboard to manage multiple projects, aggregate logs, and monitor health checks efficiently, enhancing the developer experience.  
25
4. 4  
[](https://daily.dev/posts/java-on-visual-studio-code-update-vgtc4u8wh "Java on Visual Studio Code Update")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 2y  
Java on Visual Studio Code Update  
The July 2024 update for Visual Studio Code for Java introduces new Gradle enhancements like Hot Code Replace support for the Gradle Build Server and the ability to delegate tests to Gradle. User experience has been improved by adding 'Create Java Package' to the File Explorer context menu and making the Help Center more accessible via the status bar. New Spring features include syntax highlighting and validation for SpEL expressions and enhanced support for various Spring annotations.  
17
5. 5  
[](https://daily.dev/posts/announcing-asp-net-core-odata-9-official-release-r5jdbzxuw "Announcing ASP.NET Core OData 9 Official Release")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 2y  
Announcing ASP.NET Core OData 9 Official Release  
ASP.NET Core OData 9 has been officially released, requiring .NET 8 or later, and features updated OData .NET dependencies to the 8.x version. A significant change is the introduction of a new JSON writer using Utf8JsonWriter, which provides faster performance and a reduced set of encoded characters. The post explains the differences in character encoding, injection of dependencies, and backward compatibility options, with examples illustrating how to configure services and maintain legacy behavior if needed.  
10

[See all DevBlogs archives](/sources/devblogs/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/devblogs/best-of/2024/08#page","url":"https://daily.dev/sources/devblogs/best-of/2024/08","name":"Best DevBlogs Posts — August 2024","description":"The most upvoted DevBlogs posts from August 2024, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/devblogs/best-of/2024/08#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/announcing-typescript-5-6-rc-zfrenmlel","name":"Announcing TypeScript 5.6 RC"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/new-ide-features-in-visual-studio-v17-11-9z9cnuutz","name":"New IDE features in Visual Studio v17.11"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/adding-net-aspire-to-your-existing-net-apps-aivf9pkis","name":"Adding .NET Aspire to your existing .NET apps"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/java-on-visual-studio-code-update-vgtc4u8wh","name":"Java on Visual Studio Code Update"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/announcing-asp-net-core-odata-9-official-release-r5jdbzxuw","name":"Announcing ASP.NET Core OData 9 Official Release"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"DevBlogs","item":"https://daily.dev/sources/devblogs"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/devblogs/best-of"},{"@type":"ListItem","position":5,"name":"August 2024"}]}]}
```

