Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
405 views

Rotating an image without the Image Processing Toolbox

I would like to rotate a non-squared image with Matlab: without using the imrotate function, since it is part of the Image Processing Toolbox, with the loose parameter, wich means the size of the ...
2
votes
1answer
152 views

Assembly Reference in Loose XAML

I have scenario where my loose xaml file can contain the custom control from another assembly. How do i make a reference to that assembly. My Loose XAML and assembly are at the same path. I know the ...
2
votes
7answers
515 views

Conceptual question: Loose Coupling

I am building a graphic board like project where i am facing a design issue. Main Class is Board which is a canvas responsible for handling mouse events when drawing shapes. It also has context ...
1
vote
2answers
126 views

Making OR/M loosely coupled and abstracted away from other layers

In an n-tier architecture, the best place to put an object-relational mapping (OR/M) code is in the data access layer. For example, database queries and updates can be delegated to a tool like ...
0
votes
1answer
58 views

base class property always null when creating objects from xaml

I'm trying to instance an object(s) from xaml. The object's class inherits from a base class. Everything works good except that the a base class property ("Key") is not setting correctly from xaml. ...