Im required to write a Silverlight application using WCF. I\'m also required to use Dependency Injection to gain access to this service in another library.
I created a modular application where each module only communicates through the other one with strong interfaces.Recently I found that we failed to separate the modules completely because there is a s
Let\'s say I 开发者_Go百科have a one-to-many relationship between Person and Pet entities (linked with a simple table with fields PersonID, PetID).If I do this:
We are in the process of choosing a way to isolate our .NET client applications from a SQLServer database and we are leaning toward the DevForce ORM.
With the below binding in XAML, the selected item is not displayed in a combobox (specifically, the current type is not displayed for a site). We are using the caliburn micro framework and DevForce Id
I can\'t add the reference to the HibernatingRhi开发者_开发问答nos.Profiler.Appender.v4.0.dll in the silverlight application because it is not a silverlight dll? I can add it to the web project but th
When I right click on the T4 file and Run Custom Tool, I get the errors Compiling transformation: Metadata file \'IdeaBlade.VisualStudio.DTE.dll\' could not be found
I have a data contract say User. It is serializable and goes across the wire. I want an Operation Contract SaveUser(). I can keep SaveUser(User user) in my service contract as an operation contract. B
How to edit a Word Document (.docx) stored in a SQL Server Table? Here is the tentative work flow: Read BLOB from SQL Table through Ideab开发者_如何学JAVAlade
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.