DMC recently developed some desktop applications for clients in C# that require 3D modeling. We’ve been using a third-party CAD tool developed by devDept called Eyeshot. If you are working in the world of graphic design, 3D animation rendering,...
Lately, I've gotten reacquainted with an old friend of mine: the Revit API. Revit is an incredible piece of architectural software from Autodesk, and one of its features is the ability to expand its functionality through the use of add-ins. Revit...
On November 1, 2016, Microsoft released their new cloud-based business application platform, Dynamics 365. This new platform combines the capabilities of CRM and ERP systems in a new app-driven format. This updated format allows companies t...
This blog series will examine applications requiring multiple C Series FPGA chassis. You may need multiple chassis because of a high channel count requiring more modules than which can fit in a single chassis. Or, you may have a large amount of ...
Visitors to DMC may notice our ever-changing "Quote Board," documenting the best engineering jokes of the moment.
In 2006, the newspaper USA Today included the Internet in its list of the "New Seven Wonders of the World." The Internet has democratized access to vast stores of information in an unprecedented way and has transformed many aspect...
In the beginning of the year, DNN (formerly DotNetNuke) was updated to support MVC modules. MVC is the latest version of ASP.NET in which the Model-View-Controller paradigm is at the core. This article won't be a look into what MVC is o...
Although we've been doing business in New York since last spring, we officially celebrated with a grand opening party this October. The event marked the first official DMC New York Party as well as the 20th anniversary of DMC. The night was fille...
After a record-setting beach volleyball season last year, we returned for our sophomore effort at North Avenue Beach. A new class of DMC hires brought some fresh blood to the team. For much of the season our team was also supplemented with ...
(NOTE: There is sample code to go along with this article.) In web applications, a task that often needs to be performed is the sorting of arrays. If you're anything like me, you often use the Array.prototype.sort method to accomplish thi...