Ivaylo Kenov

Results 225 issues of Ivaylo Kenov

``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.CodeDom.Compiler; using Microsoft.CSharp; using System.Reflection;   namespace SoftwareAcademy {      public abstract class Course : ICourse      {          private string name;         ...

type:bug
Workers

type:enhancement
WebAdmin

type:enhancement
Web
type:refactor

Occurs when two resources are added at the same time

type:bug
WebAdmin

Submission with solution: http://bgcoder.com/Contests/Submissions/View/461694 Submission with C# text: http://bgcoder.com/Contests/Submissions/View/461696

type:bug
Workers