The requirement in this case is to print a PDF document, but not allow the user to manipulate the PDF in any other way. The…
Category: Microsoft
I’m sure the first question someone would ask me is why do this, if installing the SRS Connector does the job just fine? And I…
This table is just a quick comparison for the types of services that the major cloud providers offer as of the posting date. This is…
For many reasons, I often need the PublicKeyToken of a signed assembly, such as creating custom controls or working with a product like SharePoint. Typically…
I was trying to create a virtual machine for development with SharePoint 2010, but I wanted to have a full SQL Server available instead of…
I recently ran into an interesting situation that I was able to solve through code. The project was to create a document migration tool, something…
I got error TF31002 when trying to connect to TFS 2010 with Visual Studio 2008: The basic problem is that in Team Explorer, before Visual…
By default, ConfigurationElementCollections don’t implement IEnumerable<T>, so if you are using custom configuration sections you can’t query them with linq. I found a casting solution,…
I posted my slide deck from my talk (The Demise of Xcopy Deployment) at the terrific Ann Arbor Day of .Net 2010 on SlideShare. Thanks…
Blogs The Microsoft Web Deployment Team Blog on IIS.net Owais Shaikh’s Blog on IIS.net Kristina Olson’s Blog James Cook’s Blog Kateryna Rohonyan’s Blog Articles How…