V0d01ey
V0d01ey
So, instead of sending one form containing both file to upload and some additional primitive form values one should send 2 requests to server and also make them stateful (bind...
Why don't serialize one of the classes `System.Collections.ObjectModel.KeyedCollection`, `SynchronizedKeyedCollection` instead of `Dictionary`? They are based on arrays.
Hello! I've got the same exception when trying to build C# project: ``` 1> Creating Roslyn compilation: 00:00:02.7370000 1>WEBSHARPERTASK : WebSharper error : Global error 'Элемент с тем же ключом...
Found that this code ``` [JavaScript] public class LayoutObject { public const int k = -2; public virtual float GetT() { return 0; } } ``` gives the exception.
Hello! Can you give a guess why this class does not serialize in JSON [NoEncodingException: No JSON encoding for LayoutObjects.LineDashMode]? ``` [JavaScript, Serializable] public struct LineDashMode { public static class...
@Jand42 , does it mean that C# structs won't be serializable?