1
Answer

How do I explain a 2 year long Career Gap

Kishan H

Kishan H

8y
443
1
I am a .Net developer with 4.3 years of experience. But now I have a career gap of 2 years. I am looking for job in the same field. So How do I explain a 2 year long Career Gap? I have done some freelancing work in the same tecnology during this period. So will it work?
Answers (1)
0
Peter

Peter

NA 4 0 15y
That much I know.  My question is, why one PC converts 1 to string and gets "1" and the other does the same thing and gets "1.0"?
0
Manish Dwivedi

Manish Dwivedi

NA 8.3k 1.2m 15y
Hi

This is happening due to this res = "1.0" {string} while converting.

because you are using int.TryParse so u have to pass the values like 1,2,123,10 etc in the res parameter.

I think u got it.