Siva
Siva
CC#
Created by Fedoskin_Konstantin on 8/10/2023 in #help
❔ System Transaction and best using it
please take a look and let me know whether you are looking for this kind of information https://learn.microsoft.com/en-us/sql/connect/ado-net/local-transactions?view=sql-server-ver16
4 replies
CC#
Created by Fedoskin_Konstantin on 8/10/2023 in #help
❔ System Transaction and best using it
Do you need transaction for handling state of the objects not representing data from database ? Your question sounds like that. Generally database DML operations like insert, update, delete, select need transactions to isolate a business operation from other business operation based on the requirement. I hope you are referring to handling transaction of database operations in c#. We need more information about your requirements. Which .net version you are working ? (whether .net framework 4.5(kind of legacy now) or .net 5/6) Which database you are dealing with ? (Whether PostgreSQL, MySQL, SQLServer,..)
4 replies
CC#
Created by Aadarsh on 8/10/2023 in #help
❔ what do large scale enterprise level applications use?
I have worked in 2 angular projects for nearly 1 year and 1 react app for 2 months. In my opinion Angular is easy to adapt for some OOP programmers like c# or java. And My another opinion is React app can be better in terms of performance and light weight build output. React development needs some problem breakup in different angle for a backend c# developers Especially someone who is working since asp.net web forms days 🙂 . For me angular project structure is more or less like a backend project or asp.net mvc project. Ultimately this factors appeal to the team/architects/stake holders differently. Please correct me If I am wrong .
39 replies