What is new in .net core?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Dot Net General Interview Questions

Explain how does assembly versioning work?

0 Answers  


What are situations when you register .NET assembly in GAC ?

0 Answers   UGC Corporation,


Explain the features that are common to all .Net languages.

0 Answers   Accenture,


What is stored procedure ? how we use it in .NET ?

0 Answers   MCN Solutions,


How many types of generations are there in a garbage collector?

0 Answers  






What is use of ContextUtil class?

1 Answers  


Difference between machine.config and web.config?

0 Answers  


can we use private assembly in other project in dot net.

3 Answers  


How is .net able to support multiple languages?

0 Answers  


Please explain what is the difference between constants and read-only variables?

0 Answers  


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

3 Answers  


What is the difference between user control an custom control? Advantages/disadvantages?

0 Answers  


Categories