Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhishek Arora(3)
Shaishav Desai(3)
Abhimanyu K Vatsa(3)
Meet Agarwal(2)
Varesh Tuli(2)
Divya Saxena(2)
Rion Williams(1)
Prabakaran M(1)
Sai Ram(1)
Mike Gold(1)
Sarthak Varshney(1)
Ibrahim Ersoy(1)
Vignesh Ganesan(1)
Ajay Yadav(1)
Rahul Kumar Saxena(1)
Marco Siccardi(1)
Sanket Terdal(1)
Zoran Horvat(1)
Mahesh Chand(1)
Mark Pelf(1)
Kautilya Utkarsh(1)
Ziggy Rafiq(1)
Aakash Maurya(1)
Jawed Mohammed(1)
John Charles Olamendy(1)
Resources
No resource found
The Bug That Got Away
Dec 23, 2019.
In this article, you will learn about the bug that got away.
Space Blaster Bug Enemy Game Using Construct 2
Oct 18, 2019.
In this article, you will learn to create space blaster bug enemy game using construct 2.
Technical Start Up While Handling A Bug / Task
Jun 22, 2017.
In this article you will learn about technical Start Up While Handling A Bug / Task.
Software Testing: The Essential Guide To Bug Reports
Aug 24, 2016.
In this article, we will learn about software bugs, bug reporting systems and the bug life cycle.
Software Testing: The Art Of Bug Reporting
Aug 10, 2016.
This article highlights the essence and traits of finding the bugs and mentions the various artifacts in reporting a bug.
Link the Bug in Blocked Test Case Using Microsoft Test Manager 2010
Mar 18, 2015.
This article explains how to link the bug in a blocked test case using Microsoft Test Manager 2010.
Reporting - Locking the New Bug or Defect Using Microsoft Test Manager 2010
Nov 20, 2012.
In this article, you will learn how to report or lock the new bug in testing using the Microsoft Test Manager 2010.
Add a Project in JIRA Bug Tracking Tool in Testing
Nov 08, 2012.
In this article I discuss how to add a project in JIRA Tool.
ASP.NET Bug Logging Program
Nov 08, 2001.
This simple application uses an access database to log bugs from a web page. The application also allows you to view a report of all the bugs that have been entered.
New Linux Bugs Let Hackers Gain Root: CVE-2025-6018 & 6019
Jul 10, 2025.
Discover how clever logic flaws in Linux could let attackers become root. Understand CVE-2025-6018 & 6019—and how to stay safe.
Battling Bugs with Regression Testing
Sep 01, 2023.
Discover the importance of regression testing in software development. Catch bugs early, maintain code stability, and deliver high-quality software products. Learn best practices for efficient bug resolution.
SharePoint REST API ID Manipulation BUG
Aug 11, 2017.
I was working for a customer’s SharePoint Migration Project of lists and libraries from 2007(wss 3.0) to 2016 using Content Migration Tools Customer declined the idea of migrating entire Content DB and this forced us to use tools to get the job done.
SharePoint 2013 Bug: Access Denied Error While Activating “Following Content” Feature
Feb 26, 2016.
Encountering an "Access Denied" error during the activation of the "Following Content" feature in SharePoint 2013 indicates a potential bug. This issue hinders users from utilizing the feature, requiring troubleshooting to resolve.
Bug Fixing: .NET Reverse Engineering: Part 4
Oct 26, 2014.
Explore advanced .NET Reverse Engineering through Round-trip engineering, manipulating IL code without accessing source code. Fix bugs like Memory Overflow, Array Index Out Of Range, and Divide by Zero Exception by altering IL opcodes. Defensive reading perspective emphasized.
R-Bug Tracking System
Jun 23, 2014.
This article explains how my R-Bug Tracking System works.
Use Telerik RadControls For WP's RadDiagnostics to Enable Users to Find Bugs
Aug 19, 2013.
In this article I describe why I highly recommend use of RadDiagnostics by Telerik for those that use their RadControls for Windows Phone.
Area in MVC - Giving a Nice Physical Structure & Dealing With Template Bug
Mar 15, 2013.
In my last blog post I talked about ‘retrieving views from different folders in MVC’ and it works cool when we want view pages always inside Views folder (which is on the project root) but our requirement not ends here.
TFS 2010 Scrum - Relation between PBIs, Tasks, Bugs and Impediments
May 04, 2011.
In Scrum, the product backlog is the list of requirements for the system. In this article we are going to see how the Product Backlog Items (PBIs), test case, tasks and bugs are linked.
.NET String Immutability and Related .NET Framework Bugs
Dec 12, 2010.
This article which explains several aspects of the .NET String class internal structure. Examples and workarounds are given for three distinct manifestations of a reported bug related to the TextRenderer.MeasureText function used with PathEllipsis and ModifyString flags.
Can You Use React Hooks Inside Loops or Conditions? Here’s Why Not
Jun 26, 2025.
Ever wondered why React throws errors when you use hooks inside loops or if statements? Learn the rules of hooks and how to structure your code properly to avoid bugs.
Entity Framework 9 - GroupBy Throwing Exception
Feb 19, 2025.
Entity Framework 9 (EF9) has a bug where using GroupBy with sorting may throw the exception: "The given key 'EmptyProjectionMember' was not present in the dictionary." Workarounds exist but aren't always practical.
Benefits of Using CI/CD in Software Development
Jul 03, 2024.
In the software development process it is very necessary to use a model of development to show that the whole team can follow a proper sequence of development process . We have many development models in the option so it becomes confusing to choose any one among the many models .
A Comprehensive Guide to Nullable Reference Types in C# 10
Mar 07, 2024.
Explore a comprehensive guide to leveraging nullable reference types in C# 10 by Ziggy Rafiq, providing detailed explanations, code examples, and best practices for improving code safety and robustness. Learn how nullable reference types enable developers to catch null-related bugs at compile time, reducing the likelihood of runtime errors and enhancing code quality.
Inclusive Design through Accessibility Testing
Sep 18, 2023.
An Article on how making software accessible to everyone - we've got that covered
Catching Defects Early with Code Review
Sep 15, 2023.
An article about how working closely with developers helps us nip problems in the bud.
Working With Issue 🐞 Tracking List In SharePoint
Jan 15, 2019.
This article contains the basic information of Issue Tracking lists available in SharePoint. In here, you will learn how to create an Issue list, how to edit the issues, along with other basics of Issue Tracking lists.
Software Testing: Difference Between Severity And Priority
Dec 12, 2015.
In this article we will know the difference between severity and priority in software testing.
Creating a New Issue Type in JIRA Tool in Testing
Nov 28, 2012.
In t his article I discuss how to create a new Issue type in JIRA Tool when testing.
The Name 'Scripts' Does Not Exist in the Current Context
Oct 16, 2012.
There is a very small bug in the MVC 4 Empty Template that can be seen when you create a new MVC 4 Application with an Empty template and start adding views for CRUD operations (using scaffolding). And when you run the application and try to navigate you get the error The Name 'Scripts' Does Not Exist in the Current Context.
Exporting Microsoft Test Manager 2010 Test Results to Word
Feb 16, 2012.
In this article we will learn how to export Microsoft Test Manager 2010 results to a Microsoft Word document.
Exception/Error Handling in C#: Part 1
Jun 13, 2011.
In this quick article you will learn Error Handling mechanisms available in C#.
Defect Tracking and Reporting
Oct 29, 2010.
Find the defect either Manual or Automation tool.
Software Testing Life Cycle (STLC)
Oct 11, 2010.
In this Article we define the various stages of testing.
Setting Null Value to an Entity Property Through Textbox Control
May 12, 2009.
In this article, I want to document a bug in Visual Studio. NET concerning to setting a null value to entity property’s through a Textbox control. There is a common scenario to have an entity type in your data model where some attributes are optional. When you develop a rich client application using the Windows forms, data binding techniques and a Textbox to enter the simple data, and you want to set null the optional attributes of the underlying data source by leaving in blank the Text property of the Textbox control; then there is a missing feature for the Formatting and Advanced Binding dialog box for null values. They should have a checkbox there to allow people to use blank as null. In this article, I will show one simple solution to this bug.