0
votes
1answer
19 views
Usings SAFEARRAYs with VB.Net
I'm using the BusinessObjects SDK to interact with objects in its repository.
The File Class has methods for sending/receiving (CopyTo and Overwrite) binary data to/from the File …
0
votes
2answers
39 views
Java: Can a desktop App log-in in a web app and retrieve a “session” object to authenticate itseft in other apps which trust the web app?
I don't know if this question has any sense, but this is what my boss want.
I work in a company with an intranet web.
In my department we have developed an application wich conn …
0
votes
1answer
38 views
DevExpress Xtrareports using a Business object as a datasource
Hi
I am trying out DevExpress Xtrareports, but have asimple problem that I am not able to find an answer to.
In an Asp.net website project, I want to add a business object to my …
2
votes
5answers
264 views
UI, Business Logic Layer, Data Layer and where to put web services
We are developing a web application. We want to possibly reuse the work we do here for a different application that will use the same database, and use the same business rules for …
0
votes
1answer
24 views
SubSonic 2.x - Configuring Object Datasource - Missing My DAL!
I've got two main sprocs that I'd like to link up to two separate object data sources.
I generate my DAL in a separate project, and simply import the DLL into my current project.
…
1
vote
6answers
127 views
How to handle null values in my business objects
Let's say I have a custom class like this one:
public class Customer
{
public int CustomerID { get; set; }
public string CompanyName { get; set; }
p …
0
votes
0answers
99 views
Develop Monthly and Weekly Employee Salary Report by Department [closed]
i want to develop the web intelligence report with weekly and monthly salaries of employees in devision with departmentwise. can any one help me.
1
vote
4answers
71 views
Can we use Extension Methods for building business rule engines?
I am looking to do something like this
public class ProductBiz: BizBase<Product> {
public List<String> BrokenRules {get;set;}
// Some kind of data + biz operation im …
1
vote
2answers
54 views
Business logic in a data object vs. coupling vs. DTO (vs. ?)
I've got a set of business/domain classes (for a calendar) that are going to be exposed in an internally-public API. In the same API, there are data objects that directly mirror th …
0
votes
2answers
51 views
Is nHibernate intended to replace database objects?
I've not yet found a clear answer to this and to clarify:
With nHibernate and SQL server are you expected to disregard or migrate your business logic stored in your stored procedu …
17
votes
11answers
748 views
What are some good open source c# examples of quality domain models.
I'm a pretty young developer, and still in the emulation phase of my career. I have read a lot about some topics like concurrency, and using unit of work to allow your business la …
0
votes
2answers
28 views
Migrating BO Reports between environments
We have the standard 3 environment setup of development, testing and production. Each environment has their own report server, web server, database server, etc.
Part of our migra …
1
vote
2answers
103 views
How to databind to a dropdown list of user defined types?
I have a dropdown list containing the days of the week - Monday to Sunday. It is populated with a user defined type of two values that map the numeric day of the week to it's name. …
1
vote
2answers
101 views
Business objects frameworks for C# and .net
Is there any other open source BusinessObjects framework available like CSLA for C#?
0
votes
0answers
29 views
Programmatic Integrity Check Creating False Positives
I created an application that automates some of the mundane tasks of using business objects designer. One of the tasks it performs is documenting a universe after creation, and rec …
