Tagged Questions

3
votes
3answers
547 views

HL7 object model for .NET

Searching for a library or framework that would provide an object model, parsing, validating, etc The idea would be to be able to spin up a new object of type hl7 v2 or v3. Then perhaps call it …
3
votes
6answers
560 views

Which is the faster way to interact with SourceSafe? Command line or object model?

Our project is held in a SourceSafe database. We have an automated build, which runs every evening on a dedicated build machine. As part of our build process, we get the source and associated data for …
2
votes
3answers
132 views

Regarding SPLongOperation Object In SharePoint 2007

I am using the SPLongOperation Object in my project to introduce a delay while navigating to a new page.The in-built page uses the default css styles and branding. I want to customize this page …
1
vote
1answer
48 views

When should transient properties in CoreData be included in the object model?

I am unsure about the correct definition of transient properties: One can define transient properties in the object model and then calculate them when needed in the related class. But things work …
1
vote
4answers
139 views

A practical object-oriented design question

I'm making the switch to a more object-oriented approach to asp.net web applications in a new system I'm developing. I have a common structure which most people will be familiar with. I have a …
1
vote
4answers
109 views

In Squeak, how to wrap every method send?

I created a class, and in that class I have a method 'sendMessage: to: withArgs:' which recieves an object, a message and an array of arguments. The method is used to send messages to object and …
1
vote
2answers
238 views

Excel add-in transferring data from sheets to database: file path problem

I wish to create an addin for excel which can read the current sheets data and then insert it into database. The database connection requires the file location. Therefore that approach cant be applied …
0
votes
1answer
16 views

How to read Dbml file and map it into an object model in .net?

Im planning to write a code generator to generate UI (forms, grids, etc.). Since i'm using Linq i'm planning to read dbml file for metadata extraction purposes. I wonder if there is some Api to read …
0
votes
1answer
69 views

Create an external table in access with outlook contacts programmatically

I'm not sure if this is possible, but i would like to create an external table in access with outlook contacts programmatically. I've searched in the Microsoft Access object model, but couldn't find a …
0
votes
1answer
162 views

subsonic asp.net 3 layer architecture object model

Hi there, i've been using subsonic for two years now (actually i'm using 2.1 version in my projects right now). I'd like to structure a new project this way: presentation layer + business layer + …
0
votes
4answers
187 views

.NET tree object model

I like Microsoft's winforms tree-view object model. It has the tree, nodes, children collection, parent, prev, next (sibling) etc and search function. However I'm looking for the same object model …
0
votes
1answer
78 views

how to use the Automation object model of Microsoft Office packages (Word, Excel, etc.) in “plain” COM/ActiveX

I finally found the object model documentation for Microsoft Office. However it talks about interop assemblies and stuff that sounds like .NET. I don't use .NET directly, and don't really want to …