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

Comments by Daskul (Top 18 by date)

Daskul 27-Jan-13 5:59am View    
NO i dont want to create polygon shape.
I want to create a line with a custom shape at its end like this:

----------------> for triangle or ------------------<> for diamond like in the UML diagram aggregation and composition
Daskul 7-Jan-13 8:42am View    
What is the term for Views, Functions, Stored Procedures, Routines? Is there some kind of thing like them that returns multiple row data so that I can omit the SELECT statement?
Daskul 6-Jan-13 6:10am View    
Do you mean I need to create two ViewModels? AuthorViewModel and BookViewModel that will contain ObservableCollection of AuthorViewModel?

But I want my Models be synchronized to whatever changes happened so that when I want to save my Models data lets say in a persistence storage.

How can I do that? I dont want to use the ViewModels data instead of MOdels data to be saved in persistence storage. Because base on what I understand about MVVM, ViewModels are just for supplying data on VIews and not on Business Layer.
Daskul 14-Dec-12 1:12am View    
Sir can i ask how to implement or more detailed approach on the Type class? how can i use it? what should be the content of the class? who extends it? who and how will i interact with the object?

as well as the relationship. cant quite figure out how to implement it. can you make it crystal clear for me sir?

thanks a lot
Daskul 12-Dec-12 20:45pm View    
ALL answers, comments, questions are VERY much accepted :-)
can you some reference about OOP, Interface Programming and other important concepts of software engineering? cant find ebooks on some of those.