Financial sample kits

  • Thread starter Thread starter drewdr
  • Start date Start date
D

drewdr

I've been looking for some simple stocks, or banking, or accounting
apps/kits/modules using ASP.NET.

The only thing I've found is the old Fitch & Mather application (which
will not even install unless you have the original 1.0 Framework)

Any pointers ?
 
I have to agre with Jon - quite a broad request... And these things aren't
usually hard to do, and most likely they will necessitate using things like
web services for the stock quotes (often you have to pay to use them, and
each provider tends to have their own proprietary "API"). Pretty hard to
make a site like that. Same for payment processing, there aren't a whole lot
of places that will process credit cards (and sometimes you need a merchant
account or such), so that makes it difficult again to provide helpful
samples... Calculating things like shipping and tax (both tend to vary by
location) can be a pain too, and again, it is very dependent on what
courriers you use and where you live - can't provide useful sample code yet
again. Banking-wise, well, it depends what you mean by that. If you mean
things like loan calculators and such, then it's only a matter of knowing
the math. As for balance transfers and such, then your underlying DB tends
to matter quite a lot (these things are very transactional), business rules
depend on the schema, etc.

If you're more specific in your request perhaps we know of something that'll
help, but often you'll just have to do it all by yourself.
 
I've been looking for some simple stocks, or banking, or accounting
apps/kits/modules using ASP.NET.

The only thing I've found is the old Fitch & Mather application (which
will not even install unless you have the original 1.0 Framework)

Any pointers ?

I recently installed the Fitch and & Mather application sometime last
year and I didn't see anything about asp.net 1.0 was a requirement. If
you have 1.1 and VS 2003 it should run fine, and it should open up in
VS.NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top