englere

Stories kicked by englere

Better CAPTCHA Through Encryption(haacked.com)

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

Phil Haack outlines a nice technique for implementing a CAPTCHA control without relying on ViewState or Session state read more...

add a comment |category: |Views: 19

tags: another

LonghornBlogs is Dead, Long Live Windows-Now.com!(windows-now.com)

submitted by ekampfekampf(3195) 5 years, 7 months ago

LonghornBlogs switched to a new site... read more...

add a comment |category: |Views: 0

tags: another

A working alternative to ObjectDataSource(mikeoff.blogspot.com)

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

Standard ObjectDataSource control boundled with .NET Framework has some serious flows, which make it more or less unusable. Here is a working alternative. read more...

add a comment |category: |Views: 37

tags: another

Paint.NET(eecs.wsu.edu)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Paint.NET is an open source image and photo manipulation software designed to be used on computers that run Windows 2000, XP, Vista, or Server 2003. It supports layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. read more...

2 comments |category: |Views: 9

tags: another

Paging Records Using SQL Server 2005 Database - ROW_NUMBER Function(davidhayden.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

SQL Server 2005 has a ROW_NUMBER Function that can help with paging records for you database applications. ROW_NUMBER returns a sequential number, starting at 1, for each row returned in a resultset. David Hayden outlines its use in VB.NET. read more...

add a comment |category: |Views: 33

tags: another

Transactions made easy with .NET 2.0(developerfusion.co.uk)

submitted by RobChappelRobChappel(2720) 6 years, 4 months ago

One of the more significant improvement in .NET 2.0 is in the area of transactions. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of "ambient" transaction thanks to TransactionScope in the System.Transactions namespace. read more...

add a comment |category: |Views: 4

tags: another

Using .NET to make your Application Scriptable(developerfusion.co.uk)

submitted by james_crowleyjames_crowley(315) 6 years, 4 months ago

Shows how to use the built-in compilers in the .NET framework to allow users of your product to write script to control and hook in to the application. read more...

add a comment |category: |Views: 3

tags: another