Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
3ndriu1937yIt's funny because I was recently debugging some Java code at work and I really encountered a class named ProblemFactory 😂
-
@qbasic16 I am using mongodb. when i update c# driver to v2 it giving an BsonSerializationException
-
@Asifshaikh hmm sounds like either a datastructure problem in the class or a driver problem. Have you tried turning it off and on again or consult Dr. Stackoverflow? ;)
Maybe you forgot a [...] directive for the serializer to recognize how to handle the class property ;) -
@qbasic16 yup... Its our family doctor.. already consulted it has solution too .. but if i use those solution it generates a problem with webservices.
-
@Asifshaikh oh, now I totally understand your choice. Nobody wants to go down that rabbithole. >2 layer deep stackoverflow searches are too much ;)
-
@qbasic16 c# is not that much bad. But i have an more confidence in java so it'll get simpler to fight with problems in more familiar language
I had problem with c# for my project, so I switched to java..
Now I have problemfactory.
undefined