Browsing Tag

programming

Quick Tip: Working with the Official jQuery Templating Plugin
videos

Quick Tip: Working with the Official jQuery Templating Plugin

Just this week, the jQuery team announced that Microsoft’s templating plugin (along with a couple others) is now being officially supported. What this means is that the plugin will now be maintained and updated directly by the core team. In this video tutorial, we’ll review the essentials of the plugin, and why it’s so awesome.

Quick Tip: Using Anonymous Objects for Key/Value Pairs in .NET
videos

Quick Tip: Using Anonymous Objects for Key/Value Pairs in .NET

Writing applications using the .NET Framework can be a cumbersome experience, primarily due to the vast amount of classes one has to know in order to write applications. But developers can use those classes to make writing code easier. One such class is the TypeDescriptor class, and the ability to use anonymous objects as a key/value pair collection.