Remove RavenDb's API from Swagger
How to filter out RavenDB's internal API endpoints from your Swagger documentation using a custom Document Filter in Swashbuckle.
How to filter out RavenDB's internal API endpoints from your Swagger documentation using a custom Document Filter in Swashbuckle.
Guide to integrating ELMAH error logging with Azure File storage for real-time log analysis from cloud services on a local desktop.
A guide on securing ASP.NET application configuration by integrating Azure Key Vault to inject secrets and connection strings.
Analyzes community contributions to open-source ASP.NET projects (MVC, DNX, Entity Framework, Kestrel) one year after Microsoft's .NET open-sourcing.
Step-by-step guide to creating an ASP.NET 5 project using Visual Studio Code and Yeoman scaffolding.
Troubleshooting 'Restore failed' error in ASP.NET 5 on Mac due to mismatched Mono versions.
A developer shares lessons learned from building a SaaS startup, covering multi-tenancy, billing, and scaling challenges.
Troubleshooting Entity Framework with SQL Server Synonyms and Integrated Security, offering a View-based solution.
Resolving Entity Framework errors with SQL Server Synonyms and Integrated Security by using Views instead.
Guide to using AWS ElastiCache with RedisSessionStateProvider for scalable, shared ASP.NET session state, eliminating sticky sessions.
A developer shares his career transition from JetBrains to Microsoft's NuGet team, while continuing to maintain the MyGet package management service.
Explores the improved build process for ASP.NET 5 (vNext) projects, highlighting self-contained builds and simplified setup compared to traditional .NET.
Guide to adding Microsoft Application Insights to ASP.NET web apps using Visual Studio 2015 for server-side monitoring.
A tutorial on setting up a high-performance image processing service using the open-source Image Resizer library and Microsoft Azure.
A developer's plan to share key takeaways from Microsoft TechEd Europe 2014, covering sessions on Windows Server, SCOM, ASP.NET, and PowerShell.
A CTO's perspective on Microsoft's vNEXT platform, analyzing its impact on development approaches and future .NET frameworks.
Analysis of .NET vNext's BYOT (Bring Your Own Tool) approach, enabling development on non-Windows platforms like Mac and Ubuntu.
Optimizing ASP.NET vNext package restore speed by configuring NuGet feeds in the project's NuGet.config file.
Building a Web Forms app integrated with Office 365 using the Exchange REST API to display email stats with gauges.
A guide to securing ASP.NET websites against common vulnerabilities like CSRF and XSS, covering code, configuration, and testing best practices.