Add jQuery Intellisense To Your Visual Studio
Enrich your working environment with free great jQuery intelisense addin
0 commentsSave Tags: .net
WPF Binding Converter Best Practices
As you all remember in my article about Custom WPF Context Menu I mentioned that my WPF Binding Converter was a singleton, and I promised to tell you... more »
0 commentsSave Tags: .net
Changing Your Web Working Niche
Whether you want to take your web working career into a different direction or you simply want a refreshing distraction from your regular web work,... more »
0 commentsSave Tags: opinion, reviews
Coding Conventions - Prefix For Class Members
Yes, I will use m_ prefix for class members. I DO NOT NEGOTIATE WITH TERRORISTS. Shut up. Actually, I don’t mind which prefix shall be used but in... more »
4 commentsSave Tags: .net
A Programming Job Interview Challenge #12 - Managed and Unmanaged
The twelfth post of the series of programming job interview challenge is out, 31 readers provided answers to job interview challenge #11.
0 commentsSave Tags: .net
List.Sort(), Comparer and IComparable
Hi In my previous article I talked about why SortedList is not a good option to use if you need a sorted collection with keys that are not unique...
0 commentsSave Tags: .net
A Programming Job Interview Challenge #11 - Summing Numbers
Job interview challenge number 11 is here! come and test your knowledge
0 commentsSave Tags: methodology
You Don’t Need a Muse: How to Get your Work Done When You’re Not Inspired
There’s this Chuck Close quote that I immediately recall whenever I need to work despite my lack of inspiration or motivation: “Inspiration is for... more »
0 commentsSave Tags: opinion, trends
WPF Composite Application Guidance is Live
If you'd have asked me 12 months ago, I would have said this day would have never come. Around that time we had just announced that we had no further... more »
0 commentsSave Tags: .net, microsoft, tools
Why SortedList<Key,Val> Is Useless
The other day I wan in the need of a sorted collection. I found that there are 2 sorted collections available. SortedDictionary and SortedList. Now... more »
1 commentsSave Tags: .net
26 Not To Be Missed .NET Articles - June 2008 - .NET Zone
This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft... more »
0 commentsSave Tags: .net, how-to, mobile, web design
Sergey Is Leaving Google For Microsoft (Not THAT Sergey...)
On Google having a hard time retaining employees...
0 commentsSave Tags: microsoft, opinion, trends
A Programming Job Interview Challenge #10 - The Missing Number
Here comes the 10th question in our job interview challenge series, the answer to the ninth one is also attached, good luck
0 commentsSave Tags: .net, .net
How To Create a WPF Custom Context Menu
An easy to learn and implement example about WPF custom context menu creation
0 commentsSave Tags: .net
C++ techniques: part 1: curiously recurring template pattern
I've been thinking for a while that I should be blogging about some c++ metaprogramming techniques that I learned while coding Eigen.
0 commentsSave Tags: c-and-cpp, how-to
Programming: The New Literacy
Power will soon belong to those who can master a variety of expressive human-machine interactions.
0 commentsSave Tags: open source, trends
A Job Interview Challenge - A Needle in a Haystack
You are writing a software component that receives a binary record every 20 millisecond. Your component function as a pipe, meaning it can’t store the... more »
0 commentsSave Tags: .net
10 Wordpress Plugins Everyone Should Have
As a follow up to my earlier post on how to create your own wordpress widget, I have compiled a list of wordpress plugins that everyone should have.... more »
1 commentsSave Tags: tools, web 2.0
Creating Visula Studio Keyborad Shortcuts Cheat Sheet
As we all know, there are a lot of keyboard shortcuts in Visual Studio. We mentioned only 21 of them here at Dev102.com but according to this article,... more »
0 commentsSave Tags: tools
How big is your source code?
Curl compares the size of their source code for a simple application to the code for a similar JavaFX application. Are other RIA bloggers willing to... more »
0 commentsSave Tags: flash-flex, gui, other languages, ria
A Simple ASP.NET MVC Sample Application
This is a simple hello world example with ASP.NET MVC, to help you build your first application step by step
0 commentsSave Tags: .net
Is “finally” the answer to all IE6 memory leak issues?
Hedger Wang has been scanning a lot of Chinese blogs lately for solutions to IE6 and memory leak issues. One of the things he stumbled upon is a... more »
0 commentsSave Tags: microsoft, reviews, tools
What a developer needs from their manager
I’ve a read a lot of articles talking about what it takes to be a good development manager. There are also articles about what makes a good developer.... more »
0 commentsSave Tags: opinion
.NET Memory control : Use GCHandle to pin down the objects
In the .NET framework memory control is mostly autonomous and is controlled by the CLR. Although in managed languages we do not care much about... more »
0 commentsSave Tags: .net, how-to, tools
Two Great Web Development Tools
Here are two interesting tools I found while working on our Silveredo 2 theme.
0 commentsSave Tags: microsoft