Nieuws

I had a game project which needed a random terrain generator for tile-maps. The result was essentially a set of simple algorithms that generates a 2D tile-map (only one elevation level), and then ...
I don't like how C# designed records. So, I created a demo for an alternative design for records in VB.NET, that gave the same benefits with more flexibility, with no need at all to what is called ...
When I add these to my VB project, the classes don't show up in intellisense and I get compile errors (Type blahblah is not defined).<BR><BR>I took one of the XSD files, renamed it and also ...