What is a .DLL and .EXE files called in .NET?
No Answer is Posted For this Question
Be the First to Post Answer
What is shared and repeatable inheritance?
Types of JIT and what is econo-JIT ?
Why do we use the “using” statement?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
How many types of transactions are there in com + .net ?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What are the similarities and difference between class and structure in .net?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
How do we access crystal reports in .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; }
what are connection strings?
What does the "EnableViewState" property do?