What is a Strong Name?
Answer / guest
A Strong name is required to uniquly identify an assembly.
A strong name inludes nameof assembly,version
number,culture identity,and digital signature generated
over the assembly
| Is This Answer Correct ? | 9 Yes | 0 No |
How many design patterns can be created in .net?
How to create multiple inheritance in c#, with example?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Explain asp.net?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Explain the differences between server-side code and client-side code.
What is cyclomatic complexity and why is it important?
What is managed code and managed data in .net?
Is .net core stable?
Write the .net syntax for 'while loop'?
Explain what are possible implementations of distributed applications in .net?
What are the differences in C# .Net and ASP .Net.