akjoshi's Blog
Born with a black thinking hat
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.Net
AJAX
ASP
ASP.Net
Converters
General Software Development
Google
LinkoMania
Off Topic
Personal
Profiling
Reporting Services
Resharper
Reviews
software
SQL Server
TortoiseSVN
Triggers
Visual Studio
WPF
WPF Tools
WPFDataGrid
Sponsors
advertise here
Navigation
Home
Blogs
Archives
April 2013 (1)
January 2013 (3)
December 2012 (2)
June 2012 (2)
May 2012 (1)
April 2012 (1)
March 2012 (1)
February 2012 (1)
January 2012 (2)
November 2011 (3)
April 2011 (1)
October 2010 (2)
September 2010 (1)
August 2010 (1)
July 2010 (1)
February 2010 (1)
October 2009 (1)
September 2009 (1)
February 2009 (2)
January 2009 (1)
December 2008 (1)
October 2008 (1)
September 2008 (3)
August 2008 (4)
July 2008 (3)
June 2008 (5)
Blogroll
Scott Guthrie
Social Presence
StackOverflow
Recent Posts
1
Comments
Agent Smith for Resharper
by
akjoshi
Recently I started using a plug-in for ReSharper: Agent Smith . Although its pretty old tool but somehow there was no solid requirement for using it, so I never tried it. It looks very powerful and useful tool; for the start we are majorly using...
Filed under:
Visual Studio
,
General Software Development
,
Resharper
0
Comments
Focus management Tips & Tricks for nested ListView's part 1
by
akjoshi
Hi, as every WPF developer would agree with me that handling focus in WPF is a nightmare and every now and then you come across scenarios which makes you pull your hair I recently came across one(more) such scenario and it was a tough task to make focus...
Filed under:
WPF
,
.Net
0
Comments
Effect of Coffee on our ability to code
by
akjoshi
I hope the effect of coffee is not same on our ability to code In 1995 a group of NASA scientists repeated and refined some earlier tests on the effect that various drugs have on the web building abilities of the common garden spider. They tested the...
Filed under:
Off Topic
0
Comments
Finding last visual parent in VisualTree
by
akjoshi
Recently I had a requirement where I needed to find the last parent of a particular type in VisualTree. You can easily find an implementation to find the parent but was not able to find one for finding the top most parent of a given type. So I modified...
Filed under:
WPF
,
.Net
1
Comments
Excel cell behavior for WPF TextBox
by
akjoshi
Excel cells have a very special and useful behavior that they become editable as soon as it gets selected but it doesn't changes its visual appearance i.e. caret doesn't becomes visible. User can start typing into it or use Enter or Arrow keys to move around, caret becomes visible as soon as user starts typing into it. Let's implement this behavior for WPF TextBox....
Filed under:
WPF
,
.Net
2
Comments
Resolving harmless binding errors in WPF II : 2 approaches for removing data binding errors due to heterogeneous types in a hierarchical view
by
akjoshi
This is a continuation post to my previous post Resolving harmless binding errors in WPF in which I talked about various ways of resolving different binding errors etc. I recently came across another situation in which we get these binding errors...
Filed under:
WPF
,
.Net
2
Comments
Making animations work for disabled controls
by
akjoshi
Some animations don't work if control on which animation is applied is disabled, this post explains a workaround to make animations work on disabled controls. ...
Filed under:
WPF
,
.Net
0
Comments
Outrageous Work Conditions for a Developer analyst
by
akjoshi
Recently came across a job opening sent to me by a HR person on LinkedIn; The service based company is a very big name in IT but the work conditions mentioned in the job description were extremely unusual - I mean who the hell would like to apply for...
Filed under:
Personal
,
General Software Development
6
Comments
Attached Behavior for auto scrolling containers while doing Drag & Drop
by
akjoshi
This is a very common problem in WPF, if you support Drag & Drop within your Items control or across the controls like ListView, TreeView etc. and your List contains hundreds of items then it’s very hard to drag an item at the bottom to the top......
Filed under:
WPF
,
.Net
1
Comments
Working on WPF application Memory Profiling
by
akjoshi
Today, I am going to start with the task of memory profiling the WPF application, on which I am working from past few months. I have successfully done this in past, fixing a lot of memory leaks and improving the performance of WPF applications; As in...
Filed under:
WPF
,
Profiling
More Posts
Next page »