I hereby claim:
- I am csharpfritz on github.
- I am jeffreytfritz (https://keybase.io/jeffreytfritz) on keybase.
- I have a public key ASAysH3VC9LXGB4H8s40RyF9bED4ZZF3V9f4Ki27FaIgFwo
To claim this, I am signing this object:
| var blobServiceClient = new BlobServiceClient(EnvironmentConfiguration.TableStorageConnectionString); | |
| var containerClient = blobServiceClient.GetBlobContainerClient("cache"); | |
| var client = containerClient.GetBlobClient("fileToCache.json"); | |
| await client.UploadAsync(myContentToCacheAsStream, true); |
| namespace BlazingPizza.Server; | |
| public static class SeedData | |
| { | |
| public static void Initialize(PizzaStoreContext db) | |
| { | |
| var toppings = new Topping[] | |
| { | |
| new Topping() | |
| { |
| When I was your age, I coded with peeks and pokes. | |
| I used to code with a chisel and a stone tablet | |
| Back in my day, a fork lift was required for hardware upgrades, we didn't have fancy cloud services with sliders to add more memory and disk space | |
| We didn't have network attached source control... instead I called the intern working as a data entry clerk and dictated my code to them for transcription and storage | |
| I was coding before MCSE meant must consult someone else |
| https://img.wallpapersafari.com/desktop/1600/900/86/42/SxyIEo.jpg |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| namespace WebApplication2.Models | |
| { | |
| public interface IGetStoredInDatabase | |
| { |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using TwitchLib.Client.Models; | |
| namespace Quiltoni.PixelBot.Commands | |
| { | |
| public class GuessTimeCommandOld : IBotCommand | |
| { |
| # Delete extra branches that are NOT dev or master | |
| git for-each-ref --format '%(refname:short)' refs/heads --merged | ForEach-Object { If("dev","master" -notcont ains $_) { git branch $_ -d } } |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object: