kentcb

Stories kicked by kentcb

Blogs Can Destroy Your House(blog.quantumbitdesigns.com)

submitted by QuantumBitDesignsQuantumBitDesigns(325) 3 years, 10 months ago

It can happen to anyone. Trust noone! read more...

add a comment |category: |Views: 25

tags: another

A list of development blogs(blog.quantumbitdesigns.com)

submitted by QuantumBitDesignsQuantumBitDesigns(325) 3 years, 11 months ago

Blogs can be a valuable resource for tutorials, tips, guides, and insights. What better place to get this knowledge from the thousands of bloggers covering topics on .NET, WinForms, WPF, WCF, Silverlight, ASP.NET, Design Patterns, Threading, and others. read more...

add a comment |category: |Views: 24

tags: another

Consolidating Delegates with Reflector(kentb.blogspot.com)

submitted by kentcbkentcb(140) 4 years, 4 months ago

How to find existing delegates that meet your needs by using Reflector and the Code Search add in. read more...

add a comment |category: |Views: 5

tags: another

Wherefore art thou, Snoop?(kentb.blogspot.com)

submitted by kentcbkentcb(140) 4 years, 6 months ago

The WPF community needs Snoop or a Snoop equivalent. This post asks some questions and will hopefully get some feedback from the author of Snoop. read more...

add a comment |category: |Views: 0

tags: another

Twitter Publisher for CruiseControl.NET(thomasfreudenberg.com)

submitted by simonechsimonech(10.1k) 4 years, 11 months ago

CC.NET task to send the results of a build to twitter read more...

add a comment |category: |Views: 33

tags: another

Intuipic : WPF image viewer with source(kentb.blogspot.com)

submitted by kentcbkentcb(140) 4 years, 11 months ago

Intuipic is an application that allows you to quickly and easily view your images on your PC. It's goal is to be simple but effective. Source code now available along with version 1.3.0.0. read more...

5 comments |category: |Views: 1849

tags: another

Unsigned Advantage(kentb.blogspot.com)

submitted by kentcbkentcb(140) 5 years ago

Presents some interesting differences between the assembly code produced when performing some common arithmetic operations with signed and unsigned integers. read more...

add a comment |category: |Views: 0

tags: another

Part 1 - Leveraging Workflow Foundation - It is just an API(keithelder.net)

submitted by TheElderTheElder(490) 5 years ago

To help you limit the amount of rusty washers you will run into with Workflow Foundation, I wanted to share our team's experience in working through Workflow. In this multiple part series we'll look at some of the challenges the team faced and how we solved some of these. I say "some" of these because we took side steps around the rusty washers we found due to our short time frame. Hopefully this brain dump of information will save others time who are about to start using Workflow Foundation. I'll cover some of the in and outs where you will want to look into workflow and some of the pitfalls we had to work around (the rusty washers). read more...

add a comment |category: |Views: 6

tags: another

Resizer: a WPF Control(kentb.blogspot.com)

submitted by kentcbkentcb(140) 5 years ago

Resizer is a custom WPF control that allows resizing of arbitrary content. For example, you could use it to allow the user to resize a Popup. read more...

add a comment |category: |Views: 138

tags: another

Tool : CLRProfiler for .NET 2.0 released(dotnetwithme.blogspot.com)

submitted by vikasgoyal77vikasgoyal77(550) 5 years, 1 month ago

Tool : CLRProfiler for .NET 2.0 released read more...

add a comment |category: |Views: 2

tags: another

C# Collections(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 5 years, 1 month ago

The thirty-sixth part of the C# Fundamentals tutorial introduces the use of collections in C#. A collection is similar to an array in that it contains a group of objects. However, the use of varying types of collection provide for more functionality. read more...

2 comments |category: |Views: 17

tags: another

Solving the Problem with Events: Weak Event Handlers(diditwith.net)

submitted by cls2degcls2deg(1535) 5 years, 2 months ago

One of the greatest frustration of working with delegates and events is that they can potentially cause memory leaks if they aren't unhooked. In this article, we will solve this problem in a variety of ways to get the best performance, memory use and syntax. read more...

2 comments |category: |Views: 480

tags: another

Beware DataContext and Equals Overrides(kentb.blogspot.com)

submitted by kentcbkentcb(140) 5 years, 2 months ago

Something to look out for when binding to objects that override Equals() in WPF. read more...

2 comments |category: |Views: 11

tags: another

Verifying calling objects(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years, 3 months ago

A simple trick to verify that the people calling your methods are exactly who you think they are. read more...

add a comment |category: |Views: 0

tags: another

Sertool - A serialization diagnostics tool(kentb.blogspot.com)

submitted by kentcbkentcb(140) 5 years, 4 months ago

If you've ever had a complex data structure to serialize, only to find that - somewhere, somehow - something non-serializable has been referenced by your structure, you will find this tool indispensible. Sertool crawls an object graph and outputs the details of all objects that will be serialized by the CLR, highlighting any errors it finds along the way. It allows you to see which objects reference other objects and, hence, determine how the non-serializable types are being referenced by your data. read more...

add a comment |category: |Views: 9

tags: another