Accuraty

Stories kicked by Accuraty

ASP.NET AJAX support in custom controls(codeproject.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

This article will be useful for any custom component developer who wants to update his/her controls so they will work correctly with ASP.NET AJAX. First, we will describe the most common problems that occur during such customizations and then propose the solution for those issues. read more...

add a comment |category: |Views: 12

tags: another

10 reasons why SQL Server 2008 is going to rock(angryhacker.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

Just like its predecessor, SQL Server 2008 is taking its sweet time to actually ship. However, unlike its predecessor, it won't just be a "worthwhile upgrade". It will kick ass. Here are the top 10 reasons why. read more...

add a comment |category: |Views: 976

tags: another

Creating great thumbnails in ASP.NET(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years ago

The built in function for creating thumbnails in ASP.NET is extremely convenient and very simple to implement. The trouble is that it produces relatively poor quality results and excessively large file sizes. The thumbnails tend to look very muddy when using this route, but many times it's good enough for whatever your needs may be. read more...

add a comment |category: |Views: 122

tags: another