Always remain updated about current software development trends

Articles having tag: DEV

Constant Member Functions Are Not Always Constant

In this article, I'm going to explain why the constant member functions aren't always constant, i.e. despite of the fact that a function is declared as constant, it still allows setting or changing data members within the class

Static and Type markup extensions for Silverlight 5 and WPF

An extended Static markup extension implementation for Silverlight 5 and WPF supporting invoking static methods with arguments, and a Silverlight Type markup extension implementation.

How to create your own map on Google Maps

A simple way to create your own Google map from several locations.

Web Tab Control

A tab control for the web that can be created dynamically in C#. Uses JavaScript so tabs can be changed without refreshing the page allowing ease-of-use on things like Account Information pages.

From Zero to Proficient with MEF

Learn how to go from being an absolute beginner in the Managed Extensibility Framework to being an advanced user.

Why C# interface inheritance makes sense

How extension methods benefit from interfaces inheriting from interfaces

ASP.NET MVC3 jQuery inline editor - A nice alternative to the HTML5 content editable feature

This article describes how you can implement inline editing in an ASP.NET MVC application using the jQuery Jeditable plug-in.

A WPF/MVVM Countdown Timer

A countdown timer implemented in WPF using the MVVM pattern