Posts by Junior • 41 points
3 posts
-
1
votes2
answers381
viewsA: Java 8 "default method" versus C# "extend method"
I think they’re different things. C# has no standard method as Java does extensions methods. What our friend did was an attempt to achieve the same result. Of course this way is subject to errors…
-
1
votes1
answer60
viewsQ: How to ignore an error using Json.NET without damaging what has already been read
Is there any way to continue the "de-realization" of an object, using Json.NET, even when a property is corrupted and without damaging what has already been "read"?…
-
0
votes1
answer1532
viewsQ: C# framework implementing graph theory
Does anyone know any C# framework and implement Graph Theory?