mburto

Stories kicked by mburto

Google Code Search(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

Is it the end of the problem with lack of examples in the documentation? read more...

1 comment |category: |Views: 4

tags: another

Good Agile, Bad Agile(steve-yegge.blogspot.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

An interesting perspective on the good and bad of agile methodologies. read more...

1 comment |category: |Views: 18

tags: another

throw; vs. throw ex; Here's the difference!(mattgollob.blogspot.com)

submitted by dalzieldalziel(6230) 5 years, 7 months ago

The difference is that throw; preserves the original stack trace and throw ex; truncates the stack trace below the method in which the throw ex; call is located. read more...

add a comment |category: |Views: 23

tags: another

Writing Faster Managed Code: Know What Things Cost(msdn.microsoft.com)

submitted by jasper22jasper22(1320) 5 years, 7 months ago

This article presents a low-level cost model for managed code execution time, based upon measured operation times, so that developers may make better informed coding decisions and write faster code. (30 printed pages) read more...

add a comment |category: |Views: 19

tags: another

Annotating Your Code with Simple Tests(secretgeek.net)

submitted by secretGeeksecretGeek(115) 5 years, 7 months ago

idea: annotating functions with simple tests in XML comments -- a minimalist's approach to test driven development. (sorry to post my own stuff here, i'm looking for a hero to take this idea forward for me) read more...

1 comment |category: |Views: 1

tags: another

InfoQ: Why Would a .NET Programmer Learn Ruby on Rails?(infoq.com)

submitted by edburdoedburdo(1350) 5 years, 8 months ago

Expand your skills! Why you should learn a new language... and why it should be a non-MS language. read more...

add a comment |category: |Views: 14

tags: another

Top 10 Security Vulnerabilities in .NET Configuration Files(devx.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 8 months ago

Developers often concentrate on writing secure code but leave security vulnerabilities in application configuration files. Discover the most common configuration security problems—and how to avoid them. read more...

1 comment |category: |Views: 9

tags: another

Hidden Programs In Windows XP(smartbro.blogspot.com)

submitted by hezronhezron(100) 5 years, 8 months ago

A very usefull hidden program of windows xp read more...

add a comment |category: |Views: 11

tags: another

MbUnit - Unit Testing on Crack(hanselman.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

MbUnit is a "better xUnit" that's used by a myraid of folks I respect, including James Avery, Patrick Cauldwell and Phil Haack. It's under very active development, even though I'd once wondered aloud if it was "abandonware." It's decidedly not and it's just got a new facelift to prove it. read more...

add a comment |category: |Views: 80

tags: another

T-SQL script automatically adds auditing to a table(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 8 months ago

This handy T-SQL script makes adding auditing to your database really very easy. read more...

add a comment |category: |Views: 27

tags: another