views:

63

answers:

1

Can anybody recommend a "starter kit" or basic framework for an asp.net web app that can read data from Microsoft Dynamics CRM?

No updates are required from the app at this time, just reads. I'm currently reading through the SDK documentation but a simplified project would be quite handy.

Thanks

+3  A: 

Some sample code (in C# and VB.net) for doing various things with CRM comes with the SDK.

Have a look in the \sdk\server folder and the \sdk\visualstudiotemplates folder in the same folder that you installed the SDK in. Hopefully these should give you a head start.

ABC123
Good tip, thanks
Matthew PK