Tag: interview questions
C#.NET Interview Questions and Answers – Part 1
C#.NET Interview Questions and Answers – Part 1 1. What is an Assembly in .NET? An assembly is a unit of deployment in .NET. The assembly can either be an exe file or a dll (library). When there is an entry point for the assembly, then it’s an exe else it is a dll file. The advantage of the dll is that it can be…
What Credentials are used when running with web context in SharePoint?
What Credentials are used when running with web context in SharePoint? The App Pool Identity of the SharePoint application is used when running with the SPSecurity.RunWithElevatedPrivileges mode.