learning Building applications with C# and a Challenge! It's seems not too long ago I was laying down the words for "So Many Ways to Learn .NET in 2020", but of course it was March yesterday too. This
dotnet So Many Ways to Learn .NET in 2020 It's a new year and sure to be on your list, as well as mine, is learning. Here is a quick list of some .NET learning resources for you to
dotnet Finding your next .NET Open Source project using the command line Many years ago I wanted to jump into a project in open source but had no idea where to start. I had worked with node.js, .NET and some other
dotnet Using global tool "dotnet outdated" to check for the latest NuGet package updates Just recently the .NET Core June 2018 Update dropped and the ASP.NET Workshop I had just set up for CI/CD build was in need of an update to
azure-functions Monitoring issues on Stack Overflow with serverless, CosmosDB and Teams One of the responsibilities we have as Cloud Developer Advocates is having an understanding of the struggles of developers using the cloud in their daily tasks. One way to do
kubernetes Introducing metaparticle.io - making Kubernetes and Docker idiomatic for developers What if you could just add a package to your code? Like npm for node or nuget for .NET, run your app and have it in a container on a Kubernetes cluster? No command line tools like kubectl, helm, docker or whatever we are
dotnet dotnet CLI Tab completions now available in 2.0 Tab completion on the command line is like having a superpower for some of the CLI tools we have at our fingertips. With so many commands, paramaters and/or options; it's nice to be able to type a few characters and tap the {Tab}
aspnetcore Don't lose your swagger with dotnet build See GitHub Issue #795 for the details and discussion. One of the undocumented changes of converting from project.json to csproj, was the <DocumentationFile> no longer automatically copied
dotnet dotnet new angular to Azure with Docker using CLI Visual Studio 2017 has been released and the features are great for Windows developers. However along with it comes .NET Core 1.0 tooling and large improvements to the command
dotnet Exploring the new dotnet cli Note: At the time of this post, the dotnet cli version being used 1.0.0-rc4-004771 available from GitHub dotnet/cli repo - https://github.com/dotnet/core/blob/master/
dotnet Troubleshooting Installing .NET Core 1.1 RTM on OSX .NET Core 1.1 RTM was announced yesterday along with Visual Studio for Mac! So of course, I jumped right over to install them both. During the install of the 1.1 version of .NET Core from the downloads page, hit a snag on
aspnetcore ASP.NET Core: Watching Code Being able to edit code and see the changes on the fly is a big advantage when developing applications with all of the "moving parts" in today's tech