Articles filed in category 'Visual Studio'

  • If you thought Visual Studio was a great tool before, you’re going to go nuts about the latest release. Mika and Kendra talk about the changes that they’re most excited about.
  • Mark Michaelis surveys the key additions in C# 8.0—most notably nullable reference types, async streams, and enhanced pattern matching—explaining their semantics, compiler behavior, and practical impact; he argues nullable reference types are the most consequential change (and recommends enabling them incrementally), shows how IAsyncEnumerable and await foreach enable asynchronous iteration, and highlights new pattern forms (property, tuple, positional, recursive) while ...See More
  • Python has long been the favorite language of open-source developers. Nicola shows Windows and iOS developers how to take advantage of Python’s many qualities using Visual Studio.
  • If you use a package management tool, like NuGet, Node Package Manager (NPM) for JavaScript, or Maven for Java, you already know how they simplify and automate library consumption. John shows you how to make sure that the packages you download don’t cause more troubles than they solve.
  • If you’ve been putting off using VS on the Mac, you’ll be excited by Ben’s experience with the new release. It’s got all the whistles and bells you know and love and it makes some tasks even easier than you’d expect.