Published Mar 30, 2015

ASP.NET 5 - It's Basically Java

    Discover how ASP.NET 5 is revolutionizing development with its streamlined dependency management, cross-platform capabilities, and JSON project structures, offering enhanced flexibility and performance for modern developers.
    Episode Highlights
    Coding Blocks logo

    Popular Clips

    Episode Highlights

    • Cross-Platform Tools

      ASP.NET 5 introduces exciting possibilities for cross-platform development, allowing developers to work seamlessly across different operating systems. Alan Underwood highlights the ability to run ASP.NET applications on a Mac, emphasizing the flexibility it offers for developers who switch between different environments 1. This capability is particularly appealing for those who want to work from various locations without being tied to a specific platform. Joe Zack adds that ASP.NET 5 is beneficial not only for C# developers but also for Java developers, as it opens up new avenues for cross-platform work 2.

      You are at the office on your company-provided PC. You do some work there. Now you're like, hey, I'm at home and I'm on my Mac. And you know, it'd be really cool if I could just do that job from here on this Mac.

      --- Alan Underwood

      The integration of command-line tools and IDEs further enhances the development experience, making it easier to manage projects across different systems 3.

         

      Sublime and Intellisense

      The integration of Intellisense in Sublime Text for C# development marks a significant improvement for cross-platform coding. Alan Underwood explains how this feature allows developers to efficiently code in C# on a Mac, using Sublime's robust templating and editing capabilities 4. This development is particularly beneficial for those who prefer using Sublime over other IDEs, as it streamlines the coding process and enhances productivity.

      You could now, in a decent, productive way, work on a Mac to code C#, which is fantastic.

      --- Alan Underwood

      Additionally, the ability to incorporate JavaScript and other tools like Chocolatey further enriches the development environment, offering a comprehensive toolkit for developers 5.

    Related Episodes