Most voted questions in C#

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
388 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
385 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 304 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
322 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
297 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
921 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
278 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
309 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,271 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
382 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
464 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
288 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
636 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
295 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
633 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
296 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,165 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
275 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,088 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
514 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
329 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
268 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
315 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
275 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
490 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
347 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
467 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
240 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
319 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,338 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
397 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
368 views
–1 vote
1 answer

Examples of GoF design patterns in .net

I am attaching some links. Go through ...READ MORE

Jun 23, 2022 in C# by krishna
• 2,820 points
310 views
–1 vote
1 answer

Sound chords in C#

I am attaching this link for DirectSound ...READ MORE

Jun 23, 2022 in C# by krishna
• 2,820 points
260 views