Adventures in Benchmarking - Method Inlining
Explores how BenchmarkDotNet reveals JIT method inlining differences between x86 and x64 .NET runtimes, impacting performance.
Explores how BenchmarkDotNet reveals JIT method inlining differences between x86 and x64 .NET runtimes, impacting performance.
A developer shares lessons learned from building a SaaS startup, covering multi-tenancy, billing, and scaling challenges.
A developer's troubleshooting story about how inconsistent casing in a NuGet package ID caused build failures on Linux and the steps taken to resolve it.
Author announces speaking engagement at DotNetSpain 2015 conference on topics like Complex Event Processing and EventStore.
A CTO's perspective on Microsoft's vNEXT platform, analyzing its impact on development approaches and future .NET frameworks.
A guide to the challenges and best practices of micro and nano-benchmarking in software development, using .NET examples.
Optimizing ASP.NET vNext package restore speed by configuring NuGet feeds in the project's NuGet.config file.
Explains how to implement a 'push' model for uploading data with HttpClient in .NET, contrasting it with the default 'pull' model.
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.