Hello everyone!
I'm writing code in WPF with a UserControl that builds a Sudoku board, so it can be used for any project that wants to add a Sudoku board. The idea I built is that the UserControl receives some kind of main interface that requires implementing special functions for the game...
Hello Everyone,
Can someone suggest me to create unit test project with mocked dependency injection & other dependencies used in business logic with sample reference.
Thanks
Sam
Hi there,
First things first, I'm using C# Core 7 preview not C#6 (not available in the list but it's whatever).
So I create a basic interface :
public interface IRegularPolygon
{
static readonly int SideCount;
public RectangleF Bounds { get; }
public IList<PointF> Points { get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.