pepethecow

Stories kicked by pepethecow

Concurrency, Performance, Arrays and when Dirty Writes are OK(www.philosophicalgeek.com)

submitted by pepethecowpepethecow(56) 1 month, 2 days ago

This article will show how to increase the performance of a rather simple algorithm up to 80%, by showing how we can accept a loss in absolutely accuracy, and also taking advantage of how processors work. read more...

2 comments |category: |Views: 164

tags: another

Measure Amount of Data To Serialize with a Null Stream(www.philosophicalgeek.com)

submitted by pepethecowpepethecow(56) 1 year, 9 months ago

A tip on how to measure the amount of data you're about to serialize, using a Null Stream. read more...

add a comment |category: |Views: 2

tags: another

How to build a WPF Numeric Entry Control(philosophicalgeek.com)

submitted by pepethecowpepethecow(56) 2 years, 6 months ago

A tutorial on how to build a control for numeric entry in WPF, including full keyboard support, buttons that increment the value while you hold the mouse down, and more. This starts from scratch and explains not only how each part works, but why certain choices were made. Full source code project downloadable. read more...

add a comment |category: |Views: 36

tags: another

Determine CPU usage of current process in C++ and C#(philosophicalgeek.com)

submitted by pepethecowpepethecow(56) 3 years, 4 months ago

How to determine the CPU usage of the current process in Windows, with examples in both C++ and C#. read more...

add a comment |category: |Views: 165

tags: another

Software Developers Never Change(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years ago

So if you are to take anything away from this rant, take this, do what you love, and become the best at it. And if what you love isn’t your 9-5 job, deeply understand this and get out of the way of people who’s 9-5 job is what they love. read more...

add a comment |category: |Views: 338

tags: another

How to Track Database Changes With Triggers(philosophicalgeek.com)

submitted by pepethecowpepethecow(56) 4 years ago

How to easily and automatically track database changes, both in a single table and in foreign key tables. Also, code to effectively display changes in a list view. read more...

add a comment |category: |Views: 10

tags: another

Top 5 Attributes of Highly Effective Programmers(philosophicalgeek.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 3 months ago

Just an essential article. I would like to add "discipline" to this list. read more...

1 comment |category: |Views: 9

tags: another

MSDN Code Gallery (Direct link)(code.msdn.microsoft.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

The MSDN Code Gallery is a portal for snippets, samples and other resources. In it you can find pages that describe samples and supporting documents including screenshots and design documents. In addition, you will find hosted conversations about these samples, sample projects or other resources that have been provided to the community. This destination is open to the entire community to contribute content to. (Description from Soma's blog) read more...

add a comment |category: |Views: 12

tags: another

So Much for the Optimization(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 4 years, 3 months ago

Don't optimize prematurely your code, here's why. read more...

1 comment |category: |Views: 1

tags: another

Essential Graphic Design Tools for .NET Developers(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 3 months ago

Use Paint.NET, BluePrint CSS Framework, and the ASP.NET 2.0 CSS Friendly Adapters to quickly chalk up an ASP-Driven user interface. read more...

add a comment |category: |Views: 27

tags: another