Explain me what is an anonymous method and how is it different from a lambda expression?
No Answer is Posted For this Question
Be the First to Post Answer
what is managed data and managed code?
Explain about the features and elements present in Visual studio.NET IDE?
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
Compare client server application with n-tier application
Explain how viewstate is being formed and how it's stored on client in .net?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
State the differences between the dispose() and finalize().
What is MSIL code ?
What makes .net core cross platform?
How can I get at the win32 api from a .net program?
Explain is the jit an interpreter?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?