Write high-quality code C # program to improve the 157 recommendations

Excerpt from blog 

JesseLZJ https://www.cnblogs.com/jesselzj/p/4724887.html

Write high-quality code C # program to improve the 157 recommendations -

  1. Reduce / avoid packing operations   detail
  2. Use the default transition method  details
  3. Casts VS AS, IS  details
  4. TryParse> Parse  details
  5. Using a null value of type int: ? Nullable <int> I = null / null = I int (? T is Nullable <T> is the abbreviation) Long

Guess you like

Origin www.cnblogs.com/codecheng/p/11429634.html