boomphisto.blogspot.com
Writing Testable ArcObjects Applications - Part 1 | boomphisto
http://boomphisto.blogspot.com/2013/06/writing-testable-arcobjects.html
Teach an old maestro a new tune. Sunday, June 30, 2013. Writing Testable ArcObjects Applications - Part 1. As I mentioned, I intend to release a number of posts over the next couple of weeks that address testing topics, but for this initial post I will only break the ice with a typical trivial contrived example, but rest assured I will be discussing specific ArcObjects testing in the coming weeks. :). Do Me A SOLID? A nice introduction to the structure of the applications I will be demonstrating in this ...
boomphisto.blogspot.com
Green Framing All The Things! | boomphisto
http://boomphisto.blogspot.com/2013/03/green-framing-all-things.html
Teach an old maestro a new tune. Tuesday, March 12, 2013. Green Framing All The Things! This will appear to be a strange subject to post about considering my other content, but I recently went through a positive thinking reset, and I was surprised and amazed by some of the results, so I thought I would share. A few weeks later I was reading some articles about positive thinking and came across some interesting philosophies which led to me discussing some of the concepts at a local meetup. In which among ...
boomphisto.blogspot.com
boomphisto: December 2012 | A spatial and software engineering blog
http://boomphisto.blogspot.com/2012_12_01_archive.html
Teach an old maestro a new tune. Thursday, December 13, 2012. Serving-up ArcGIS Map Tiles From Amazon S3. Subscribe to: Posts (Atom). Welcome to boomphisto, a canvas devoted to my own thoughts and experiments with spatial and software engineering. My name is Todd Jackson. And I am a software engineer with experience in GIS. Product development. I also have a background in spatial data collection, having been a photogrammetrist and cartographer in a former life. Serving-up ArcGIS Map Tiles From Amazon S3.
boomphisto.blogspot.com
boomphisto: June 2011 | A spatial and software engineering blog
http://boomphisto.blogspot.com/2011_06_01_archive.html
Teach an old maestro a new tune. Friday, June 3, 2011. Persisted Spatial Calculation Columns. This blog post discusses how I computed the area values of the features in my spatial tables to improve query/reporting performance during my . Investigation of SQL Server spatial indexes. Wednesday, June 1, 2011. SQL Server Invalid Geometry. While recently investigating SQL Server spatial indexes. Subscribe to: Posts (Atom). My name is Todd Jackson. And I am a software engineer with experience in GIS.
dotnetswede.com
.net | DotNetSwede
http://www.dotnetswede.com/category/net
A blog about .NET, C#, JavaScript and technology in general. Orchard CMS 2.0 Looks Interesting. In Orchard 2.0 (previously called vNext), they have pretty much rewritten the project from scratch. Nick Mayne talked about the new version in a presentation labeled “ Orchard Harvest 2015 vNext. MVC is included as a module, and it’s now possible to swap it out with Nancy for example. On their GitHub page. Posted in: .NET. Content Management Systems (CMS). Tagged: .NET Core CMS. NDepend is the only Visual Stud...
tv.labs.readify.net
Readify TV
https://tv.labs.readify.net/videos/consultant
We also use this site internally to share ideas, internal presentations and training. To see internal content, and contribute. Not a Readifarian yet? Azure Service Bus 1. Brisbane Azure User Group 1. Visual Design for Developers. Public: This video is open for anyone on the internet to see. March 10, 2015. A talk about basics of design aimed for developer audience. NodeBots: An Intro to IoT. Public: This video is open for anyone on the internet to see. February 16, 2015. Microservice testing with Pact-Net.
tv.labs.readify.net
Readify TV
https://tv.labs.readify.net/videos/developers
We also use this site internally to share ideas, internal presentations and training. To see internal content, and contribute. Not a Readifarian yet? Azure Service Bus 1. Brisbane Azure User Group 1. Visual Design for Developers. Public: This video is open for anyone on the internet to see. March 10, 2015. A talk about basics of design aimed for developer audience. NodeBots: An Intro to IoT. Public: This video is open for anyone on the internet to see. February 16, 2015. Microservice testing with Pact-Net.
tv.labs.readify.net
Readify TV
https://tv.labs.readify.net/videos
We also use this site internally to share ideas, internal presentations and training. To see internal content, and contribute. Not a Readifarian yet? Azure Service Bus 1. Brisbane Azure User Group 1. Visual Design for Developers. Public: This video is open for anyone on the internet to see. March 10, 2015. A talk about basics of design aimed for developer audience. NodeBots: An Intro to IoT. Public: This video is open for anyone on the internet to see. February 16, 2015. Microservice testing with Pact-Net.
boomphisto.blogspot.com
boomphisto: July 2013 | A spatial and software engineering blog
http://boomphisto.blogspot.com/2013_07_01_archive.html
Teach an old maestro a new tune. Friday, July 26, 2013. Writing Testable ArcObjects Applications - Part 3 - Unit Test Structure. In the previous post. Sunday, July 7, 2013. Writing Testable ArcObjects Applications - Part 2 - Inversion Of Control. In my last blog post I introduced the subjects of Inversion of Control (IoC) and Mocking for unit testing, and this week, as promised, I will now delve into more specific detail about applying these concepts to applications written using ArcObjects. Writing Test...
boomphisto.blogspot.com
Writing Testable ArcObjects Applications - Part 2 - Inversion Of Control | boomphisto
http://boomphisto.blogspot.com/2013/07/writing-testable-arcobjects.html
Teach an old maestro a new tune. Sunday, July 7, 2013. Writing Testable ArcObjects Applications - Part 2 - Inversion Of Control. In my last blog post I introduced the subjects of Inversion of Control (IoC) and Mocking for unit testing, and this week, as promised, I will now delve into more specific detail about applying these concepts to applications written using ArcObjects. Determined to be Deterministic. As I discussed last week. To the higher level class ( Checkout. Guided Tour of Castle Windsor.