veverkap

Stories kicked by veverkap

.NET 4.0 and System.Threading.Tasks(www.codethinked.com)

submitted by veverkapveverkap(815) 2 years, 4 months ago

Quick look at threading in .NET 4.0 and the new System.Threading.Tasks. read more...

1 comment |category: |Views: 653

tags: another

New Year's Resolutions for Software Developers(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 2 years, 4 months ago

A great list of ways to challenge yourself in 2010. I especially like "I will be an agent of change in my organization." read more...

4 comments |category: |Views: 543

tags: another

So, What is Duck Typing?(rosscode.com)

submitted by mjeatonmjeaton(724) 3 years, 8 months ago

"I'm going to lay out what I think Duck Typing is, and let you poke holes in it, and tell me where I'm wrong. " read more...

add a comment |category: |Views: 501

tags: another

What is your strategy for becoming a better developer?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 8 months ago

Let me know what your best habits, tricks, info sources, etc.... that you have which make you a better developer. And the top three are going to get a copy of "The Pragmatic Programmer" in order to make themselves a better developer. read more...

add a comment |category: |Views: 470

tags: another

Step by Step on how to start with new MS Technology(blogs.msdn.com)

submitted by veverkapveverkap(815) 4 years, 11 months ago

Interesting article read more...

add a comment |category: |Views: 3

tags: another

MSR Asirra: A Human Interactive Proof(research.microsoft.com)

submitted by veverkapveverkap(815) 5 years, 1 month ago

Pretty interesting CAPTCHA using animal pictures. read more...

add a comment |category: |Views: 2

tags: another

Executing a Query Asynchronously in .NET 2.0(aspadvice.com)

submitted by veverkapveverkap(815) 5 years, 1 month ago

This is a pretty slick idea. read more...

1 comment |category: |Views: 8

tags: another

Just Released! Enterprise Library 3.0 - April 2007(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 1 month ago

If you've been keeping up with the Community Technology Preview releases, there shouldn't be anything too surprising in the final release, although the overall quality should be much higher. All of the major new features have already been described on this blog or in other places, but here is a quick summary of the most significant changes: read more...

1 comment |category: |Views: 2

tags: another

.NET Framework Posters(blogs.msdn.com)

submitted by veverkapveverkap(815) 5 years, 1 month ago

This is a PDF of the .NET Framework poster included in the VS2005 retail box. read more...

add a comment |category: |Views: 292

tags: another

Gmail Paper(mail.google.com)

submitted by veverkapveverkap(815) 5 years, 1 month ago

Introducing GMail Paper read more...

1 comment |category: |Views: 2

tags: another

Sandboxie(sandboxie.com)

submitted by veverkapveverkap(815) 5 years, 2 months ago

"When you run a program on your computer, data flows from the hard disk to the program via read operations. The data is then processed and displayed, and finally flows back from the progam to the hard disk via write operations. Sandboxie changes the rules such that write operations do not make it back to your hard disk by using a transient storage system." read more...

2 comments |category: |Views: 1

tags: another

Top 10 Things I've Learned About Computers From The Movies(knowing.net)

submitted by veverkapveverkap(815) 5 years, 2 months ago

Humorous article about technology in movies. read more...

add a comment |category: |Views: 6

tags: another

Create High Quality Thumbnails with .NET(ivanuzunov.net)

submitted by veverkapveverkap(815) 5 years, 2 months ago

A fine replacement for the poor built-in thumbnail image script in .NET read more...

2 comments |category: |Views: 78

tags: another

SQLMesh(sqlmesh.com)

submitted by veverkapveverkap(815) 5 years, 2 months ago

SQLMesh Personal is a tool for extracting/searching through your Microsoft SQLServer (v6.5-2005) and Sybase ASE (v11.x-15.x) database objects. It will extract table schemas, triggers, views, and stored procedure information (footnote:so long as the text is not encrypted) and enable developers and DBAs alike to search their code for any combination of keywords. read more...

add a comment |category: |Views: 0

tags: another

Koders.com Makes Microsoft Visual Studio SDK Searchable(koders.com)

submitted by veverkapveverkap(815) 5 years, 2 months ago

The entire SDK is now searchable at Koders.com. read more...

2 comments |category: |Views: 2

tags: another

PolyDictionary(removingalldoubt.com)

submitted by veverkapveverkap(815) 5 years, 2 months ago

Put multiple types in a single dictionary without losing type safety read more...

1 comment |category: |Views: 4

tags: another