AutoCAD
-
After introducing the (apparently somewhat charged, judging from the comments) topic of moving application functionality to the cloud, and then looking at the steps of creating and implementing an ASP.NET Web API project, we're now going to take a brief step back before looking at how we can effectively make use of the data provided […]
-
In the last post, we looked at the core technology we're going to use to expose our web-service, along with the basic project set-up. In today's post, we're going to flesh out this project and see the web-service in action. At this point, I should point out that I've switched back across for VS2010 for […]
-
As promised, here begins the technical portion of the series on moving application functionality to the cloud. As suggested, we're going to take code from a couple of previous posts and put it in the cloud (although not immediately – first we're going to move it to a local web-service, consume that in AutoCAD, and […]
-
I visited another Windows 8-related conference in Zürich, yesterday. Despite much of the content being repeated from the last one I attended, I actually found it really useful: having spent time working with Windows 8 and WinRT over the last few weeks, I found I got more out of the demos and could also ask […]
-
This is all very exciting: given the recent launch of a number of "360" products by Autodesk – including Autodesk 360, Autodesk PLM 360 and Autodesk BIM 360 – it looks as though we're about to enter a strategic relationship with Microsoft to make Autodesk products interoperate seamlessly with their industry-leading games platform, the Xbox […]
-
This is a topic I've been meaning to cover for some time. It concerns a transition we're seeing overall in the software industry, and is certainly one that the ADN team broached in depth during the last two DevDays tours. I don't think anyone is in real doubt, at this stage, that software is increasingly […]
-
As part of my quest to understand WinRT more completely, I had a few goals for the MetroCAD application we saw in this previous post. Firstly, I wanted to add some contract support to the application, allowing it to participate in operations that Windows 8 has standardised across Metro-style applications. The main contracts I wanted […]
-
After seeing the feedback regarding this interesting feature in AutoCAD 2013, I decided to do a little detective work to establish which commands could be called from inside the AutoCAD 2013 Core Console. I hope this proves to be of use to at least some of the many people I expect to take advantage of […]
-
Thanks to some recent coverage on a Channel 9 blog (which I consider a great honour – I've been a huge fan of Channel 9 since its inception :-), I decided to get around to posting an update to the AutoCAD + Kinect samples I demonstrated at AU 2011. While attending the recent hackathon, I […]
-
As promised in my last post, I spent some time hacking together a basic application to get a feel for what it's like to develop inside the WinRT sandbox for Windows 8. If you're interested in the source code, here it is. Be warned: the code is really just to prove a concept – there's […]