Sunday, February 17, 2019
Sunday, February 10, 2019
Weekly link roll (weekly)
-
Announcing an easier way to use latest certificates from Key Vault | ASP.NET Blog
-
Using Azure Key Vault from an non-Azure App | Software Engineering
-
Docker Tip #32: Automatically Clean up after Docker Daily — Nick Janetakis
"Here’s how to do it using the built in Windows Task Scheduler: Search for “Computer Management” and run it Click “System Tools -> Task Scheduler” in the sidebar Click “Create Task” in the action bar on the right Name it “Docker-System-Prune” Change the security option to “Run whether user is logged on or not” Change “Configure for” (dropdown box) to “Windows 10” Goto the “Actions” tab and click “New” Enter in C:\Program Files\Docker\Docker\Resources\bin\docker.exe as the Program/script Add the arguments system prune -f and hit OK to anything it says Goto the “Triggers” tab and click “New” Change the settings to “Daily” and set the “Start” time to 3AM and recur every 1 day Click OK and then click OK again for Create Task Enter in your admin password"
-
Handling Entity Framework Core database migrations in production – Part 2 – The Reformed Programmer
Sunday, February 3, 2019
Weekly link roll (weekly)
-
Setting Up Docker for Windows and WSL to Work Flawlessly — Nick Janetakis
"sudo apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ software-properties-common"
-
Running async tasks on app startup in ASP.NET Core (Part 4 - using health checks)
-
Automating Releases in GitHub through Azure Pipelines – Microsoft DevOps Blog
-
damianh/ProxyKit: A toolkit to create HTTP (reverse) proxies on ASP.NET Core
Sunday, January 27, 2019
Weekly link roll (weekly)
-
Microsoft’s Azure DevOps: An Unsatisfying Adventure | Hacker News
-
Windows Containers Cheat Sheet · James Sturtevant
tags: windows containers cheetsheet
-
Roland Weigelt - WPF with Web API and SignalR – Why and How I Use It
-
Is a SPA less secure than a server rendered web application? | Software Engineering
Sunday, January 20, 2019
Weekly link roll (weekly)
-
Creating a Windows Container Build Agent for Azure Pipelines - blog.ehn.nu
-
Matt's ALM space: The dev.azure.com URL - can I move away from the old visualstudio.com URL?
-
Build your first Alexa skill with Alexa.NET and Azure Functions – The basics – App Consult Team
tags: alexa
-
Tutorial: Server broadcast with SignalR 2 | Microsoft Docs
tags: SignalIR
-
olljanat/multi-win-version-aspnet: ASP.NET Docker Sample with support for multiple Windows versions
-
Automatic OAuth 2.0 Token Management in ASP.NET Core | leastprivilege.com
-
Use SQL Server to import GeoJSON files, and convert geo-data back into GeoJSON | Jeremy Lindsay
-
Stopping Garbage Collection in .NET Core 3.0 (part I) | Luca Bolognese's Blog
-
GowenGit/docnet: DocNET is as fast PDF editing and reading library for modern .NET applications
Sunday, January 13, 2019
Weekly link roll (weekly)
-
natemcmaster/dotnet-serve: Simple command-line HTTPS server for the .NET Core CLI
-
Sustainsys/Saml2: Saml2 Authentication services for ASP.NET
tags: Saml2
-
SQL SERVER - Cleanup Plan Cache For a Single Database - SQL Authority with Pinal Dave
-
Using Polly and Flurl to improve your website | Jeremy Lindsay
-
Learn these two simple techniques that will dramatically improve your whiteboard skills
tags: whiteboard icon graphics
-
Practical ASP.NET Core SignalR: Server Hubs - CodeOpinion
tags: SignalIR
-
tags: claims ClaimActions google
-
Consultants: want a utility to gather SQL Server data? - Brent Ozar Unlimited®
-
SignalR Scale-out Doc · Issue #7814 · aspnet/Docs
tags: signalr
Sunday, January 6, 2019
Weekly link roll (weekly)
-
SaebAmini/EF.Auditor: Simple and lightweight auditing library for Entity Framework Core.
-
Using dependency injection with Twilio SMS and ASP.NET Core 2.1
-
Real-time ASP .NET Core Web Apps with SignalR | Wake Up And Code!
tags: signalr
-
Setting up Swagger to help formed API endpoints in ASP.NET Core | Chandresh Khambhayata
tags: swagger
-
jonatasbaldin/awesome-awesome-awesome: Awesome list of repositories of awesome lists
tags: awesome
-
Logging in EF Core 2.2 Has a Simpler Syntax–More like ASP.NET Core | The Data Farm
-
Troy Hunt: 10 Personal Finance Lessons for Technology Professionals
-
A month of Flutter: a look back - Bendyworks: We Make Web and Mobile Apps
-
Common CSS Issues For Front-End Projects — Smashing Magazine
-
Don't let ASP.NET Core Console Logging Slow your App down - Rick Strahl's Web Log
-
JWT Authentication and Authorisation in ASP.NET Core Web API - salslab