Ask a Question related to ASP.NET General, Design and Development.
-
Carl Prothman [MVP] #1
Re: Business rule implementation
"Jake" <reachjake@hotmail.com> wrote
Jake,> I am tyring to locate some online documentation for good
> practices for implementing business logic.
>
Check out the following on-line documentation:
Application Architecture for .NET: Designing Applications and Services
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/AppArchCh2.asp[/url]
--
Thanks,
Carl Prothman
Microsoft ASP.NET MVP
[url]http://www.able-consulting.com[/url]
Carl Prothman [MVP] Guest
-
Using CSS class together with CSS Rule
Hi, I design my web site in Dreamweaver and then use Web Developer 2005 Express for the dynamic stuff. I amalgamate all the work I have done in... -
Space before and after a Rule
I am working in InDesign CS2 and I want know of anybody has figured out a way to put a predetermined space before and after a rule within a textbox... -
Update rule
Hello ! I wish to create a rule to write in records who and when modified them. I wrote : CREATE OR REPLACE RULE tarif_upd AS ON UPDATE TO... -
set metric rule
How do i change the IMPERIAL settings for the page ruler in Freehand MX (for Windows) to METRIC? - - - - - - - - - - - - - - - - - - - ->8... -
Rule of Thumb for the Day....
If you ever find yourself..... * Writing or invoking a deep copy method or... * Writing a whole lot of stuff to a file or pipe to be read by... -
Jurjen de Groot #2
Re: Business rule implementation
Jake,
I've been using the CSLA.NET framework. It's written by R. Lhotka
([url]www.lhotka.net[/url]) and is fully described in his book 'Visual Basic .NET
Business Objects'. It is completely written in .NET using VB.NET (and a
small portion of C#)
I've been using it for about 6 months now, it works great !! I'm using it in
Windows Forms apps as well as ASP.NET and can also be used in webservices.
There's an online usergroup as well so if you have questions. There are also
several code-generators available (free/shareware)
It will take some time to get 'into it' but once you've had a taste....
Jurjen de Groot
G.I.T.S., Netherlands
"Jake" <reachjake@hotmail.com> wrote in message
news:07a901c35bb4$2227a410$a101280a@phx.gbl...> Hi,
>
> I am tyring to locate some online documentation for good
> practices for implementing business logic.
>
> For example I have a situation where when a record in one
> table are updated the corresponding record in another
> table must be updated. I can do this in either the
> Business object with 2 stored procedures. Or in the 1
> stored procedure containing some Business rules, it would
> seem more efficient in the stored procedure, but I am
> trying to find out if this is good practice or if this
> logic should be in the Business Object?
>
> If anyone knows of some online documentation that would
> be great.
>
> Thanks in advance.
>
> Jake
>
Jurjen de Groot Guest



Reply With Quote

