Philip Richardson

The Cloud: Iacta alea est

MSDN Code Gallery

clock January 29, 2008 18:40 by author philip

The new MSDN Code Gallery is live! This site is intended to host Microsoft and Community code samples. It fits somewhere between Codeplex (for projects with active community development) and download.microsoft.com (for full scale products and SDKs). You'd use the Code Gallery if you want somewhere to host your download and you don't want a source control mechanism (like TFS in Codeplex).

I'll be using the Code Gallery to host all my sample apps from now on. There are a few projects which I'll be posting up there:

  • Microsoft CRM Application Deployment: This project will focus on the architectural patterns used by ISVs and SIs to deploy .NET applications integrated with CRM.
  • Microsoft CRM User Logging: This sample for CRM 3.0 was very popular on my blog ( I still get requests for the code). I intend to redesign the solution for CRM 4.0.

There are also some other cool projects being pursued by members of our team. Stay tuned for more information about those.

If you do post a sample (remember anyone can post one) remember to tag your projects with CRM, MSCRM and Dynamics to help the search engines!

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Part 5: ASP.NET Applications on the CRM Offline Client

clock January 28, 2008 17:41 by author philip

Refer: Part 1, Part 2, Part 2b, Part 3, Part 4

CRM 4.0 allows you write an ASP.NET application and place it on the Offline Client's web server. This application can call our offline web service platform to perform operations against CRM. These files are deployed in the [Program Files]\Microsoft Dynamics CRM\Client\res\web\ISV\[Company Name]\[Application Name]. Typically you'll use an MSI to distribute these files to your clients.

When executing your code offline there are few things you need to know:

  • The Org Name. You get this from the Registry.
  • The Port Number used by the local web server. Typically this is 2525 - however you should always check the registry in case there is a abnormal installation.
  • The Service URLs. You'll construct these by concatenating http://localhost + Port Number + the service path.

You always use Integrated Windows Authentication to access the offline web services. Regardless of the authentication type on the server (including CRM Live). You also aren't required to wrap your code with a CrmImpersonator block (however if you do so - there is no harm). If you write symmetrical code for online/offline - ensure that you don't create the token using ExtractCrmAuthenticationToken method as this is not available offline. You may want to check to see if the code is executing offline (one way to do this is to look at the Request.Url.Host and see if it is 127.0.0.1).

The follow sample shows how this can easily be achieved.

In the next part of this series I'll show you how you can easily create a simple MSI for deploying your code.

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Microsoft CRM LinkedIn Group

clock January 27, 2008 19:59 by author philip

Our Microsoft CRM LinkedIn Group has grown to 784 members! I'm interested in hearing from members about their experiences with the group:

  • Have you had any negative experiences as a result of group membership? (only four people have 'withdrawn' so I'm guessing there are few incidents of 'issues').
  • Have you used the group to expand your network?
  • Has membership in the group been beneficial to your business?

Feel free to email me with your feedback or write a comment to this post.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


CRM 4.0 Launch in the United States

clock January 23, 2008 12:01 by author philip

CRMLaunch_Emailsig_MS

Information regarding the CRM 4.0 Launch in the United States can be found here.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Kopi Luwak

clock January 21, 2008 22:01 by author philip

Today we tried the Kopi Luwak which I received as Christmas Gift. We did track down the source of this strange generous gift: one our favourite ISVs sent it in (the coffee people seemed to have mislaid the card). Six brave souls (Michael, Ramesh, Clay, Manisha, Terry and I) crowed into Terry's office and fired up his Mazzer Mini grinder and Exobar Brewtus machine. We had 1/4 pound of 'bold' and a 1/4 pound of 'medium'. Terry carefully measured out the beans for each shot using an electric scale and then we begun the ritual.

Wow! The first shot was the 'bold' blend. It was amazingly fresh and sweet without a hint of bitterness. There was a complex mix of tastes including a smoky citrus fruitiness which is hard to describe. The second shot was the 'medium'. Initially I thought the medium would be 'too light' - but it was surprisingly more flavourful than the first. The medium blend was one of the best shots I've ever had. Wow.

Overall - it was a great experience and everyone there seemed to enjoy themselves. It's hard to say if it's worth the $$ (considering it is 25 times more expensive that fresh super high end beans like those from Vivace). Regular drinking of Kopi Luwak is something best left to the ultra rich. I'm glad to say that I've tried it.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


CRM 4.0 Danish

clock January 21, 2008 19:58 by author philip

The Danish version of CRM 4.0 is available for download. This brings the current list of languages to:

  • Danish
  • Dutch
  • English
  • French
  • German
  • Spanish

Our localization teams are working hard to pump out the other languages. Stay tuned for more updates.

Download information can be found here. You can use the language filter to select your language of choice.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


CRM Live Team Blog

clock January 21, 2008 19:53 by author philip

The CRM Live Team has a blog! Eric Boocock, one of the CRM Live Technical Specialists, is running the show over there. His first post is regarding the nomination process for 'Early Access 2'.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Configure CRM 4.0 Email Router with POP3

clock January 21, 2008 18:52 by author philip

Michael Lu (the Program Manager for Performance, Email, Outlook, and Contact Management) has a great screencast (with voice) posted on his site: Configuring the CRM 4.0 Email Router with POP3. This screencast is especially useful as it uses Gmail as the POP3 service. Gmail has a rather tricky POP3 configuration which many people seemed to have struggled with. Mike's screencast demystifies this configuration and explains the various features/functions of the router.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


New CRM 4.0 Downloads

clock January 17, 2008 14:47 by author philip

I've added new download links to my CRM 4.0 Downloads Post. Sample data and IFD scenarios have been added. We are also continuing to roll out languages. Currently French, English, German, Dutch and Spanish are available.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


ATO Looking for CRM Talent

clock January 15, 2008 22:15 by author philip

The Australian Taxation Office (ATO) is on the hunt for CRM talent. They are well know as pretty disciplined operator of information technology. I'd be curious to see if I end up in their sinister sounding 'pipeline'.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


CRM 4.0 French now Available

clock January 9, 2008 11:55 by author philip

CRM 4.0 is now available in French for Download. See the download links here and don't forget to change your language from the drop down list.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Useful CRM 4.0 Partner Links

clock January 8, 2008 21:30 by author philip

If you are a CRM partner you should check out this post by Dave Lemphers. It features a collection of very useful links for Customers and Partners.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


BillG's Last Day at Microsoft

clock January 8, 2008 21:19 by author philip

How many of you work for a company with a leader like this:

 Bill Gates Last Day CES Clip
Bill Gates Last Day CES Clip

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Working Microsoft Dynamics CRM 4.0

clock January 8, 2008 10:34 by author philip

Mike Snyder and Jim Steger from Sonoma Partners are almost done with their latest CRM book from MS Press. You can now pre-order it on Amazon:

Currently rated 1.0 by 1 people

  • Currently 1/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Databinding Samples in the CRM 4.0 SDK

clock January 8, 2008 08:39 by author philip

Some of you have noticed that the Databinding Samples are missing from the CRM 4.0 SDK which was recently released (download here). A late breaking bug was found in the sample and our tech writing team pulled it from the samples. They are working on fixing the item and it will be released with a forthcoming SDK update.

image

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Sign in

Feed

 RSS Feed

Powered by FeedBurner

Inside CRM Top 20 Bloggers

I'm at the #4 spot.

Contact

Work Email: philipri@microsoft.com

Personal Email: philip@philiprichardson.org

View Philip Richardson's profile on LinkedIn

Basecamp project management and collaboration

Join WebHost4Life.com

Categories


Search

Archive

Calendar

<<  July 2008  >>
SuMoTuWeThFrSa
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway. All postings and code samples are provided 'AS IS' with no warranties, and confers no rights.

© Copyright 2008