Most answered questions in C#

0 votes
1 answer

Are these interview questions too challenging for beginners?

As a new employee, I would expect ...READ MORE

Jun 11, 2022 in C# by pranav
• 2,590 points
385 views
0 votes
1 answer

When would you use delegates in C#

Delegates come in handy for a variety ...READ MORE

Jun 11, 2022 in C# by pranav
• 2,590 points
301 views
0 votes
1 answer

Encapsulation of subclasses from a constructor in C#

If you think about it in terms ...READ MORE

Jun 11, 2022 in C# by pranav
• 2,590 points
385 views
0 votes
1 answer

How abstraction and encapsulation differ

They are, in my opinion, slightly different ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
681 views
0 votes
1 answer

Comparison of C++ STL collections and C# collections

This is what I know Array - C ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
383 views
0 votes
1 answer

Datatypes in C#

You might be beginner I think. Go ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
284 views
0 votes
1 answer

What are major differences between C# and Java

Instead of listing out mutiple points, I ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points

edited Jul 4, 2023 by Khan Sarfaraz 297 views
0 votes
1 answer

.NET fiddle error when invoking Castle Windsor

It does, in fact, have something to ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
320 views
0 votes
1 answer

What extensions are there for generated C# files

This is by no means complete, but ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
293 views
0 votes
1 answer

How can I compile and run c# program without using visual studio

If you have.NET Framework v4 installed, then C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
911 views
0 votes
1 answer

Need a fast C# tutorial for (short-term) non-.Net programmers

First use this link http://www.thinkingparallel.com/2007/03/06/c-vs-c-a-checklist-from-a-c-programmers-point-of-view/ Second, ask them ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
276 views
0 votes
1 answer

Build a bot in Azure online code editor

Restart the Web App Bot and the ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
308 views
0 votes
1 answer

Which design pattern to use for pre-process process and post-process task

You have pre-defined and precise steps to ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
1,264 views
0 votes
1 answer

Multiple Inheritance in C#

The.net Framework CLR and C# hasn't been ...READ MORE

Jun 7, 2022 in C# by rajiv
• 1,620 points
381 views
0 votes
1 answer

Why should I avoid using Properties in C#?

Jeff dislikes properties because they resemble fields, ...READ MORE

Jun 7, 2022 in C# by rajiv
• 1,620 points
458 views
0 votes
1 answer

C# Potential Interview Question…Too hard?

This isn't a question I'd ask in ...READ MORE

Jun 7, 2022 in C# by rajiv
• 1,620 points
238 views
0 votes
1 answer

Good C# interview questions book

If you're simply familiar with the foundations ...READ MORE

Jun 7, 2022 in C# by rajiv
• 1,620 points
220 views
0 votes
1 answer

Is a Library a project or a C# source code file in Visual Studio?

A library project is a collection of ...READ MORE

Jun 7, 2022 in C# by rajiv
• 1,620 points
285 views
0 votes
1 answer

Print Pdf in C#

Using an installed Adobe Reader or any ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
633 views
0 votes
1 answer

Origin of the C# language name

The '#' is actually a musical sharp ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
293 views
0 votes
1 answer

Examples of dynamic polymorphism in c#

Check the example of polymorphism below. We ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
631 views
0 votes
1 answer

Which version of C# am I using

From developer cmd, type this csc -langversion:? This will ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
294 views
0 votes
1 answer

Windows Form application on Visual Studio Code?

There is a simpler way to achieve ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
7,140 views
0 votes
1 answer

How to iterate over a dictionary?

I have seen this being used. In ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
273 views
0 votes
1 answer

array of string with unknown size

Is there a specific reason why an ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
1,081 views
0 votes
1 answer

What is the difference between C# and .NET?

C# is a programming language, and.NET refers ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
511 views
0 votes
1 answer

Correct syntax for main method

Both ways are correct. But taking the ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
324 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

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

C# books or web sites for C++

I would recommend checking out C# in ...READ MORE

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

.NET Guitar Chord Library

It is true that finding something is ...READ MORE

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

Why does one use dependency injection?

I believe that many people are perplexed ...READ MORE

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

Convert VB.NET --> C# Projects

You may decompile whole Assemblies into Visual ...READ MORE

May 31, 2022 in C# by anonymous
487 views
0 votes
1 answer

C# - Can someone please show me a very simple example of Interfaces

Take this as example interface IFlyable { ...READ MORE

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

What are the differences between C, C# and C++ in terms of real-world applications?

C is a bare-bones, straightforward, and clean ...READ MORE

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

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

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

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

What are the correct version numbers for C#?

On Wikipedia, you may find the most ...READ MORE

May 31, 2022 in C# by rajiv
• 1,620 points
239 views
0 votes
1 answer

Mono C# tutorial?

For learning the language, any C# tutorial ...READ MORE

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

Why program working differently on every run when using async?

You can use the async Main method ...READ MORE

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

What is the best C# to VB.net converter

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

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

Rich Text Editor on a web page

Perhaps something along the lines of TinyMCE ...READ MORE

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

Convert VB.NET --> C# Projects

You may decompile whole Assemblies into Visual ...READ MORE

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

Convert VB.NET --> C# Projects

Can someone suggest a suitable program that ...READ MORE

Dec 12, 2022 in C# by Roshan
• 300 points
438 views
0 votes
0 answers

What's the strangest corner case you've seen in C# or .NET?

I have a small collection of puzzles ...READ MORE

Dec 12, 2022 in C# by Roshan
• 300 points
198 views
0 votes
0 answers

Object Oriented Programming Basic Concept(C#)

We are aware that the default modifier ...READ MORE

Dec 12, 2022 in C# by Roshan
• 300 points
276 views
0 votes
0 answers

Convert async Task from c# to vb.net

I'm using a C# to VB.NET converter ...READ MORE

Dec 12, 2022 in C# by Roshan
• 300 points
1,331 views
0 votes
0 answers

Roslyn: Convert C# to VB

I have a situation where I need ...READ MORE

Dec 12, 2022 in C# by Roshan
• 300 points
286 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
247 views
0 votes
0 answers

With arrays, why is it the case that a[5] == 5[a]?

This property of arrays in C is ...READ MORE

Nov 17, 2022 in C# by Ashwini
• 5,430 points
255 views
0 votes
0 answers

How do I determine the size of my array in C?

How do I figure out my array's ...READ MORE

Nov 16, 2022 in C# by Ashwini
• 5,430 points
213 views
0 votes
0 answers

oops concept query

This is my oops query. This is my ...READ MORE

Sep 27, 2022 in C# by krishna
• 2,820 points
183 views