R1D13 Intro to C# and Getting Docker working with .NET Core and SQL Server for Linux

| programming | dotnet | linux |

I signed up for the first of a three part course to learn more about C# on edX. I made it through module 1 already and was able to make it through writing a simple “hello world” style console app in C# with little trouble.

Hello World in C#

One of my favorite little bits of knowledge that I gained from the C# Intro course was the original name of C# was COOL.

The original name was COOL for C-like Object-Oriented Language
I also made a little bit more progress on my work from yesterday trying to get ASP.NET Core working with SQL Server with Docker on Visual Studio for Mac. I ran into a couple hangups.

First, docker was complaining that it was not able to find any of the shared NuGet packages. I had to add /usr/local/share/dotnet to docker folders in order to get nuget to work.

Sharing Folders in Docker for Mac

I also needed to bump up the resources to get past an error saying sqlservr: This program requires a machine with at least 3250 megabytes of memory. in order to get SQL Server to run. It needs more than 3GB of RAM in order to start up.

System Resources in Docker

 

Thank you for reading! Share your thoughts with me on mastodon or via email.

Check out some more stuff to read down below.

Most popular posts this month

Recent Favorite Blog Posts

This is a collection of the last 8 posts that I bookmarked.

Articles from blogs I follow around the net

Script Doctoring

I’ve been having a number of communications problems in my interactions with my doctors at Kaiser lately, and it’s becoming one of those things where the burden and onus entirely is placed upon me to sort out, and that’s exhausting for the actually autist…

via Bix Dot Blog October 22, 2024

Blockchain company Forte acquires games studios, demands secrecy, shuts them down

Sometime in 2023, blockchain firm Forte acquired game studios Phoenix Labs and Rumble Games. However, it would be a year before this came to light, because according to a report from Game Developer, Forte demanded secrecy from employ…

via Web3 is Going Just Great October 22, 2024

Initial explorations of Anthropic's new Computer Use capability

Two big announcements from Anthropic today: a new Claude 3.5 Sonnet model and a new API mode that they are calling computer use. (They also pre-announced Haiku 3.5, but that's not available yet so I'm ignoring it until I can try it out myself.) Comp…

via Simon Willison's Weblog: Entries October 22, 2024

Generated by openring