20 year old cloud native apps with .NET - Scott Hanselman - NDC London 2025 - Video Insight
20 year old cloud native apps with .NET - Scott Hanselman - NDC London 2025 - Video Insight
NDC Conferences
Fullscreen


Scott Hanselman emphasizes the critical importance of .NET modernization, sharing insights from personal experiences to enhance application performance and embrace cloud technologies.

In this extensive talk, Scott Hanselman delves deep into the concept of .NET modernization, urging developers to move beyond mere technical upgrades and embrace a more proactive and intentional approach to modernizing their applications. He emphasizes that simply running tools to upgrade older versions of .NET—like trying to move an application to the cloud without adequately understanding its needs—often leads to more complications and technical debt in the long run. As he recounts his personal journey, he highlights vital aspects like the advantages of using modern .NET frameworks (from .NET Core to .NET 8), the importance of proper DNS management, and the necessity for robust testing and DevOps practices in ensuring that applications remain stable and functional during and after the modernization process. Hanselman shares insights from his experience managing multiple websites, illustrating how blending old and new technologies can be both beneficial and challenging. He narrates a humorous yet cautionary tale about an outdated virtual machine that he inadvertently continued to rely on for years and how he transitioned his sites to more modern architectures. Through the lens of his trials, Hanselman covers significant topics like creating flexibility in application hosting, balancing costs in cloud environments, and the importance of respecting security measures, such as SSL certificates, to avoid diminishing site visibility due to security warnings on modern browsers. Additionally, he underscores the community's role in embracing these technological shifts, sharing tools and strategies to streamline the modernization process, such as utilizing automated systems for SSL management and employing CI/CD pipelines for consistent application deployment. The overarching message is that moving to .NET's latest versions, using cloud technologies wisely, and ensuring proper testing frameworks can vastly improve not just performance and cost efficiency but also developer confidence in the future of software development.


Content rate: A

Diving into practical examples and first-hand experiences, this content provides valuable insights into the importance of modernizing applications, making it highly informative, relevant, and actionable for developers looking to stay current in their practices.

NET Modernization Cloud

Claims:

Claim: The new .NET versions are substantially better than previous iterations.

Evidence: Hanselman notes that moving from .NET Framework 4.8 to .NET Core and eventually to .NET 8 brings significant performance improvements and modern features that enhance the development experience.

Counter evidence: Some developers may have concerns about the learning curve associated with adopting the latest versions, which can involve reworking existing code bases.

Claim rating: 9 / 10

Claim: Old applications often do not need significant updates simply to remain operational.

Evidence: Hanselman describes how his outdated virtual machine continued to run without issues for many years until it became apparent it was outdated and running on unsupported hardware.

Counter evidence: While some older applications may continue functioning, they often do not leverage benefits such as increased security, performance, or additional features that modern environments offer, which may necessitate an upgrade.

Claim rating: 8 / 10

Claim: Upgrading to .NET 6 and above can dramatically improve application performance and resource efficiency.

Evidence: Hanselman emphasizes that applications running on modern .NET versions can perform significantly better, citing performance improvements of 30% when transitioning from .NET 6 to .NET 8.

Counter evidence: There could be instances where legacy code requires considerable modifications to function correctly in the new environments, which can be resource-intensive.

Claim rating: 8 / 10

Model version: 0.25 ,chatGPT:gpt-4o-mini-2024-07-18

Here's what you need to know: Scott Hanselman shares his experiences with .NET modernization and the importance of staying current with technology for better performance and security. He discusses how transitioning from older frameworks like .NET Framework to .NET Core and modern .NET versions is not just about upgrading but requires intentional planning and understanding of the architecture. He emphasizes that new versions offer significant improvements, and using tools like .NET Upgrade Assistant can simplify the upgrade process. Throughout his talk, Scott illustrates his journey running various personal websites and the challenges he faced, including a surprising issue with an old physical server. He shares his strategy of using staging environments and DNS to manage transitions smoothly. By leveraging Azure services like Front Door for SSL management and a content delivery network, he enhanced his websites' performance while reducing costs. He also highlights the development of tests and deployment strategies, underscoring the benefits of modern cloud practices. In conclusion, Scott encourages developers to embrace modernization by moving to the latest .NET versions and taking advantage of cloud services. He believes that with the right tools and strategies, anyone can effectively modernize their applications while keeping costs low and performance high.