Browse by Tags
All Tags »
.NET (
RSS)
The ability to create a living, breathing, document right inside a WPF UI is pretty incredible to me. Even after working with it for the last year or so, I am still impressed by the power of this largely forgotten feature of WPF. One thing to remember...
So, if you like vi as an editor and you use Visual Studio, pony up the money and get ViEmu . Best money invested in my productivity and ergonomic efforts of this past year, hands down. If you love to hate your mouse you owe it to yourself to investigate...
There are many things that Visual Studio does so well out-of-the-box, and then there is merging conflicts. The built-in merge tool is about as helpful as high beams on your car on a foggy night. The screen is full of information you just can't tell what...
I have been just as attentive to blog reading as I have to blog writing and was enjoying some extra-long fix/compile/test cycles today and was able to catch up on Eric Lippert’s blog. All I have to say is: “my head hurts … and it feels great!”. So much...
So, I had a need to implement a TextBox in WPF with auto filtering functionality. For example the initial requests were to limit a TextBox to numeric characters only. This was simple enough. Handle the PreviewTextInput Event and only allow numeric characters...
Our current project team decided to post development documents, guidelines, specs etc in a SharePoint site dedicated to project. We also decided we would try a Wiki to post coding standards and best practices, samples, tips on using certain WPF controls...
Apparently to some, it is. I was helping a co-worker with the same issue that I blogged about in my last post on how to improve SharePoint list item delete calls . When I Googled (Binged if that makes you feel better) on the subject trying to find a clear...
If you had to choose one of these methods to call to delete an item in a large list which would you choose? Here are your options in code 1: myListItem.Delete() .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier...
This most recent post by John Robbins is what motivated me to add his blog to my blog roll. However, it has been a must read for a while now. This post is actually more “fluffy” than most for him, I just loved the insight into things macros can do that...
Recovered from DotNetJunkies blog -- Originally Posted: Sunday, November 18, 2007 "[when debugging] If you see hoof prints think horses, not zebras". Hunt and Thomas, in The Pragmatic Programmer Developing in the brave new world of managed memory and...
More Posts
Next page »