this post was submitted on 21 Jun 2023
28 points (93.8% liked)
.NET
1484 readers
7 users here now
Getting started
Useful resources
IDEs and code editors
- Visual Studio (Windows/Mac)
- Rider (Windows/Mac/Linux)
- Visual Studio Code (Windows/Mac/Linux)
Tools
Rules
- Rule 1: Follow Lemmy rules
- Rule 2: Be excellent to each other, no hostility towards users for any reason
- Rule 3: No spam of tools/companies/advertisements
Related communities
Wikipedia pages
- .NET (open source & cross platform)
- .NET Framework (proprietary & Windows-only)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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?
When searching for help I always use "dotnet" instead of ".NET" as a search term.
I tried something similar for SQL and kept getting Star Wars memes.
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.