C#

Best Free Software Bug Tracking Tools

Problem report management is an inevitable part of the software development life cycle. A defect tracking system or bug tracking system is application software that keeps…

7 years ago

Poor image resolution of ImageList Images in C# | Poor image quality in ListView C#

Poor Image Resolution of C# ImageList Images: If you ever used an ImageList for setting image icons to individual nodes of…

7 years ago

Best Free .NET Decompilers and Assembly Browsers | C# decompiler free download

Why we need .NET Decompilers and Assembly Browsers? In software development usage of third party components are inevitable.There can be…

7 years ago

What is STAThread Attribute? | What Does [STAThread] Do?

C# STAThread Attribute In this post we will discuss the the purpose of STAThread attribute in Main() method of the…

7 years ago

Difference Between nHibernate and Entity Framework 4.0

nHibernate and ADO.Net Entity Framework are ORM frameworks (object relational mapping frameworks).This post lists the major difference between nHibernate and…

7 years ago

How to add text in a created table in a richtextbox?

In my previous article How to create Table InRichTextBox using C#, I explained in detail how can we insert a…

8 years ago