IMPORTANT NOTES
This project will not get any support, warranty, or update. DO NOT create issue or PR. They will not be answered, or reviewed. This is pure educational purpose project.
This is a sample Dotnet console project, for writing linux grep
in Dotnet framework with Csharp programming language.
The Intention for this project is to learn following in Csharp dotnet core.
- Variables and operators
- Methods
- Classes
- Lambda expressions
- Iterators
- Control structures
- String operations
- Asynchronous programming
- ...
Following are the installation and setup steps for both using or hacking.
- dotnet sdk 7.x or up
- Clone this repo, open this directory in your terminal.
- Write
dotnet run
. - Open this directory in your favourite IDE to hack on this code base.
- This application was developed, and only tested in Macos.