What is new in .net core?



What is new in .net core?..

Answer / Narendra

There have been numerous updates to .NET Core since its release. Some recent major features include Windows Desktop support (WinForms and WPF) with .NET 5, improvement in performance, cross-platform APIs, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the use of gacutil.exe?

1 Answers   Amazon,


What distributed process frameworks outside .NET do you know?

1 Answers  


Difference between VB.NET and C#. Which is faster ?

16 Answers   TCS,


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  


Tell us why do we use the “using” statement?

1 Answers  


How many types of transactions are there in com + .net ?

1 Answers  


Which property is used in the email to send the content as HTML

1 Answers  


What is strong-typing versus weak-typing? Which is preferred?

1 Answers  


What is the difference between .net and laravel?

1 Answers  


Explain security measures exist for .net remoting in system.runtime.remoting?

1 Answers  


What is a delegate in .NET?

1 Answers  


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

3 Answers  


Categories