Andreas Zenker

a boy named goo

Browse by Tags

All Tags » .NET (RSS)
FlowDocument PageWidth, PagePadding and ColumnWidth Oh My!
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...
Posted: Jan 11 2012, 11:18 PM by azenker | with no comments
Filed under: , , ,
Visual Studio ViEmu and “the Dark Side” all happy together
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...
Friends Don't Let Friends Use VS Merge Tool
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...
Posted: Sep 16 2011, 04:05 PM by azenker | with 3 comment(s)
Filed under: ,
Make your head hurt in a good way
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...
Custom Filter for a WPF TextBox
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...
Posted: Jun 02 2010, 09:36 PM by azenker | with no comments
Filed under: , , ,
Taming the SharePoint Wiki
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...
Is My Blog Worth Stealing?
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...
SharePoint List Item: Delete vs.. DeleteItemById
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...
New entry to blog roll – John Robbins
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...
The Achilles Thread
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 »