Giveaway: Three Syncfusion licenses for you

Are you developing for Windows Phone, Windows RT or with ASP.NET MVC? Well, it’s your lucky day! Syncfusion has offered to give away three licenses to – whomever Random gods prefer. Basically, it will go like this:

Random rnd = new Random();
List<Participant> participants = LoadParticipants();

foreach (var p in participants) {
p.RandomizedPoints = p.Points * rnd.Next(0, 100000);
}
var winners = (from x in participants orderby x.RandomizedPoints descending select x).Take(3);

foreach (var winner in winners) {
  winner.ChooseBetween(“ES for Windows Phone“, “ES for Windows RT“, “ES for ASP.NET MVC“);
}

Syncfusion has a wide range of high quality controls for just about anything related to .NET: ASP.NET, ASP.NET MVC, JavaScript, Mobile MVC, Silverlight, Windows Forms, Windows Phone, Windows RT and WPF; and a nice free e-book collection. But, that’s not all – I especially like their Metro Studio, a royalty-free collection of over 2.500 Metro-style icon templates. What more do you need?

Good luck!

a Rafflecopter giveaway

leave your comment