111

I had problem with c# for my project, so I switched to java..
Now I have problemfactory.

Comments
  • 2
    What were the problems with C#, if I may ask?
  • 10
    It's funny because I was recently debugging some Java code at work and I really encountered a class named ProblemFactory 😂
  • 2
    @qbasic16 I am using mongodb. when i update c# driver to v2 it giving an BsonSerializationException
  • 3
    @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 ;)
  • 1
    @qbasic16 yup... Its our family doctor.. already consulted it has solution too .. but if i use those solution it generates a problem with webservices.
  • 2
    @Asifshaikh oh, now I totally understand your choice. Nobody wants to go down that rabbithole. >2 layer deep stackoverflow searches are too much ;)
  • 1
    @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
  • 2
    Never had problem with Mongodb while using C#... Have to look I think.
  • 1
    Nice 10000 days poster ;)
  • 2
    just create a singleton class named problem
  • 1
    LOL! Hilarious 😛
  • 1
    You had "IProblematic"
    Now you have "ProblemImpl"
Add Comment