Blog

Web Services Interview Questions

Top 10 Soap vs Rest Interview Questions & Answers | 2023

SOAP (Simple Object Access Protocol) and REST (Representational State Transfer) are two popular architectural styles used for designing web services. They have distinct differences and use cases. SOAP is a protocol that allows programs running on different operating systems to communicate with each other over the internet. It relies on XML (eXtensible Markup Language) for …

Top 10 Soap vs Rest Interview Questions & Answers | 2023 Read More »

entity framework created date modified date

Entity Framework Created, Modified Date, Set Automatically | 2022

In this article, we will show the example of auto-populating the fields of auditing such as created date, modified date, CreatedBy & UpdatedBy using ef(entity framework). So, anywhere in our application, we do not have to write the same line of code. Audit Columns in the Database Auditing columns are the fields that take care of keeping track of each record when it was created, modified, and who created this …

Entity Framework Created, Modified Date, Set Automatically | 2022 Read More »

Scroll to Top