Gold Coast

Over the years, this blog has been about many different things related to software development with Microsoft technologies. Since my current role focuses on Dynamics CRM / XRM, that's what it's primarily about right now.

Posts
  • Gold Coast

    WPF and Virtual Earth revisited

    • 27 Comments
    I've been pretty quite on the blogging front lately.  Every once in a while, I get the opportunity to work on something a little meatier than writing demo code.  Almost all of my time over the last month or so has been spent working on a couple...
  • Gold Coast

    JavaScript Intellisense for the Virtual Earth Map Control

    • 25 Comments
    UPDATE: Fixed the embedded video. Have you ever wished you could get JavaScript Intellisense for the Virtual Earth Map Control in Visual Studio 2008?  I have, so I came up with a solution and started a codeplex project!  I just recorded a short...
  • Gold Coast

    Does jQuery ship with SharePoint 2010? (and why you should be using an Ajax CDN)

    • 7 Comments
    jQuery is one of the most popular javascript libraries used by ASP.NET developers.  In fact, jQuery ships with Visual Studio 2010.  It is in the “Scripts” folder of a new “ASP.NET Web Application” or “ASP.NET MVC 2 Web Application” project template...
  • Gold Coast

    VS2008 / NETFX 3.5 SP1 Beta

    • 0 Comments
    If you keep up with multiple Microsoft technology bloggers, today is one of those days where you'll see everyone posting similar posts:(.  Such is the nature of blogging.  I get to say what I want, but sometimes that means everyone else is saying...
  • Gold Coast

    SCREENCAST: Saving Virtual Earth Polygons to SQL Server 2008

    • 6 Comments
    In this screencast, I show you how to draw a polygon on a Virtual Earth map and save it using ASP.NET AJAX, Windows Communication Foundation (WCF), LINQ to SQL, and the new geography data type in SQL Server 2008. Screencast: http://channel9.msdn.com/posts...
  • Gold Coast

    Building an editable grid for CRM 2011

    • 0 Comments
    This is a common question lately.  First, I strongly recommend you consider purchasing an addon that does this for you.  Build vs. buy is always touchy because sometimes it is easier just to write it than to get approval to purchase an addon...
  • Gold Coast

    Displaying a lookup as a dropdown in a CRM 2011 form

    • 6 Comments
    Another scenario from a customer: We want to use a lookup to another entity because we want to store additional data in the  entities fields and option sets don’t provide this capability.  However, we want the selection of the entity in the...
  • Gold Coast

    SCREENCAST: Rendering Polygons from SQL Server 2008 on Virtual Earth

    • 4 Comments
    In this screencast, I build off of the concepts shown in my previous screencast and show you how to render a polygon on a Virtual Earth map using REST, Windows Communication Foundation (WCF), LINQ to SQL, and the new geography data type in SQL Server...
  • Gold Coast

    WEBCAST RECORDING: Adding Mapping Capabilities to your Applications with Virtual Earth and ASP.NET AJAX

    • 5 Comments
    First, let me apologize since I promised to make this recording available almost two months ago.  I was trying to get the recording uploaded to the same Live Meeting servers as my other webcasts.  Needless to say, I had some challenges. ...
  • Gold Coast

    CRM Online myth busters

    • 1 Comments
    DISCMLAIMER: Parts of this blog post contain my opinion and don’t necessarily reflect the opinion of my employer, nor is it an official endorsement by Microsoft of any of the tools / technologies I mention. I’ve been in my new role, focusing on Dynamics...
  • Gold Coast

    Cross domain calls to the parent CRM 2011 form

    • 5 Comments
    UPDATE: Added reference to another blog post that does a great job of going into the cross-document / cross-domain issue. Fixed some grammar/typos. UPDATE2: You might also be interested in my newer post: Cross domain calls from JavaScript I’ve...
  • Gold Coast

    WPF for Line of Business applications

    • 3 Comments
    I'm a big believer that WPF is a great UI technology for LOB applications.  Yes, there are some shortcomings in the designer experience if you compare the WPF designer to the Windows Forms designer in Visual Studio 2008.  Yes, WPF is missing...
  • Gold Coast

    Geocoding and displaying a map for an address in CRM 2011

    • 1 Comments
    There are a few blog posts out there that cover this topic, but the ones I’ve found don’t take you through it step by step.  I will, however, make assumptions like you know how to create an entity, add web resources to a form, etc.  Here goes...
  • Gold Coast

    Showing a jQuery UI dialog in a CRM 2011 form

    • 0 Comments
    I was asked how to implement the following scenario in a CRM 2011 form (paraphrased): Show an alert notification indicator in the header When the user to click the notification indicator, show a dialog with the details of the alert Here’s how I did it...
  • Gold Coast

    Resizing an Azure VM vhd file

    • 2 Comments
    I got into a bit of a predicament where the C drive of the VM I created here started to fill up.  I needed to install some software that only gave me the option to install to the C drive.  The installer was telling me there wasn’t enough disk...
  • Gold Coast

    SAMPLE: Editable grid for CRM 2011 using jqGrid

    • 4 Comments
    A while back, I wrote a post called Building an editable grid for CRM 2011 .   The goal of the post was to give you the necessary knowledge to know how to write the code to build an editable grid.  Since then, someone introduced me to jqGrid...
  • Gold Coast

    Surface Toolkit for Windows Touch

    • 4 Comments
    Robert Levy from the Surface team and Anson Tsao from the WPF team gave a great session on: Multi-Touch on Microsoft Surface and Windows 7 for .NET Developers The session is definitely worth watching if you are interested in building multi-touch apps...
  • Gold Coast

    Using the CRM 2011 OData service from a Metro style app

    • 7 Comments
    UPDATE: Fixed a few bugs in the downloadable sample including one where it wouldn’t work in Office 365 based CRM Online subscriptions. Edited some text in the post for clarity. UPDATE2: Added some text about how to get this working for Windows...
  • Gold Coast

    Connecting to CRM Online from an outside caller

    • 2 Comments
    UPDATE: Thanks to some internal discussions with folks on the SDK team, I discovered a simpler way that doesn’t require manually putting the deviceid/devicepassword in the config file.  I decided to leave this post as-is for two reasons.  First...
  • Gold Coast

    Dynamics CRM 2011 Script# Xrm.Page library

    • 0 Comments
    I love it when something becomes community driven!  A few months ago, I blogged about Script# & Dynamics CRM 2011 .  Since then, I‘ve been working on a little side project to make it easier to get started.  As with most side projects...
  • Gold Coast

    Updated Virtual Earth Map Control demo code

    • 9 Comments
    UPDATE: I've updated the code to use the workaround described here .  If you downloaded this code before May 2nd, 2008 @ 7:30 PM EST, then you might download it again.  The URL is the same. I’ve update my primary Virtual Earth (VE) map...
  • Gold Coast

    Getting FetchXML from LINQPad

    • 5 Comments
    UPDATE: There's a known issue with the LINQPad Plugin for Microsoft Dynamics CRM 2011 and Office 365 authentication. I cover a workaround here . Using FetchXML is necessary in many situations with CRM 2011. Using FetchXML becomes even more necessary...
  • Gold Coast

    EventToCommand + DataStateBehavior eases MVVM pain

    • 0 Comments
      MVVM is a pattern.  There are all sorts of MVVM frameworks popping up that help make implementing the pattern easier.  If you select the MVVM tag off of www.codeplex.com , you will find a number of them: http://www.codeplex.com/site/search...
  • Gold Coast

    Calling CRM from ASP.NET using impersonation to ActOnBehalfOf the logged in user

    • 0 Comments
    Sometimes you need to run ASP.NET code outside of Dynamics CRM to achieve your goals.  This usually manifests itself either as a page embedded in CRMs main content area which is accessible via a link in the sitemap similar to the following:  ...
  • Gold Coast

    Bing Maps 3D, WPF, and Windows 7 MultiTouch

    • 0 Comments
    Have you seen the Microsoft Surface Globe application in the Microsoft Touch Pack for Windows 7 ?  There are plenty of videos of the app in action on YouTube: http://tinyurl.com/YouTubeSurfaceGlobe . Would you like to build an app like this yourself...
Page 1 of 14 (336 items) 12345»