epley

Stories kicked by epley

Writing Tests to Catch Memory Leaks in .NET(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 6 months ago

Although Microsoft will claim that it is "not possible to have a memory leak in managed code", most seasoned .NET developers will laugh at that statement. It turns out that it is very easy to leak memory -- just keep a referencing object around longer than the referenced object, and you can leak. Here is a way to write tests to catch leaks. read more...

2 comments |category: |Views: 608

tags: another

Cloud Computing (and Azure) - Right for your site?(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 6 months ago

A quick overview of cloud computing options and benefits from a web hosting standpoint. read more...

1 comment |category: |Views: 452

tags: another

Morning Dew Quick Review - Balsamiq Mockups for Desktop(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 6 months ago

Balsamiq Mockups for Desktop from Balsamic Studios LLC is a simple, easy to use tool for creating UI mockups with a hand-drawn look to them. Balsamiq is a Micro ISV founded by Giacomo Guilizzoni, formerly a Senior Software Engineering Lead for Adobe. Mockups for Desktop is an Adobe AIR application with a small footprint. read more...

1 comment |category: |Views: 202

tags: another

How to Compare / Test the Equality of two Queries in SQL Server(blog.troyd.net)

submitted by powerrushpowerrush(3873) 3 years, 6 months ago

Compare / Test the Equality of two Queries in SQL Server using this short T-SQL read more...

1 comment |category: |Views: 382

tags: another