Hi all,
Which framework or set of technologies would you use to build an enterprise
bookkeeping application?
Application must use business objects, UI will be developed as a client
application using Windows Forms and WPF, and later a web UI will be added.
What to use for business object support?
I've found http://www.lhotka.net/cslanet/?
What about http://nettiers.com/ ?
Tnx!
Michael D. Ober - 10 Mar 2008 03:45 GMT
> Hi all,
>
[quoted text clipped - 8 lines]
>
> Tnx!
None - by the time you finish, you will have spent as much as if you had
simply purchased it. Now to the technical answer - framework 3.0 or later.
Arne Vajhøj - 10 Mar 2008 04:10 GMT
> Which framework or set of technologies would you use to build an
> enterprise bookkeeping application?
> Application must use business objects, UI will be developed as a client
> application using Windows Forms and WPF, and later a web UI will be added.
>
> What to use for business object support?
.NET comes with most you will need.
I would add an O/R mapper like NHibernate or LLBLGen for persistance,
possible a DI framework like Spring.NET, log4net for logging, NUnit
for unit tests and maybe some more configuration management tools
(but that is outside my area of expertise).
Arme
Sergio - 10 Mar 2008 16:08 GMT
> .NET comes with most you will need.
>
[quoted text clipped - 4 lines]
>
> Arme
Tnx for your answer, goin' to examine .Net in more detail. ;)
hp.haberlandner@gmx.at - 11 Mar 2008 14:34 GMT
> Hi all,
>
[quoted text clipped - 8 lines]
>
> Tnx!
Have a look at Enterprise Library (http://www.codeplex.com/entlib)
from Microsoft. It is a mature library covering basics like exception
handling, logging, validation or caching in a very complete, flexible
and modular way.
If your focus is on business objects have a look at Persistor.NET
(www.persistor.net) for persistence. It provides a very easy way to
store your objects.
Hans-Peter
Persistor.NET Team