Hi everyone,
I recently submitted an article to C# Corner, but it was rejected.
I’d like to ask other authors about their experience with article submissions. What are some common reasons an article might be rejected, and what should I pay attention to before resubmitting?
Any advice would be appreciated.
Thanks!
Deepak TewatiaPosted Sep 16, 2026, 11:47 AM
Hi Chloe,
One common reason an article may be rejected is promotional or paid content. C# Corner does not allow authors to use regular articles primarily to promote commercial products, paid services, tools, or businesses.
If the main purpose of the article is to promote a product or service, it may fall under paid/sponsored content, and you would need to use the appropriate paid publishing option.
This is especially important because some authors receive compensation or other benefits for promoting products or tools through their articles. To keep the platform useful and unbiased for readers, promotional content is reviewed carefully.
If your article is genuinely educational, try focusing on the technical problem, solution, implementation, and practical examples rather than promoting a particular product or service.
Hope this helps clarify why an article may be rejected.
James LeoPosted Sep 16, 2026, 11:40 AM
Ah man, getting an article rejected stings, especially after putting the work into writing it. It happens to a lot of people on tech platforms.
Usually, when communities like C# Corner send an article back or drop it, it boils down to a few common culprits:
Plagiarism or Duplicate Content: Even if you wrote it yourself, if similar phrasing or topics exist elsewhere without proper referencing, their filters or editors might flag it.
Quality and Depth: They look for clear technical depth, proper formatting, and good grammar. If it reads more like a super short stub or a rough code dump rather than a complete guide, it tends to get turned down.
Code Issues: Broken code snippets, lack of clear explanations for the code, or missing project context can cause editors to hold off.
Formatting & Guidelines: Little things like missing a proper introduction, lacking high-res screenshots, or not following their specific structural guidelines will do it.
Before you resubmit, definitely give it a thorough read-through to tighten up the grammar, make sure your code samples actually run/compile cleanly, and add a bit more context or a clear conclusion if it felt a bit abrupt.
Anyone else run into rejections there and figure out what specific trick helped get their stuff published?