Windows Authentication and SQL Server authentication - C#.NET

Out of Windows Authentication and SQL Server authentication, which one is trusted?

Windows Authentication is trusted because the username and password are checked with the Active Directory.
Throw your own exceptions - C#.NET
C#.NET - It is a bad idea to throw your own exceptions. comment - Throwing your own exceptions means there is some design problem in the program...
How do you inherit derived class from a base class in C#.NET?
C#.NET - How do you inherit derived class from a base class in C#.NET? - By using colon and then the name of the base class...
Protected class-level variable in C#.NET
C#.NET - Protected class-level variable in C#.NET - It can be inherited by the classes in the same namespace...
Post your comment