Click here to Skip to main content
15,883,811 members

Comments by John-ph (Top 16 by date)

John-ph 7-Mar-14 21:29pm View    
Deleted
sample task is in progress
John-ph 26-Sep-13 0:55am View    
just out of curiosity! Where do you keep your models in this architecture? How does the data transfer happens between the layers? What do you use for data access, EF/ADO.NET/any other ORM?
John-ph 30-Aug-13 4:19am View    
what is the error message?
John-ph 28-Aug-13 5:00am View    
A derived class inherits the behaviours of a base class which means a child inherits the characteristics of a parent. it's possible, right? Think the other way round. Actually in the above code you are not trying call the constructor but you are trying to assign an instance of base class object to its' own child which is not possible.
John-ph 28-Aug-13 4:55am View    
Deleted
A derived class inherits the behaviours of a base class which means a child inherits the characteristics of a parent. it's possible, right? Think the other way round. Actually in the above code you are not trying call the constructor but you are trying to assign an instance of base class object to its' own child which is not possible.