StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Blackbaud
Blackbaud logo

Blackbaud

Blackbaud is a supplier of software and services for non-profit organizations.

charlestonblackbaud.com
48
Tools
1
Decisions
0
Followers

Tech Stack

Application & Data

15 tools

Bootstrap logo
Bootstrap
Fastly logo
Fastly
Java logo
Java
Ember.js logo
Ember.js
Modernizr logo
Modernizr
Backbone.js logo
Backbone.js
Lodash logo
Lodash
AngularJS logo
AngularJS
PHP logo
PHP
Slick logo
Slick
ASP.NET logo
ASP.NET
Google Code Prettify logo
Google Code Prettify
Amazon CloudFront logo
Amazon CloudFront
Moment.js logo
Moment.js
.NET logo
.NET

Utilities

5 tools

Google Analytics logo
Google Analytics
Stripe logo
Stripe
OpenSSL logo
OpenSSL
Google Tag Manager logo
Google Tag Manager
KISSmetrics logo
KISSmetrics

Engineering Blog

Stack Decisions

Brandon Stirnaman
Brandon Stirnaman

Nov 30, 2018

I chose .NET Core because it finally let me work natively on my macOS and Linux machines but collaborate with coworkers using Windows. Devs use the devices that they feel most capable with.

Having services that can run without changes on Linux let us migrate to containerized deployments on Kubernetes without much effort. The performance we've gotten from small ASP.NET Core services running on Alpine images has been great.

While the versioning of SDK and libraries/meta packages/etc has been kind of nuts.. We also keep getting new features that are really valuable and easy to package into our services.

Just rolling out v3 of the WebJobs SDK which brought simpler DI, filters and more to our Async backend workers. Also preparing to run v2 of Functions in our Azure Kubernetes cluster with virtual-kubelet.

In the last year, the community has finally started heavily moving towards NETStandard 2.0 which has eliminated some of our last points of frustration -- not finding compatible clients/libraries/tools that we could use from .NET Core apps (and, funny enough our older .NET Framework apps too!).

We're all in on .NET Core now.

5.09k views5.09k
Comments