SVSunil Vijendrainsunilvijendra.hashnode.dev·Apr 7, 2023 · 1 min readGoLang: The customary 'Hello, World' programWhen you start learning a new language, usually it is customary to write a 'Hello, World' program. The advantage is that is ensure that the development environment is all set to start authoring more programs. The below program prints "Hello, World" o...00
SVSunil Vijendrainsunilvijendra.hashnode.dev·Jul 19, 2022 · 2 min readGetting started with .NET 6.xDownload and Install .NET 6.x Go here to download the correct .NET 6.x SDK depending on your OS (Windows, macOS or Linux) and then install the same. **Create a project and run ** Open a terminal window and run below command to verify the version. sun...01I