Dotnet based technical interview question answer 2016

Dotnet based technical interview question answer 2016. 1.Write a simple Windows Forms MessageBox statement. 2. System.Windows.Forms.MessageBox.Show (“Hello, Windows Forms”); Can you write a class without specifying namespace? Which namespace does it belong to by default?? Yes, you can, then the class belongs to global namespace which has no name. For commercial products, naturally, you wouldn’t …

Read more

DotNET Technical Interview Questions 2016

DotNET Technical Interview Questions 2016. 1. How many languages .NET is supporting now? Ans : When .NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. The site DotNet Languages. Net says 44 languages are supported.. 2. How is .NET able to support multiple languages? Ans : A language should comply with …

Read more