Category Archives for "Development"

Locating the Process ID for the CRM Web Site

If you have ever had to connect to IIS to perform remote debugging you have probably encountered an situation where you have more than one IIS worker process running. This worker process, w3wp.exe, is responsible for running the IIS web site and depending upon the number of web sites that you may have on a […]

Continue reading

1 Podcasts anyone?

I was thinking about adding to the list of podcasts that I listen to and was curious if anyone has any opinions about good developer-oriented podcasts. Here is my current list: http://www.dotnetrock.com/ http://hanselminutes.com/ http://runasradio.com/ http://thisdeveloperslife.com/ If you have other recommendations, please leave a comment or send me a tweet. Thanks, Mitch

Continue reading

9 CRM 2011 SDK Development and Microsoft.IdentityModel Assembly

If you plan on writing anything that uses the CRM 2011 SDK, you may at some point run into the following error message: The application terminated with an error. Could not load file or assembly ‘Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.   Solution: You need […]

Continue reading

1 Visual Studio 2010: JScript Editor Extensions Released

Via ScottGu: An extension has been added to Visual Studio 2010 to enhance the JavaScript coding experience. JScript Editor Extensions   Overview Bundles the following extensions for the Visual Studio 2010 JScript editor: Brace Matching Adds support for automatically highlighting the matching opening or closing brace to the one currently at the cursor. Supports matching […]

Continue reading

6 OpenXML Worksheet: Adding AutoFilter

I wasted more time than I want to think about on this, so here is a solution I hope will help anyone else generating an Excel worksheet and wanting to add Automatic Filtering. This is a full, working sample.  Just take out the code I use to populate worksheet and insert your own. ConversionReportItems is […]

Continue reading

3 Applying Visualization to Software Development

Over the past several years, I have read and seen multiple references to a practice called Visualization, which is when a person rehearses a physical action by performing the task mentally. Examples that come to mind are the NASA astronaut training program, Olympic athletes, and the Navy’s Blue Angels.  Note: You can perform an Internet […]

Continue reading

2 Cascading Style Sheet Color chart

While digging around the Net today, I ran across an extremely valuable color chart for cascading style sheets. They actually created the chart by scanning paint samples from a major household paint manufacturer. The samples art well organized and they provide facilities that show the color values in both Hex and RGB.

Continue reading
1 4 5 6