c# - Need an advice about application's architecture -


i trying build application's architecture these days , glad hear advice. here details application itself. has web ui customers register , pay (with credit card) sort of services. have provide info because these services based on it. example dates schedule service work. of course can check status of order via site.

also have database (classic relational database or no-sql database not sure better in case) located on other physical machine. have take customers' info , store db in order make work based on it. besides there windows service or it's linux analogue makes main job. should create processes based on information in database job. in other word services mentioned in beginning provided not business logic of web site of windows service. of course during work service stores information database or update in way.

recently have read book applications architecture microsoft , introduce there many approaches build application. example ddd or client / server or components based architecture on. confused suitable in case. please advise me something. in advance.

take 10 steps , learn programming. seriously.

recently have read book applications architecture microsoft , introduce there many approaches build application. example ddd or client / server or components based architecture on

this part of problem. ms did none of that. these concepts around 20 years ago. around 10 years ago. book ms presents them you. tink book makes understanding them?

things little more complicated.

take question, replace "application" "car" etc. , may realize how funny question is. "need advice car architecture" etc. - seem have shallow understanding of talking about.

also have database (classic relational database or no-sql database not sure better in case)

you know relational database about? ever heard of acid conditions? if not - learn them.

i suggest profesional help. why? because otherwise moment credit card data gets stolen (and no, wont know how write secure code understanding of sql showed) in legal pain hell. sue - customers, credit card companies (you know how treat credit card data, right - mean, legally).


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -