What is the benefit of .net core?


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

Post New Answer

More Dot Net General Interview Questions

What are the fundamental objects in ADO.NET?

1 Answers  


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!!!

3 Answers   3i Infotech,


What is the Difference between directcast and ctype?

3 Answers   Wipro,


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

0 Answers  


Can "this" be used within a static method?

0 Answers  






How will you make .NET programs work in Linux ?

0 Answers  


What are the namespace available in .net?

0 Answers  


What is the use of system.diagnostics.process class in .net?

0 Answers  


How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Explain what is the difference between web application and enterprise application?

0 Answers  


How do I spawn a thread?

0 Answers  


Categories