Agile App Co. Ltd

Logo Red

Helpfull

Beginners Guide To Three.js

In this article I’m hoping to enlighten you about Three.js. I’ll go over main concepts you’ll need to know in order to create a basic 3D scene with animations. I should probably mention before you get any further, that I will not be explaining how to code in Three.js. My intention for this document is […]

Beginners Guide To Three.js Read More »

MVC Razor Multi Select2 Days of Week

When you’re trying to do something simple and it turns in to 3 hours work!    Here was our solution for simply getting multiple days picked by a select2 listbox in razor MVC Model   public string[] SelectedDays { get; set; } Razor @Html.ListBoxFor(m => m.SelectedDays, new MultiSelectList(new[] { “Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”, “Saturday”,

MVC Razor Multi Select2 Days of Week Read More »

Scroll to Top