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 a track of reported software problems/bugs in a software project or product. Table of ContentsBug Tracking Tools C#.NET | Defect Tracking ToolsTypes of Information Captured in Bug tracking Tools | Features in Bug tracking Tools List Of Best […]
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 .Net controls like Treeview, List view etc, you might have noticed the deteriorated quality of the image when it is taken from the ImageList even if the size of the image remains same. ImageList is a […]
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 possibilities of unexpected issues in that 3rd party components. For proper functioning of the software this referenced third party component issues to be identified properly, rather than doing a guess work. It is really difficult to […]
11 Ways to Make Good Impression at Workplace
How can you make a good impression at the workplace? Do you think it is necessary? From my point of view, yes. In this article, we are going to discuss more on creating a good impression at the workplace. Below are some of the crucial professional behaviors essential at the workplace. Table of Contents1. Dress […]
What is STAThread Attribute? | What Does [STAThread] Do?
Table of ContentsC# STAThread AttributeWhat is [STAThread] Attribute? What Does [STAThread] Mean?What Does [STAThread] Do?Situations to Use STAThreadAttributeFAQ on C# STAThreadWhy Windows Forms Entry Points are Marked with STAThread by Default?Can we have Multiple [STAThread] in a C# Class Library?Summary C# STAThread Attribute In this post we will discuss the the purpose of STAThread attribute in Main() […]
.NET Versions | .NET release history
Microsoft has released many upgraded versions of .NET Framework since the release of the first version. New versions of .NET Framework replaces the older versions or can co-exist side by side in certain versions. Table of Contents.NET Framework version history.Net Versions Release history – History of dot netDownload .NET FrameworkFAQ on .NET Framework Version HistoryWhat is the […]