Skip to content

Marián Košťál

Blog about software development and passive income

Recent Posts

  • How to find candidates for implicit usings in C#
  • Convert Excel to HTML using PowerShell
  • Convert to Base64 encoded string using PowerShell one-liner
  • Create infrastructure for Azure WebJob using Bicep
  • Azure Blob Storage with private endpoint throws System.Xml.XmlException

Recent Comments

    Archives

    • February 2023
    • May 2022
    • June 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • July 2020
    • February 2020
    • December 2019
    • March 2019
    • September 2018
    • May 2018
    • March 2018
    • February 2018
    • September 2017
    • July 2017
    • June 2017
    • May 2017
    • July 2016

    Categories

    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Month: July 2016

    What is new in C# 6

    My first Udemy course https://www.udemy.com/what-is-new-in-csharp-6 covers new features of C# 6. Taking this course you learn:

    • Auto-property initializers
    • Getter-only auto-properties
    • Expression-bodied members
    • Using static
    • Null-conditional operators
    • String interpolation
    • nameof expressions
    • Index initializers
    • Exception filters
    • Await in catch and finally blocks

     

    Posted on July 16, 2016July 16, 2016Tags C#, UdemyLeave a comment on What is new in C# 6
    Proudly powered by WordPress