Category: Entity Framework
-
Difference Between NTLM and Kerberos?
Windows New Technology LAN Manager (NTLM) and Kerberos is a suite of security protocols offered by Microsoft to authenticate users identity and protect the integrity and confidentiality of their activity. NTLM is still supported by Microsoft, it has been replaced by Kerberos as the default authentication protocol in Windows 2000 and subsequent Active Directory (AD)…
-
Six ways to build Entity Framework (Core and EF6) applications
Based on requirement, we can design and develop better application using Entity Framework. 1) Separation of Concerns (SOC) There is a software principal called Separation of Concerns (SoC), which says that you should: A) Put code that has a similar, or strongly related functions should be grouped together [cohesion]. B) Make each group or projects…