What is value type and refernce type in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What is boxing?
What makes .net core cross platform?
Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above
Explain what relationship is between a process, application domain, and application?
What is static constructor, when it will be fired? And what is its use?
how can i create a table from front end to back end in wabe page?
what is assembly?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
Explain what is immutability, what is it for and how is it codified?
Is there a way to suppress the finalize process inside the garbage collector forcibly 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 does stateless mean?