navigation

Docs for .NET coders who need to hustle

Less theory, more code samples

Hello!

If you’re hacking on something, you don’t have time to dive into details.

You just need some code to get you moving in the right direction.

Well, you’re in the right place.

My name is Ambrose and I like using .NET to build applications.

When I started this (June 2019), .NET was in a transition phase of moving away from a Windows only environment into a multi-platform environment with the advent of .NET Core.

I’m documenting my learnings here in the hopes that it will help someone. Please use the Disqus comments to ask questions or clarify something.

Happy coding!

profile for Ambrose Leung at Stack Overflow, Q&A for professional and enthusiast programmers

Latest Posts

Import Export Data

read more
Jul 21, 2019 · 0 min

Deploy on Code Checkin (CI)

This is known as ‘Continuous Integration’ (CI). But how do you do this in Azure Devops? This article succintly introduces the … read more
Jul 8, 2019 · 4 min

Web Frontend (UI)

A guide to Web Front End (JavaScript/HTML/CSS) *disclaimer: I’m not a web UI person, but I know a good UI when I see one FAQs React? … read more
Jul 2, 2019 · 1 min

PowerShell Tips and Quirks

There are a ton of PowerShell tips online, here I’ve collected the ones where I will probably forget about and need to reference. … read more
Jul 9, 2019 · 2 min

Implementing AsJob

-AsJob is a common switch in all the official PowerShell cmdlets that allow them to run in the background. But how do you implement it? … read more
Aug 14, 2019 · 2 min

Web API Intro

Tools Just get Postman, it’s the industry standard for testing HTTP requests. The template code for a controller is as follows (in VS, … read more
Jul 2, 2019 · 2 min

CSS tips

CSS can be confusing as hell, what style overrides what? Typically, you would use the browser’s F12 tool to see what styles are being … read more
Jul 2, 2019 · 1 min