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
aspnetcore Learning DevOps, building the ASP.NET Core Workshop, and keeping it up to date DevOps is the union of people, process, and products to enable continuous delivery of value to our end users. – Donovan Brown Build Status BackEnd Web API FrontEnd Razor Page App
aspnetcore Creating RazorPage apps using the CLI While I was creating a recent test application with Razor Pages, I found myself clicking the "new file" button in VS Code too many times when I wanted to add a new Page. I really love the .NET CLI and with every
aspnetcore Workshop gets an update - JavaScript Services, Docker, Kubernetes and Helm! If you've been to a conference around .NET in the last year or so, there's likely been workshop available from the .NET team. Jeff Fritz, Jon Galloway, Maria Naggaga, Damian
azuredev Push your images to Azure CDN on publish with gulp Performance is always at the top of my mind when developing a web app. Using tools such as WebPageTest where a common hit against your grade will be the lack of CDN use will affect performance. Use of CDN - Each request for a
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
aspnetcore Simplifying Bundling and Minification in ASP.NET Core The decisions around what to use for packaging client side libraries is still a length discussion. Mostly, if not always, will start and stop with "It Depends...". However,
aspnetcore Documenting ASP.NET Core WebAPI using Swagger When you create a web API, documenting its capabilities for the consuming developers can be a task if you take it on manually. Swagger gives you the ability as the
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
docker Configure Docker for Windows under Parallels I use OSX as my primary development machine but still at time run to Visual Studio for work stuff, new features I'm testing etc. The most recent reason is Visual
apache Using Apache Web Server as a reverse-proxy for ASP.NET Core Apache is a very popular HTTP server and can be configured as a proxy to redirect HTTP traffic similar to nginx. In this guide, we will learn how to set
aspnetcore What's up Docs? I put out a survey on twitter a few months ago on "What was challenging you most about ASP.NET Core" What is challenging you most about #aspnetcore
angular2 Weekly Ink - 6/21/16 After a week of vacation it's good to get back to some technology. Here are some of my favorites from last week, Dockercon 2016 and my various feeds. Enjoy! ASP.
angular2 Weekly Ink - 6/6/16 ASP.NET Core Here is another edition of "Weekly Ink", this week's post has a great entry from Rick on running ASP.NET Core on IIS, Cory shows
aspnetcore ASP.NET Core : Getting Clean with SOAP Being able to take the packaging off the new toy and spin up a new project is a lot of fun I must admit. However, when leaving the latest conference,
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
aspnetcore .NET Core Slack Channel Sign Up This will be the official sign up page for the .NET Core Slack Channel. Please share this page with your communities. Thanks for your participation! Core team members and community
aspnetcore ASP.NET Core Needs a Logo It is not uncommon for developers to adorn their laptops, Macs, Surface Pros, etc with the sticky vinyls of the platforms, tools and frameworks of the stuff we like to
aspnetcore Setting up ASP.NET Core debugging in VS Code UPDATE: Now Version 1.0 of Visual Studio Released - Same steps apply for Version 1.0. In the most recent ASP.NET Community Standup (http://live.asp.net), Damian
kestrel Kestrel as a Static Server for Angular Available on github : https://github.com/spboyer/ng2-kestrel-appserver Selecting the server architecture may or may not be a pivotal point in your application design...but it maybe it should. Micro-services,
aspnetcore ASP.NET Core Slack Community update the team has been renamed to .NET from ASP.NET to not exclude anyone - sign up page here I'm a big fan of Slack. I use it internally
omnisharp yo aspnet : UI Options Coming Soon! Just a quick update on what the yo aspnet team has been working on. Bootstrap (aka Twitter Bootstrap) is the very well known UI layout engine and has been the standard for the ASP.NET generator. However, there was a contributor - Josh Williams
angular2 A Chat on Adventures in Angular: Episode 82 I recently had an opportunity to sit with the team on the Adventures in Angular podcast and talk about my NON experience with Angular 1 and how my path into