Tutorial by Examples: close

public class ConnectionManager { private XmppClientConnection _xmppClientConnection = null; public ConnectionManager() { if (_xmppClientConnection == null) { _xmppClientConnection = new ...
cf logs AppName --recent Note, depending on who is hosting your CF app, the size of this log may be limited.
Here, we try to explain OCP using codebase. First we'll show a scenario that violate OCP and then we'll remove that violation. Area Calculation (OCP violation Code) : public class Rectangle{ public double Width {get; set;} public double Height {get; set;} } public class Circle{ public do...

Page 2 of 2