You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May be it's suitable to add csharp.md with more examples?
I think that's a good idea. I am starting to think the README.md is a little cluttered.
Right now I try get how to use Property.CounterExample
From the C# side this may be a little clunky still. I'm on a work machine right now and don't have the repo cloned, I'll take a look after I switch to my personal machine.
I think the first code block by @adam-becker is better. The advantage of LINQ query syntax is avoiding the pyramid of doom that results from nested calls to Bind. Since that isn't the case here, its use is not warranted.
In tutorial we have sample for genarator of IpAddress
Anybody could check my translation to csharp? It is'nt idiomatic csharp IMHO
May be it's suitable to add csharp.md with more examples?
Right now I try get how to use
Property.CounterExample
The text was updated successfully, but these errors were encountered: