Questions every good NET developer should be able to answer

0 votes
My company is in the process of hiring.NET professionals. We deal with ASP.NET, Compact Framework, Windows forms, and Web Services, among other.NET platforms. I'd like to put together a list/catalog of useful questions as a type of minimal criteria for determining whether or not the applicants have prior experience.

What questions do you believe a good.NET programmer should be able to answer?
Jun 11, 2022 in C# by jyoti
• 1,240 points
389 views

1 answer to this question.

0 votes

I have these two great links for answers related to the interview questions:

http://www.hanselman.com/blog/what-great-net-developers-ought-to-know-more-net-interview-questions

http://www.hanselman.com/blog/aspnet-interview-questions

Other than these, you can also find out the answers to these questions:

  • What is Reflection?
  • Difference between process and thread
  • Difference between DLL and EXE file
  • Difference between Finalize() and Dispose()
  • Difference between abstract class and interface. When to use them and how?
  • Difference between viewstate and sessionstate
  • What is Fulltrust? Examples
  • What is generics?
answered Jun 23, 2022 by krishna
• 2,820 points

Related Questions In C#

0 votes
1 answer

Questions every good .NET developer should be able to answer?

If I were interviewing someone who knew ...READ MORE

answered May 30, 2022 in C# by rajiv
• 1,620 points
461 views
0 votes
0 answers

Questions every good .NET developer should be able to answer?

Developers for.NET will soon be hired by ...READ MORE

Dec 9, 2022 in C# by Edureka
• 13,620 points
244 views
0 votes
1 answer

What is the best C# to VB.net converter

Telerik has a solid SharpDevelop-based converter that ...READ MORE

answered May 30, 2022 in C# by rajiv
• 1,620 points
1,321 views
0 votes
1 answer

A good and complete tutorial about reflection in .NET?

First, go to this link http://www.codeproject.com/Articles/55710/Reflection-in-NET Also, you ...READ MORE

answered Jun 6, 2022 in C# by pranav
• 2,590 points
309 views
0 votes
1 answer
0 votes
2 answers

Is there a .NET equivalent to Apache Hadoop?

Hadoop is a Java-based platform. So, to ...READ MORE

answered Jul 16, 2020 in Big Data Hadoop by Suhana
• 340 points
1,417 views
0 votes
1 answer

Validate String against USPS State Abbreviations

Try something like this: private static String states ...READ MORE

answered Sep 20, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
698 views
0 votes
1 answer

Authenticate on an ASP.Net Forms Authorization website from a console app

Essentially, we need to record a regular ...READ MORE

answered Sep 20, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
610 views
0 votes
1 answer

How to send email in ASP.NET C#

You can try this using Hotmail like ...READ MORE

answered Jun 14, 2022 in C# by krishna
• 2,820 points
619 views
0 votes
1 answer

How do I turn a C# object into a JSON string in .NET

Newtonsoft.json can be used to accomplish this. ...READ MORE

answered Jun 13, 2022 in C# by krishna
• 2,820 points
363 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP