What versions of .net are there?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What are an object and a class?
What is data type and how many types of data types are in .NET ?
What are the providers available with VS.NET ?
What is .net core used for?
what is the difference between class and structures?
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 is 3 tier architecture?
Is .net core the future?
Is string a value type or a reference type?
How viewstate is being formed and how it is stored on client in .net?
what is a strong name?