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 |
What is the use of gacutil.exe?
What distributed process frameworks outside .NET do you know?
Difference between VB.NET and C#. Which is faster ?
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
Tell us why do we use the “using” statement?
How many types of transactions are there in com + .net ?
Which property is used in the email to send the content as HTML
What is strong-typing versus weak-typing? Which is preferred?
What is the difference between .net and laravel?
Explain security measures exist for .net remoting in system.runtime.remoting?
What is a delegate in .NET?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?