- Published on
Dotnet-core
RSS for dotnet-core
All Posts
All Posts
- 2025 (5)
- 2024 (2)
- 2023 (4)
- 2022 (8)
- 2021 (4)
- 2020 (18)
- 2019 (4)
- 2018 (15)
- 2017 (15)
- 2016 (5)
- 2015 (16)
- 2014 (43)
- 2013 (4)
- vsts-tfs (35)
- azure (24)
- visual-studio (22)
- youtube-videos (19)
- azure-devops (13)
- github-projects (13)
- github (12)
- powershell (12)
- tfs (10)
- just-coding (9)
- security (9)
- visual-studio-team-services (9)
- application-insights (6)
- git (6)
- rangers-research (6)
- azure-devops-migrations (5)
- cloudflare (5)
dotnet-core (5)
- getting-started (5)
- github-actions (5)
- iac (5)
- net (5)
- productivity (5)
- terraform (5)
- visual-studio-plugin (5)
- vsts-series (5)
- automated-builds (4)
- data (4)
- dotnet (4)
- dotnet-pretty (4)
- nuget (4)
- team-explorer (4)
- tips (4)
- vsts (4)
- windows-10 (4)
- adoption-blockers (3)
- azure-devops-basics (3)
- c (3)
- chatter (3)
- nugetorg (3)
- old-blog-posts (3)
- plugins (3)
- sql-server (3)
- test-manager (3)
- tfs-2013 (3)
- tfs-build (3)
- tymhkon (3)
- azure-active-directory (2)
- channel-9 (2)
- chocolatey (2)
- development (2)
- devsecops (2)
- docker (2)
- dotnet-new (2)
- events (2)
- fiddler (2)
- github-codespaces (2)
- google (2)
- grab-some-coffee (2)
- iis (2)
- json (2)
- just-longer-than-a-tweet (2)
- load-testing (2)
- microsoft-account (2)
- microsoft-virtual-academy (2)
- mvc (2)
- myget (2)
- net-cli (2)
- personal (2)
- requires-admin (2)
- securityscanning (2)
- snyk (2)
- source-control (2)
- source-control-git (2)
- tfs-error-codes (2)
- tfs-server-plugins (2)
- typescript (2)
- vsts-extensions (2)
- windows-insider-program (2)
- windows-store-app (2)
- 2020-journey-to-120 (1)
- adr (1)
- ai (1)
- async (1)
- auditing (1)
- azure-resource-manager (1)
- azure-sql (1)
- azure-web-apps (1)
- benchmarkdotnet (1)
- blazor (1)
- blazor-server (1)
- blog-posts (1)
- blogging (1)
- brian-keller-vm (1)
- build-automation (1)
- check-in-policies (1)
- checkpoint-vpn (1)
- chrome (1)
- code-snippet (1)
- codealike (1)
- codespaces (1)
- collaboration (1)
- command-line (1)
- commit-signing (1)
- commitment (1)
- connect-iq (1)
- cool-apps (1)
- covid19 (1)
- csharp (1)
- csharp-6 (1)
- dashboards (1)
- deployment-slots (1)
- devops (1)
- digi-cert (1)
- documentation (1)
- editorconfig (1)
- entity-framework (1)
- entity-framework-core (1)
- facebook (1)
- free-stuff (1)
- garmin (1)
- ghost-doc (1)
- github-git-code-pipelines-import (1)
- github-issues (1)
- internal-jokes (1)
- know-your-tools (1)
- knowitproveit (1)
- language-features (1)
- linux (1)
- macos (1)
- making-videos (1)
- maximum-effort (1)
- metrics (1)
- microsoft-edge (1)
- microsoft-teams (1)
- mobile (1)
- monaco-editor (1)
- monitoring (1)
- msbuild (1)
- msdug (1)
- mvp-stuff (1)
- my-view (1)
- networking (1)
- npm (1)
- nupkg (1)
- nuspec (1)
- oauth (1)
- oidc (1)
- openssl (1)
- packt-publishing (1)
- parallels (1)
- pdf-to-html (1)
- pinned-items (1)
- planning-tools (1)
- postman (1)
- preview-features (1)
- product-release (1)
- raising-awareness (1)
- read-it-dont-read-it (1)
- red-gate (1)
- release-management (1)
- robots-text-file (1)
- run-as-admin (1)
- search (1)
- signalr (1)
- skype (1)
- sql (1)
- sql-injection (1)
- sql-prompt (1)
- ssdt (1)
- ssms-2016 (1)
- strava (1)
- strava-api (1)
- subscriptions (1)
- swagger-codegen-cli (1)
- sys-internals (1)
- system-certificates (1)
- t-sql (1)
- team-fun (1)
- testing (1)
- tfs-agents (1)
- tfs-customisations (1)
- troubleshooting (1)
- twitter (1)
- verified-commits (1)
- visual-studio-2013 (1)
- visual-studio-2017 (1)
- visual-studio-code (1)
- visual-studio-marketplace (1)
- visual-studio-update (1)
- web-online-tools (1)
- webinar (1)
- windows (1)
- windows-81 (1)
- windows-explorer (1)
- work-item-charting (1)
- work-item-management (1)
- xml (1)
- youtube (1)
- Published on
Have a site sitting in GitHub that you currently maybe manually deploy to Azure or use some other tool? Why not useGitHub Actionsto quickly and easily publish to Azure. I was pushing a small site (Guid.Empty) to Azure through GitHub and decided to document the couple steps for future me 😋... oh and for you of course 😅- Published on
I received a new error today that I haven't received before when deploying dotnet core apps. It was as the title suggest a "HTTP Error 502.5 - Process Failure" error- Published on
Today I played with a new .net core template just to see what the authentication options were out the box and was surprised to see just how easy it is to go from nothing to having a base project that has authentication fully baked in with 2 factor authentication and email verification.- Published on
You might be wondering after recently posting Setting up a standard continuous integration build with VSTS/TFS why I'd need to post specifically on .net core. After all it's still a Visual Studio solution so things should just work, the keyword here is should . Things didn't just work when I tried to get this working so decided to share my experience here (as well as document it for myself later ).