Test driving C# 7 features in Visual Studio “15” Preview
Exploring new C# 7 features like local functions and ref returns in Visual Studio "15" Preview, with setup instructions and examples.
Exploring new C# 7 features like local functions and ref returns in Visual Studio "15" Preview, with setup instructions and examples.
Cimbalino Toolkit 2.0.0-beta1 released, now compatible with Windows 10 UWP for universal app development.
Microsoft releases Windows 10 Technical Preview Developer Tools for building Universal Apps, with early Cimbalino Toolkit support available.
A step-by-step tutorial on installing the Cimbalino Toolkit NuGet package for Universal Apps development in Visual Studio.
Advocates for built-in configuration file transforms in Visual Studio, discussing the SlowCheetah extension and recent Microsoft updates.
A guide to creating and sharing custom Visual Studio project templates, covering both the built-in export wizard and VSIX packages.
A developer's plan to share key takeaways from Microsoft TechEd Europe 2014, covering sessions on Windows Server, SCOM, ASP.NET, and PowerShell.
Analysis of .NET vNext's BYOT (Bring Your Own Tool) approach, enabling development on non-Windows platforms like Mac and Ubuntu.
A developer's hands-on review of NDepend, a static analysis tool for .NET, covering setup, UI, and its powerful CQLinq-based rule engine.
A developer's deep dive into the complexities and pain points of setting up a .NET build environment, highlighting dependency and SDK management issues.
Explains how NuGet configuration file inheritance works, allowing settings from multiple config files to be applied to projects.
A guide to ending code style debates in C# development by adopting StyleCop for consistent formatting and naming conventions.
Announcing the second edition of Pro NuGet, a book covering workflows, integration with tools like Azure & TeamCity, and advanced package management.
Introducing AutoRunCustomTool, a Visual Studio extension that automatically runs custom tools when dependent files are modified, solving a common T4 template workflow issue.
Quick tip for debugging iOS apps in Visual Studio using Xamarin and the iPhone Simulator by setting the correct platform.
A guide to implementing and using Assert.ThrowsExceptionAsync for testing asynchronous code in the Windows Phone Test Framework.
A new NuGet 2.5 package automates the removal of XML documentation from Windows 8/Phone 8 app packages, simplifying the build process.
Useful Windows registry tweaks for developers to improve workflow, including Visual Studio and multi-monitor setup fixes.
NuGet Package Source Discovery now supports SymbolSource for automatic symbol server configuration in Visual Studio, enhancing developer workflow.
Guide to creating a custom UITestMethodAttribute for running unit tests on the UI thread in Windows Phone 8 with Visual Studio 2012.2 CTP4.