this post was submitted on 21 Jun 2023
35 points (94.9% liked)

.NET

1428 readers
17 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 1 year ago
MODERATORS
 

The original thread is on the devil’s website and I don’t want to direct traffic to it, so here’s a link to the tweet instead:

https://twitter.com/davidfowl/status/1671351948640129024?s=46&t=OEG0fcSTxko2ppiL47BW1Q

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (2 children)

Well, like most people who haven't used .NET, I have very strong opinions about it.

The first and main issue I take with it is how it's all capitalised. Second but not less, it's such a generic name. Am I gonna get websites in the .net domain or do I have to learn Google search beyond typing random junk, pressing enter, and hoping for a stackoverflow answer that works?

[–] [email protected] 6 points 1 year ago (1 children)

When searching for help I always use "dotnet" instead of ".NET" as a search term.

[–] [email protected] 4 points 1 year ago

I tried something similar for SQL and kept getting Star Wars memes.

[–] [email protected] 2 points 1 year ago

You'll eventually get used to different casing conventions in different languages that's just something that you have to mature into.

Depending on the language you are writing the conventions will be different, it's often within your best interests to adopt to those conventions instead of trying to fight against them.