Explain what is the difference between a class and an object?
No Answer is Posted For this Question
Be the First to Post Answer
what is event inheritance and event delegation?
What are the namespace available in .net?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What is a variable of implicit type and what is its scope?
Explain .net framework overview?
Difference between user groups and code groups
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Explain what is the difference between constants and read-only variables?
What is the advantage of .net core?
Explain weg config settings for exception managment in asp.net?
What is an exe and a dll?