-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ASP.NET Core Using Functional Programming with C# #270
Comments
I would also like to see one using a micro framwork like nancy (ruby has sinatra & python has flask) |
You're definitely right! I'll take up on that soon. |
@lastlink @dnikolovv ther is already repository for Nancy and issue By the way @dnikolovv your implementation is very excited! |
Hey @anishkny. Since all tests are passing now, may we move this one into a "review" stage? |
@dnikolovv would it be possible have build/test setup in something like TravisCI or AppVeyor? |
@anishkny Of course! I've added TravisCI. |
Hey guys, It's been a few months now. I've set the Travis build to run the Postman tests and everything appears to be working correctly. Do you think we should be moving this one into the official Readme? |
@dnikolovv looks good to me. Great work. Do you want to send a PR adding your repo to: |
I think that this may have the issues that many other WIP have and are missing, updating an article & tags. |
Added |
Current Status
Todo:
Get involved!
Help increase the test coverage. dnikolovv/dev-adventures-realworld/tests
Complete issues via Pull Requests or more add issues! dnikolovv/dev-adventures-realworld/issues
Background
This was done as there are very few examples of real applications written using functional C# and this can serve as a general guideline. The overall architecture is taken from the Dev Adventures .NET Core template.
I am aware of Adam Hathcock's .NET Core implementation and I think it is great, but the differences between the two are so significant that they should be viewed upon as completely different implementations.
The text was updated successfully, but these errors were encountered: