Click here to Skip to main content
15,896,308 members

Comments by code4Better (Top 50 by date)

code4Better 12-Nov-20 8:18am View    
Thank you Richard. Appreciate your help!
code4Better 12-Nov-20 7:00am View    
Thanks Richard. I read it what i understood is GetHashCode helps in faster retrieval of keys which means faster comparing. Is this true?
code4Better 1-Aug-20 7:28am View    
Yes, we can. Thank you!
code4Better 31-Jul-20 4:08am View    
Thank you for the response @F-ES Sitecore. The Liskov Substitution Principle says that "the object of a derived class should be able to replace an object of the base class without bringing any errors in the system or modifying the behavior of the base class". When it says with out modifying the behavior, virtual override cannot be used with out abstract or interface. This means to adapt LSP, class should have an interface or abstract as base class. This was my confusion.
code4Better 6-Apr-20 4:08am View    
Thank you very much Maciej.