Browse by Tags

All Tags » C# (RSS)

C# Delegate Shortcut – No more null testing on events for subscribers by Damon Wilder Carr

This is fairly well known but I realized I hadn’t seen it blogged about (sorry if already covered). Your likely used to doing this: public event EventHandler < AnimationImageEventArgs > AnimationImageClicked; private void OnClick( object sender...
Filed under: ,

Deep Zoom in 3D? See it here by Damon Wilder Carr

Long story short, this is an effort to bring RIA to the SharePoint world. But not just RIA style usability , I believe we pushed the envelope even further by incorporating not only DeepZoom (SeaDragon) for ‘zoom in to the pixel’ resolution, but the 3D...

Expose New Linq Operations from the Screaming HashSet<T> Collection by Damon Wilder Carr

Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more even then sets (collections). It’s about making tasks easier in many cases and vastly more powerful...

Linq to Financial Markets : Optimizing Provider to Real-Time Quotes, Analytics, and Silverlight-WPF Visualization by Damon Wilder Carr

The Linq to Financial Markets provider An easier way to consume, visualize, understand and quantify just about any information you can imagine from the world of global financial services. * Real-Time stock quotes to Complex Analytics of Multi-Asset Class Portfolios * Monte-Carlo simulation with Optional Quantitative Add-Ins * Efficient frontier Optimization based on Constraints you Set * User defined heuristics from strategic rebalancing to day-trading

Framework API Development Best Practices using C# 3.0 by Damon Wilder Carr

PART 1 This content assumes you have an introductory knowledge of C# 3.0 language features in .NET 3.5 and mastery of legacy C# 2.0 Generics, Generic Type Constraints, Anonymous Delegates and related material. I use a 'pair programming' approach...

ReSharper 4.01 RC1 Released : See the Team Here as Well by Damon Wilder Carr

Mostly a maintenance release but definitely more solid, especially in WPF/XAML Support. Also meet the team!
Page view counter