Working with WebDeployment in MS Project files

  • Post category:Development

Great article: http://stackoverflow.com/questions/2959964/vs2010-web-deploy-how-to-remove-absolute-paths-and-automate-setacl The displayed path is determined by the property _MSDeployDirPath_FullPath. This property is setted by this chain of properties: <_MSDeployDirPath_FullPath>@(_MSDeployDirPath->'%(FullPath)')</_MSDeployDirPath_FullPath> <_MSDeployDirPath Include="$(_PackageTempDir)" /> <_PackageTempDir>$(PackageTempRootDir)PackageTmp</_PackageTempDir> <PackageTempRootDir>$(IntermediateOutputPath)Package</PackageTempRootDir> _MSDeployDirPath_FullPath <-- @(_MSDeployDirPath->'%(FullPath)')…

Continue ReadingWorking with WebDeployment in MS Project files

WSDL Contract First Development

  • Post category:Development

Couple of good articles for Contract First Development   WSDL-First development for WCF http://blogs.msdn.com/b/dotnetinterop/archive/2008/09/24/wsdl-first-development-with-wcf.aspx   WSCF - Web Service ContractFirst http://www.thinktecture.com/resourcearchive/tools-and-software/wscf/wscf-walkthrough   thinktecture WSCF.blue (set of good tools) http://wscfblue.codeplex.com/  …

Continue ReadingWSDL Contract First Development

A couple of great resources for Developer Cheat Sheets

  • Post category:Development

Here are a couple of great sites that supply cheat sheets http://john-sheehan.com/blog/net-cheat-sheets/ http://devcheatsheet.com/ http://www.addedbytes.com/cheat-sheets/   Here are a couple of specific links to cheat sheets http://duartes.org/gustavo/articles/Asp.net-Runtime-Cheat-Sheet-HttpRequest-HttpRuntime.aspx   And here are…

Continue ReadingA couple of great resources for Developer Cheat Sheets

End of content

No more pages to load