Tagged Questions

1
vote
4answers
66 views

Using Entity Framework generated classes in Business Logic Layer

I have a ASP.net (C#) project that is using a three layer architecture. I started to use Entity Framework in my DAL and the question is to what extent classes generated by Entity …
0
votes
3answers
44 views

Business Objects - Containers or functional?

Where I work, we've gone back and forth on this subject a number of times and are looking for a sanity check. Here's the question: Should Business Objects be data containers (mor …
0
votes
3answers
37 views

.NET Service burden of using Entity Translator

We have incremental burden of maintaining EntityTranslator to transform the business messages to the service message and service message to business message in .NET and WCF applica …
0
votes
1answer
18 views

Business Objects XI link to report

Hi, Does anyone know how if there is a way to link to a Folder or Report contained in Business Objects Enterprise? I would like to add a link on my intranet web site to a Report. …
0
votes
1answer
29 views

How to Hyperlink to a Business Objects Report in Infoview

Is there a way to craft a hyperlink that connects to a Crystal Report or Webi within Infoview? Ideally, unauthenticated users would be challenged with Infoview security and then re …
0
votes
2answers
50 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
68 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 …
0
votes
0answers
108 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.
0
votes
2answers
56 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 …
0
votes
1answer
31 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
2answers
87 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 …
1
vote
4answers
81 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 …
0
votes
4answers
55 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
6answers
156 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 …
2
votes
5answers
371 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 …

1 2 3 4 5 next
15 30 50 per page