How To Add a MouseDoubleClick Event To Any WPF Control
I needed to implement a MouseDoubleClick Event on a WPF Grid. I said Ha, easy but as i went on to implement it i realized that the Grid has no... more »
0 commentsSave Tags: .net
Beware of List(T).Find
Llist(t).Find returns the first element found that matches a given criteria, but what happens if no such element found?
0 commentsSave Tags: web 2.0
6 Useful Visual Studio Tweaks You Need To Know
Here is a list of 6 Visual Studio tweaks you can do to make your development experience much better...
0 commentsSave Tags: web 2.0
Why Should You Wrap Your ASP.NET Session Object
ASP.NET provides mechanisms for storing information for a single user session or across multiple sessions. This is done using the HttpSessionState and... more »
0 commentsSave Tags: how-to
11 More Visual Studio Shortcuts You Should Know
Following our First Visual Studio Shortcuts post here is another batch of shortcuts.
0 commentsSave Tags: tools, tools
A Programming Job Interview Challenge #2
come test your strength with a programming job interview challenge
0 commentsSave Tags: how-to
JavaScript Color Fading Script
This lightweight JavaScript allows for easy color transitions. Add fading effects to tables, divs and more. You can target an elements background,... more »
0 commentsSave Tags: css-html, javascript, web 2.0, web design
Default html button submit on enter with JQuery
This was a quick solution to select an html submit button and make it the default when a user clicks enter from certain or all input elements on the... more »
0 commentsSave Tags: javascript
Web Accessibility Tools Round-Up
While there is no substitute for true user testing when it comes to web accessibility testing, there is definitely a lot of room for tools that can... more »
0 commentsSave Tags: css-html, tools, usability, web design
Useful jQuery: a Compilation of jQuery Utilities
jQuery is great in many ways. You probably first heard about the framework when browsing through a showcase of beautiful “ajax” scripts and became... more »
1 commentsSave Tags: frameworks, javascript
Automated conversion to web standards a (beta!) reality
The first beta version of Aggiorno has been released: it can convert crappy source code to valid XHTML 1.0 Transitional in just a couple of clicks. It... more »
2 commentsSave Tags: .net, microsoft, standards, web design
WPF performance profiling tools
The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application.
0 commentsSave Tags: web 2.0
A Great Visual Studio Add-on You Must Have
Recently I found out this great add-on for Visual Studio 2008 called PowerCommands. PowerCommands Extends the functionality of Visual Studio 2008 by... more »
0 commentsSave Tags: how-to
A Programming Job Interview Challenge
Recently, I ran into an interesting job interview question in C++ which I want to share. Lets take a look at the following code...
0 commentsSave Tags: c-and-cpp
Explore Silverlight project hierarchy with Silverlight Spy 2
Silverlight Spy will automatically pick up any Silverlight application embedded in the page and display it in the XAML Explorer
0 commentsSave Tags: web 2.0
A Great XPath Query Tool
Visual XPath is a free graphical XPath query tool which have many great features, some of those features are: Load an XML file and see it in a form of... more »
0 commentsSave Tags: how-to
WPF DataTemplate for Interfaces? Not Supported
Datatemplates are a great feature introduced in wpf, there is just one problem here, datatemplates are good for object types but not for interfaces...
1 commentsSave Tags: .net
Keyboard Shortcuts on Steroids With a Cute Little App
A great little App that will make assigning keyboeard shortcuts easy
0 commentsSave Tags: windows, windows
Tag property without inheritance
The article show how to add support for Tag property without using inheritance
0 commentsSave Tags: .net
A Bug in WPF Static Resources?
A very strange behavior of WPF data binding to a static array. Perhaps a bug in WPF?
0 commentsSave Tags: how-to
Don’t Use Double.Nan
Comparison of a double with double.Nan (Not a Number) will always return false. If we want to check whether a specific double is...
0 commentsSave Tags: .net
10 Visual Studio Shortcuts You Must Know
A great list of 10 Visual Studio Shortcuts any software developer must know and use.
0 commentsSave Tags: .net, how-to
How to use Aggregate functions with LINQ to SQL
LINQ to SQL maps the relational database into an object model, and when the program runs the queries in the object model are translated into SQL. SQL... more »
0 commentsSave Tags: how-to
Visual LINQ Query Builder - VS 2008 Add-In
Visual Linq Query Builder helps you create Linq to SQL queries for your programs
0 commentsSave Tags: web 2.0
Must Have Tool for ASP.NET Developer
NetFXHarmonics DevServer is a web server hosting environment built on .NET 3.5 using WPF, WCF, and LINQ technologies that allows multiple instances of... more »
0 commentsSave Tags: web 2.0
via