S
S
Sergey Konovalov2015-08-18 23:38:11
Database
Sergey Konovalov, 2015-08-18 23:38:11

What technologies are currently used to work with the database?

There is an old application, something like home accounting, it was written quite primitively, wpf + ado + sqlite. I want to rewrite it to learn how to use up-to-date technologies and use it as some kind of portfolio when applying for a job.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2015-08-19
@zakar1ya

Throw an ORM on top, instead of direct ADO.Net, and you will have modern technologies. The trend is obviously Entity Framework, although NHibernate is an ageless classic.
You can get confused over the architecture, up to the division into client and server - then there will be a place for the Web API.
Or another option is to drag a documentary database, although for accounting it is not a fact that this is a good solution (unless in a pair with a relational one, to store the characteristics of your goods).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question