Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
James Newton-King
James Newton-King has asked
44
questions and find answers to
84
problems.
Stats
2.5k
EtPoint
821
Vote count
44
questions
84
answers
About
Software Developer. Author of Json.NET. Not Batman.
@JamesNK
James Newton-King questions
The best way to assert pre-condition and post-condition of arguments and values in .NET?
Comparing two variables when the value is the same but the type is different (e.g. Int16, Int32, Int64)
Reuse an MVC area in multiple MVC applications?
New dynamic variable in C# 4.0
Link to a Twitter profile using the internal ID rather than the screen name
NUnit with Windows Phone 7 [closed]
WiX installer that always installs to "Program Files" directory on both x86 and x64
How to convert DateTime to TimeSpan in Entity Framework query
Create 64 bit registry key (non-WOW64) from a 32 bit application
Does Windows Phone 7 support the dynamic keyword?
James Newton-King answers
How can I create a custom JSchemaGenerationProvider that adds a title attribute to both the model and to the model's properties?
Json.NET + VerificationException Operation could destabilize the runtime
Consuming JSON-RPC web services in .NET
Windows.Web.Http.HttpClient#GetAsync throws an incomplete exception when invalid credentials are used with basic authentication
Are there options with Json.NET that can have it deserialize inconsistent json types into objects?
Partially deserialize with JSON.NET, keeping some fields raw
Deserialization of self-referencing properties does not work
Requirements for JSON Parser
JSon.Net JObject.FromObject Vs JsonConvert.DeserializeObject<JObject>(JsonConvert.SerializeObject(obj));
Incorrect serialization in C# using JSON.NET