Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Yurii Hohan
Yurii Hohan has asked
18
questions and find answers to
5
problems.
Stats
149
EtPoint
14
Vote count
18
questions
5
answers
About
My name is Yuriy Hohan. I am a Software Engineer currently working at Acudev.
Yurii Hohan questions
Castle windsor 3.0 and ASP.NET MVC Controllers
Storing a Dictionary with polymorphic values in mongoDB using C#
Query the MongoDB for the documents whose id-s are contained inside a list
Sort a Dictionary<int, List<int>> by keys + values inside list
Why would one use the ChannelFactory to instantiate a WCF proxy rather than a Service Reference?
Combining AjaxOnlyAttribute and ChildActionOnlyAttribute into one action filter
IsoDate and DateTime in MongoDB using C#
How safe is MongoDB's safe mode on inserts?
Upserting in Mongo DB and the Id problem
Why there is a restriction for explicit casting a generic to a class type but there is no restriction for casting a generic to an interface type?
Yurii Hohan answers
Asynchronous vs. Synchronous socket server for real-time application
How safe is MongoDB's safe mode on inserts?
How do I put new List<int> {1} in an NUNIT TestCase?
Storing composite/nested object graph
Interpreter Pattern example