4379Generating Text Images on the Fly with ASP.NEThttp://www.asp101.com/articles/john/textimage/default.aspknow I promised that I wouldn't go into them, but one of my favorite uses of this type of thing is to tell human visitors to your web site apart from computer visitors (spiders). By generating an image with a text message, you can ask visitors to type in the text to verify that they're not a computer. Granted there are computer programs (OCR or optical character recognition programs) that can do this type of thing, but they're relatively complex to write and are pretty easily fooled by picking weird fonts or distorting the images slightly. Most of the bigger web service providers like those that provision free email accounts or free web space have already implemented something like this. For more info, check out the CAPTCHA Project. The 8 page technical report available from the site's home page makes for an interesting read if you're interested in the topic.ASP.NET > Tips and TutorialsOct 10, 2006
As part of our discussion on new ASP.NET 2.0 features, we now discuss new server control Bulleted List. In our efforts to display organized data which makes sense to reader, we make use of different server controls in ASP.NET 2.0 to render organized data. Similarly, Bulleted List control also helps in displaying collection of items in a bulleted list. The Bulleted List server control is meant to display a bulleted list of items easily in an ordered or unordered fashion. To specify the individual list items in the list, you put a ListItem control for each list entry between the opening and closing tags of the Bulleted List
language called C#. C# is a simple, modern, object oriented, and type-safe programming language derived from C and C++. C# (pronounced ?C sharp?) is firmly planted in the C and C++ family tree of languages, and will immediately be familiar to C and C++ programmers. C# aims to combine the high productivity of Visual Basic and the raw power of C++.C# is a strongly-typed object-oriented language designed to give the optimum blend of simplicity, expressiveness, and performance.
VB.NET 2005 Tutorials: Creating and Managing .NET Assemblies Single-file and multi-file assemblies, Combining modules written in different languages, Creating a multi-file assembly, End Namespace, Static and dynamic assemblies, Private and shared assemblies, Sharing an assembly, Satellite and Resource-only assemblies, Compiling Satellite Assemblies, Compiling Satellite Assemblies With Strong Names, Obtaining the Public Key, Delay Signing an Assembly, Re-signing an Assembly, Installing a Satellite Assembly in the Global Assembly Cache, Resources in Applications, Creating and Localizing Resources and Packaging and Deploying Resources.
VB.NET 2005 Tutorials: Creating Web Service Project - In this tutorial you will learn about Creating a Web Service Project. To create an XML Web service project and thereby separate the functionality of the web service from the web site:
Performance is the key requirement of any application. One of important technique which helps in the performance of application is Caching. Caching is the process of storing frequently used data on the server to fulfill subsequent requests. Reusing pages from memory is much faster than re-creating pages every time they are requesting. Caching increases your application's performance, scalability and availability. In ASP.NET, caching is implemented as an HttpModule that listens to all HttpRequests that come through the ASP.NET worker process.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.