damphlett

Stories kicked by damphlett

Parallelism for the Masses - with Visual Studio 2010 and the .NET 4.0 (blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 7 months ago

Want to know how to really take advantage of all those multi-core processor machines out there? Tired of waiting for your old sequential applications to complete - while most of your multi-core CPU processors stand by like Turnpike Workers (one guy in the ditch digging – while 3 guys watch from above while leaning on their shovels?) Ever wanted to explore the wonderful world of Parallel Processing – but thought the barrier to entry was too high? read more...

3 comments |category: |Views: 339

tags: another

C# 4.0 Dynamic Lookup - Are You Kidding Me? (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 6 months ago

One of the core features introduced in C# 4.0 is called Dynamic Lookup which allows a unified approach to invoking things dynamically. When you have an object of type dynamic you can do whatever you like with it, those operations are resolved only at runtime. I DON’T LIKE IT, ARE YOU KIDDING ME? read more...

2 comments |category: |Views: 824

tags: another

Looking for DotNetNuke Modules? (minor rant, hopefully an informative (weblogs.asp.net)

submitted by christocchristoc(30) 3 years, 6 months ago

I’m going to start this blog post off with a minor rant about purchasing DNN modules, and had intended to follow that up with a discussion on the evolution of the DotNetNuke ecosystem customer, but both topics have grown larger than initially planned so I will break them up into two separate posts. So here goes the ranting, followed by what I hope will be an informative blog post. read more...

add a comment |category: |Views: 11

tags: another

Quote for October(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 7 months ago

A quote worth remembering! read more...

4 comments |category: |Views: 441

tags: another

Crack.NET - A runtime debugging and scripting tool for .NET(cracknetproject.com)

submitted by JoshSmithJoshSmith(215) 3 years, 7 months ago

Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of any .NET desktop application running on your computer. If you love Snoop and Mole for Visual Studio, you’ll love Crack.NET, too. Crack.NET allows you to “walk” the managed heap of another .NET application, inspect all kinds of values on objects, and even manipulate those objects via IronPython scripts. read more...

3 comments |category: |Views: 505

tags: another

Neptune (personal SMTP testing server)(donovanbrown.com)

submitted by jonasjonas(2215) 3 years, 7 months ago

Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. read more...

add a comment |category: |Views: 445

tags: another

Tool: Crack.NET(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years, 7 months ago

Introducing : Crack.NET read more...

add a comment |category: |Views: 863

tags: another

Json.NET 2.0 Beta 3 - Turkey Test Approved(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 1 month ago

Hopefully the final Json.NET 2.0 beta. Lots of new features and bug fixes. Library now passes 'The Turkey Test'. read more...

add a comment |category: |Views: 5

tags: another