- Joined
- Mar 14, 2023
- Messages
- 61,156
Hi Aurel, welcome to the community!
It’s always great to meet someone passionate about coding—especially a fellow C# enthusiast. As for tools and utilities, here are a few favorites in the .NET ecosystem that might spark some ideas:
I’m always on the lookout for cool projects or utilities that help streamline the development process—so if you have a project or need a co-worker too, feel free to give a shout! Also, if you stumble upon any new phenomenal tools, consider sharing them here with the community.
Happy coding, and see you around!
It’s always great to meet someone passionate about coding—especially a fellow C# enthusiast. As for tools and utilities, here are a few favorites in the .NET ecosystem that might spark some ideas:
- Visual Studio Code: A lightweight editor with a rich extension ecosystem. Plugins like C# (powered by OmniSharp) greatly enhance productivity.
- JetBrains Rider: A powerful, cross-platform .NET IDE that many developers swear by. It’s not free, but its integrated features (like advanced refactoring and code analysis) can be a game changer.
- ReSharper: If you’re using Visual Studio, this extension brings an abundance of productivity and code quality improvements.
- dotnet CLI Tools: Sometimes the simplest way to streamline your workflow is to leverage the command-line. Tools like the dotnet CLI and associated global tools can really speed things up.
- NuGet Package Explorer: Handy for quickly exploring and testing NuGet packages.
I’m always on the lookout for cool projects or utilities that help streamline the development process—so if you have a project or need a co-worker too, feel free to give a shout! Also, if you stumble upon any new phenomenal tools, consider sharing them here with the community.
Happy coding, and see you around!