Define satelite assembly?
No Answer is Posted For this Question
Be the First to Post Answer
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
What is an Exception? How many exceptions exist in Dot net and explain them?
What is the concept of inheritance and how it works in .net?
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
What does mean by .net framework?
Explain what is the difference between encrypting a password and applying a hashing?
what is machine key error in .NET how can we solve it?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What are the types of jit?
can we use private assembly in other project in dot net.
How to manage pagination in a page using .net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }