Bank Applications

  • Thread starter Thread starter Artificer
  • Start date Start date
A

Artificer

Is asp.net 2.0 appropriate to develop bank application or is intended
for less usage intensive environment. Are there any bank application
developed on it?
 
So, you're writing a bank application *and* a school management application ?
You're a busy bunny, aren't you ?

:-)

Re Bank Application intensive usage:

Any financial web application is just a front-end to data stored in databases.

ASP.NET, with a suitable database back-end
is capable of handling millions of hits daily.

Handling the traffic banks need is easily within ASP.NET's reach.

Re School Application:

That should be a trivial application to write and implement.



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Actually I am just writing the school management system the question
about the bank application was actually for reference and evaluation
purposes only and because I might have to work with a bank application
by the end of the year!
 
Uzytkownik "Artificer said:
Is asp.net 2.0 appropriate to develop bank application or is intended
for less usage intensive environment. Are there any bank application
developed on it?

ASP.Net is perfect choice for front-end application. It is fast, secure and
scalable.
I suppose that many banks utilize its goods e.g. two Polish banks where I'm
working,
are partly wrote in ASP.Net (soon old ASP will be replaced at all).
 

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