.NET news » ASP.NET 
Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)
Authors: Bill Evjen, Scott Hanselman, Devin Rader
Average rating: (26 reviews)
More .NET ASP.NET books
Online Article: Top-Ten Annotations and Remarks about the Wonderful and Powerful New Set of Features in ASP.NET 2.0
Online Article: Top-Ten Annotations and Remarks about the Wonderful and Powerful New Set of Features in ASP.NET 2.0
You'll still write a good deal of code in ASP.NET 2.0.Don't completely trust those who say that ASP.NET 2.0 cuts 70% of the amount of code you're called to write. You'll end up writing more or less the same quantity of code, but you'll write code of different quality. You'll have more components and less boilerplate code to tie together pages and controls. Features like the provider model, data source controls, and master pages make coding easier and equally effective. But since there's no magic behind, you have to learn the implications of each feature you employ. In the end, ASP.NET 2.0 comes with code behind, not magic behind.
3 Jan 2006, 02:00:00 Source: Online Article: Top-Ten Annotations and Remarks about the...
Tags: ASP.NET
Invoking Asynchronous Tasks in ASP.NET 2.0
Invoking multiple tasks that are slow or lengthy always poses a challenge in front of developers. Normal approach is to develop a multithreaded component and delegate the tasks to it. In ASP.NET 1.x there was no direct support at web form level for executing such tasks in asynchronous manner. ASP.NET 2.0 on the other hand allows you to execute tasks asynchronously from within the web form itself. This article explores the two possible approaches with examples.
How To : Create a Dynamic Time Table in ASP.NET
There will be many times where you will need to have a time table in your applications.
This articles discusses on the same.
27 Dec 2005, 10:47:52 Source: How To : Create a Dynamic Time Table in ASP.NET
Tags: ASP.NET
Examples
ASP.NET 2.0 Page State Persister
ASP.NET 2.0 adds support for altering where ViewState data is stored for your pages. This article looks at how a new class can be created and used to store ViewState information in Session rather than the default hidden field.
Karamasoft UltimateSpell
UltimateSpell is an ASP.NET control to spell check editable content on your web pages.
* AJAX Enabled - Spell check very long text without compromising on speed. Sends small blocks of text to server using AJAX techniques without refreshing the page.
* Auto Find - Drag-and-drop the control onto your page, and you're done. It automatically finds and spell checks all editable controls.
* Cache Dictionary - Automatically caches dictionaries for fast interaction and data retrieval.
* Lots of Dictionaries - Currently 34 dictionaries available on our website. If not enough you can use your own dictionary as well.
* Show Options - Change the spelling options either on the server-side, or on the client-side inside the spell check dialog box at runtime.
Karamasoft UltimateSearch
UltimateSearch is a set of ASP.NET controls to provide search functionality at your website.
* Search Engine - Add a search engine to your website quickly and easily.
* Extensive Document Support - ASPX, ASP, HTML, PDF, DOC, XLS, PPT, RTF, TXT, and many more.
* Advanced Search Types - Provide advanced search options such as all words, any word, exact phrase, and partial match.
* Auto Suggestions - Display suggested search terms as the user types in the search textbox.
* Multi-Domain Search - Index as many websites and web applications as you wish into one common dictionary.
Serializing, Consuming, and Binding Generics in .NET 2.0
Generics are a powerful new feature in .NET 2.0, but it's not so obvious how to use them as return values from Web services, or how to bind them to controls. Find out how to serialize, data bind, and consume generic collections in ASP.NET 2.0
15 Dec 2005, 21:56:59 Source: Serializing, Consuming, and Binding Generics in .NET 2.0
Tags: Examples
ASP.NET
Turning an .ascx User Control into a Redistributable Custom Control
With previous versions of ASP.NET, developers had to decide whether to create custom controls or user controls. This article looks at a method for easily creating custom controls from existing user controls (ASCX files).
Building Speech-Enabled Applications with ASP.NET
As speech-enabled applications become a core requirement for many enterprise and commercial applications, you'll need to become familiar with the Microsoft Speech Platform.
Neodynamic Barcode Professional for ASP.NET 2.0 Released - Visual Studio 2005 full integration
Neodynamic is pleased to announce a new release of Barcode Professional for ASP.NET. This new version includes barcode generation enhancements and full-integration with Visual Studio 2005. Barcode Professional can generate the most popular Linear & 2D Barcode Symbologies. At design-time Barcode Professional presents an impressive designer that works in most popular Development Tools such as Microsoft Visual Studio .NET, Visual Studio 2005, Borland C# Builder, and so on.
13 Dec 2005, 02:00:00 Source: Neodynamic Barcode Professional for ASP.NET 2.0 Released...
Tags: Components
ASP.NET

