Using operator overloads for concatenating file system paths in CSharp
Explores using C# operator overloading to create cleaner syntax for cross-platform file path concatenation, inspired by ReSharper's code.
Explores using C# operator overloading to create cleaner syntax for cross-platform file path concatenation, inspired by ReSharper's code.
A guide to optimizing Angular app bundle size for production, covering tree-shaking, minification, and build tools to reduce from 1.4MB to under 50KB.
A developer builds a prototype hot loader for Angular 2, inspired by React, to update components without a full page refresh.
A programmer shares their personal method for learning new programming languages and offers motivation based on their own journey into coding.
A tutorial on integrating the Cimbalino Toolkit with the MVVM Light Toolkit to build a simple 'Hello World' Windows app.
A technical tutorial on building a multi-user video conference application using WebRTC, AngularJS, and Yeoman with detailed WebRTC explanations.
A thank you and summary of the 2014 Randa Meeting, highlighting KDE software development progress and the community spirit.
A detailed list of 26 essential Grunt.js plugins used for building and deploying an Ember.js application at qrator.com.
A blog post sharing a useful Python 2.7 Quick Reference guide for developers to look up functions and syntax.
Exploring a 16-bit kernel project written in a Clojure-like language, including an x86 assembler and graphical demo.
A new NuGet 2.5 package automates the removal of XML documentation from Windows 8/Phone 8 app packages, simplifying the build process.
Guide to customizing the deployment process for ASP.NET apps on Windows Azure Web Sites, including running unit tests during deployment.
A developer shares his career journey from RealDolmen to a new role as a Technical Evangelist at JetBrains.
Explains the Identity Map pattern in Entity Framework v4, a key ORM concept for preventing duplicate object instances and ensuring data consistency.
Explains how to resolve a UriFormatException in WPF unit tests by registering the pack:// URI scheme before testing resources.
Microsoft releases version 3.0 of the Windows Azure SDK for PHP, featuring a management API, logging, and autoscaling capabilities.
A tutorial on creating custom DateTime editor templates in ASP.NET MVC 2, splitting date and time into dropdown lists for model binding.
Author discusses creating PHP tutorials and scenarios for the official Windows Azure for PHP developer portal.
Explains how to implement localized, translated routes in ASP.NET MVC and WebForms for better SEO and user experience.
Explains how to handle multiple submit buttons in an ASP.NET MVC form using an ActionNameSelectorAttribute, without requiring JavaScript.