Just got a tweet from Dave Cardella at ESRI that my presentation from the 2009 ESRI Developer Summit, “Building RESTful Apps and Services with ASP.NET MVC” is now up on the ESRI Media Gallery. The presentation includes the slide deck (recording started late so it’s missing the title slide) as well as audio. Many thanks [...]
Archive for the ‘.NET’ Category
Dev Summit REST and MVC Presentation + Audio
Posted in .NET, ArcGIS Server, ESRI, MVC, Tech Talk, tagged DevSummit, ESRI, MVC, REST on April 9, 2009 | 1 Comment »
MVC Data Access…Decisions, Decisions
Posted in .NET, Design Patterns, MVC on March 30, 2009 | Comments Off
I was about half way through writing up a long winded post about choosing a data access provider for use in ASP.NET MVC projects, when somebody tweeted the URL to this excellent post. I’d fielded several “what should I use” questions at the dev summit last week and was nearly done with my promised response [...]
Tech Talk: RESTful Apps and Services with ASP.NET MVC
Posted in .NET, Design Patterns, ESRI, MVC, Tech Talk, tagged DevSummit, ESRI, MVC, Presentation Zen, REST on March 25, 2009 | 1 Comment »
Yesterday I gave a presentation at the 2009 ESRI Developer Summit on RESTful apps and services using ASP.NET MVC. As this is the first year for user sessions, I was completely surprised at the turn out. We filled the theater and spilled out in the ESRI showcase area. Lots of questions and [...]
ESRI Dev Summit Presentation and Party
Posted in .NET, Design Patterns, ESRI, MVC, tagged DevSummit, ESRI, MVC, REST on March 18, 2009 | Comments Off
The 2009 ESRI Developer Summit is fast approaching and this year, one of the new “features” at the conference is the allocation of space and time slots for the user/developer community to speak on technical topics of interest to them. I was fortunate enough to land one of the time slots to talk about RESTful [...]
Project Example: ASP.NET MVC + SubSonic Architecture
Posted in .NET, Design Patterns, MVC, tagged ASP.NET MVC, IRepository, Repository Pattern, SubSonic on February 20, 2009 | 4 Comments »
So I’ve thrown up a couple of posts over the past couple of months regarding our use of SubSonic to provide the DAL in association with some ASP.NET MVC sites and was waylaid in my original intent to throw up a post summarizing the architecture we’re using for the effort. Well I’ve finally gotten around [...]
Handling Recursive Relates with SubSonic and LINQ
Posted in .NET, Code Gen, CodeGen, MVC, SubSonic, tagged LINQ, Recursive foreign key, SubSonic on January 14, 2009 | 2 Comments »
Dave has been posting some good stuff relating to a project we’re working on right now that leverages SubSonic in the data tier with MVC providing all the shiny goodness in the web tier. SubSonic has been an excellent code generator for our DAL and handles somewhere between 75-90% of the cases for our [...]
SubSonic to View and back again…adventures of a POCO
Posted in .NET, CodeGen, Design Patterns, MVC, Offshore, SubSonic, Utilities, tagged IRepository, MVC, POCO, Repository, SubSonic on December 10, 2008 | 1 Comment »
For a project I’m currently working on, we’re going to be implementing the repository pattern to provide a layer of abstraction and separation between our Model/Domain and the data access logic. One of the things we’re being mindful of is that we don’t want to go toting around objects that include logic on how to [...]
MOSS 2007, ArcGIS Server REST smackdown
Posted in .NET, ESRI, tagged Ajax, ArcGIS Server, DOJO, ESRI, MOSS 2007, REST, Silverlight on September 18, 2008 | Comments Off
Recently, we’ve seen an uptick in demand in a couple of our corporate office sites with clients looking for MOSS/ArcGIS or MOSS/VE integration to provide spatial context for their corporate portal content for a variety of markets. Some time ago the company rolled up a product called Constellation that integrated ArcGIS Server with MOSS and now our Houston [...]
Kewl Silverlight charts
Posted in .NET, tagged .NET, chart, graph, Silverlight, visifire on September 18, 2008 | 2 Comments »
As Silverlight begins to take hold and I’ve actually visited and interacted with a few sites that leverage the technology, I’ve been sort of interested in the fancy charting and analysis packages that I’ve seen. You know the deal…bouncing bar graphs, flying pie charts, etc. Dealing with custom reporting and charting requirements has always been [...]
The impossible question…sane interviewing
Posted in .NET, General GIS, life, tagged Employment, interviews, life on July 15, 2008 | 3 Comments »
So I took some time awhile back to pick on recruiters a bit and wanted to take a few minutes and jot down some thoughts about the technical interview process for developers. Time to pick on interviewers, including myself for awhile.
First, you must all go read my favorite post ever about technical interviews. You have to [...]
