ideablade

How to stop Ideablade DevForce writing to C:\Program Files\AppName\debuglog.xml in Vista

I have an application that uses Ideablade Devforce as it's OR mapper. When the application starts up it wants to write to the debuglog.xml file in C:\Program Files\Application Name\ This works fine in Windows XP, but due to Vista's locked down write access to Program Files, the app throws and error. Is there a way to stop Ideablade want...

Would you use IdeaBlade with DevExpress controls for an N-Tier system?

I’ve worked on numerous projects where we’ve developed our own frameworks and platforms from scratch and it was never really successful and I’m re-evaluating to rather use a commercial product to assist us with our product development. If you get a chance to develop an N-Tier system with a SOA layer from scratch would you recommend Idea...

Ideablade Update

Hi, I'm using IdeaBlade version 3.6. I noticed the following generated SQL update query : (@P1 nchar(32),@P2 nvarchar(32),@P3 nvarchar(512),@P4 nchar(32),@P5 int,@P6 nvarchar(32),@P7 int,@P8 datetime,@P9 datetime,@P10 datetime,@P11 int,@P12 datetime,@P13 int,@P14 int,@P15 int,@P16 nvarchar(32),@P17 nvarchar(128),@P18 nvarchar(32),@P...

What are some of IdeaBlade's limitations?

I will start a project that needs a web and desktop interface. One solution seems to be IdeaBlade (http://www.ideablade.com). Can anyone who uses it describe its limitations and advantages? Is it testable? Thanks, Alex ...

How do i Moq an Ideablade Entity 'IRepository'

I haven't been able to find anything on setting up an IRepository<> through moq for IdeaBlade, I was wondering if anyone has had the pleasure of setting one of these up before and is kind enough to shown some light for me. Thanks! ...

How to edit a Word Document (.docx) stored in a SQL Server Table?

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 Ideablade Write BLOB to disk as .docx Open .docx using Word User makes changes Save .docx using Word Read .docx into BLOB Write BLOB back to SQL Table through Ideablade All sample code is...