An easy and secure way to store a password using Data Protection API
Explains how to securely store passwords in .NET using Windows Data Protection API (DPAPI) and the ProtectedData class.
Explains how to securely store passwords in .NET using Windows Data Protection API (DPAPI) and the ProtectedData class.
A practical comparison series between the Nancy framework and ASP.NET MVC, covering core web development concepts.
A developer introduces a tool to analyze .NET project files, extracting build info and dependencies to automate manual tasks.
Introducing the NuGet Package Source Discovery (PSD) specification, enabling automatic discovery and addition of NuGet feeds from trusted sources.
Developer fixes coordinate conversion accuracy in a GeoCoordConversion DLL used for Ordnance Survey data import, releasing an updated version.
Announces v1.1.0 of a MongoDB session state provider for ASP.NET, updating to the latest C# driver with breaking change fixes.
A developer describes a .NET project to import personal Twitter archive data into ElasticSearch for better search and analysis.
A guide on using Octopus Deploy for continuous deployment of Umbraco CMS .NET websites, covering setup and folder management strategies.
A developer troubleshoots a .NET 4.0 issue on Azure VMs where HttpUtility methods fail during Application_Start, highlighting the need for sysadmin-level maintenance.
Developer introduces Fabrik.Common, an open-source .NET utility library, and showcases its useful string extension methods.
A series of blog posts and videos on getting started and advanced topics for developing on the Microsoft Windows Azure cloud platform.
Explains a common Azure Blob Storage error when creating a container, detailing the specific naming rules that cause the '400 Bad Request'.
Introducing a Fluent API for the ImageResizer .NET library, simplifying image transformation requests with a clean, expressive syntax.
A guide to configuring .NET applications and IIS SMTP server to send email using Amazon SES, including setup steps and configuration examples.
A guide to automating web performance metrics collection in .NET using BrowserMob Proxy and Selenium for ongoing monitoring.
A guide to fixing silent packaging failures for .NET web projects on build servers without Visual Studio by copying missing MSBuild targets.
Explains a subtle bug in .NET where static reference types can cause unintended data persistence across web requests, with a fix.
A guide for .NET developers on using IIS's SMTP feature to safely test email delivery code locally without sending real emails.
A curated list of essential resources for learning Domain-Driven Design (DDD), including books, guides, sample code, and videos.
Explains why the author chose the Dapper micro ORM for the public-facing part of the fabrik project, focusing on performance and efficient data modeling.