Remote profiling Windows Azure Cloud Services with dotTrace
A guide on setting up remote performance profiling for Windows Azure Cloud Services using JetBrains dotTrace, including load balancer configuration.
A guide on setting up remote performance profiling for Windows Azure Cloud Services using JetBrains dotTrace, including load balancer configuration.
A developer's workaround for a random NuGet package restore error (exit code -1073741819) by modifying the MSBuild target to retry failed attempts.
Explains how to use NuGet Package Restore to manage dependencies without checking assemblies into source control when deploying to Windows Azure Websites.
Announcing the release of 'Pro NuGet', a book covering advanced NuGet package management concepts, best practices, and scenarios beyond basic usage.
A tutorial on implementing an IDocumentStoreListener in RavenDB to automatically update audit fields like 'UpdatedBy' and 'UpdatedOn' on entities before they are saved.
A guide on creating custom MSBuild tasks to manage AWS Elastic Load Balancer registration during automated .NET deployments.
A technical guide on implementing a custom file change monitor for Azure Blob Storage to synchronize cache between web applications.
A revised approach to integrating ASP.NET MVC with the Managed Extensibility Framework (MEF) to enable pluggable controllers and views, addressing a specific Server Error.
PHPLinq 0.2.0 released, bringing .NET's LINQ query syntax to PHP for querying arrays, XML, and other data sources.