Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > ASP.Net
Search:
What's New - What's Hot
More Categories for Application Making Application Making (58)
Listings for ASP.NET Administration ASP.NET Administration (39)
Listings for ASP.Net Sites ASP.Net Sites (10)
Listings for Assembly Assembly (67)
Listings for Browsers Browsers (73)
Listings for Business & Enterprise Business & Enterprise (12)
Listings for Caching Caching (328)
Listings for Class Libraries Class Libraries (94)
More Categories for Code Management Code Management (190)
Listings for Compiler Compiler (7)
Listings for Component Component (145)
More Categories for Configuration Configuration (179)
Listings for Cookies Cookies (80)
Listings for Custom Controls Custom Controls (763)
Listings for Data Binding Data Binding (176)
More Categories for Database Database (3446)
Listings for Date & Time Date & Time (56)
Listings for Debugging Debugging (128)
Listings for Deployment Deployment (85)
Listings for Directory Listing Directory Listing (48)
Listings for DNS Functions DNS Functions (3)
Listings for Documentation Documentation (4)
Listings for Domain Controller Domain Controller (4)
Listings for E-Commerce E-Commerce (8)
Listings for Email Email (253)
Listings for Error Handling Error Handling (157)
Listings for Event Handling Event Handling (103)
Listings for Exception Handling Exception Handling (69)
Listings for FAQ FAQ (96)
More Categories for File Management File Management (237)
Listings for Flash Flash (3)
More Categories for Form Handling Form Handling (177)
More Categories for Function Function (12)
Listings for Globalization Globalization (91)
More Categories for Graphics & Charts Graphics & Charts (329)
Listings for Image manipulation Image manipulation (96)
Listings for Introduction Introduction (109)
More Categories for Language Reference Language Reference (97)
Listings for Master Pages Master Pages (122)
Listings for Migration to ASP.Net Migration to ASP.Net (224)
More Categories for Miscellaneous Miscellaneous (1)
Listings for Mobile Mobile (79)
Listings for Namespace Namespace (17)
Listings for Object Oriented Object Oriented (153)
More Categories for Office Documents Office Documents (50)
Listings for Performance Tuning Performance Tuning (174)
Listings for Popup Calendar Popup Calendar (17)
Listings for Popup Window Popup Window (39)
Listings for Reflection Reflection (19)
Listings for Regular Expressions Regular Expressions (59)
Listings for Remoting Remoting (50)
Listings for Request Request (34)
Listings for ResourceManager ResourceManager (5)
Listings for Response Response (14)
Listings for RichTextBox RichTextBox (31)
Listings for RSS RSS (125)
Listings for Sample Chapters Sample Chapters (1945)
More Categories for Scripting Scripting (788)
Listings for Search engine Search engine (22)
More Categories for Security & Encryption Security & Encryption (233)
Listings for Serialization Serialization (37)
More Categories for Server Application Server Application (16)
More Categories for Server Controls Server Controls (3653)
Listings for Server Variables Server Variables (38)
Listings for Session State Session State (153)
Listings for Site Performance Site Performance (23)
Listings for SQLXML SQLXML (16)
Listings for State Management State Management (76)
More Categories for Strings & Variables Strings & Variables (9)
Listings for System.drawing System.drawing (3)
Listings for System.Web System.Web (27)
Listings for Threading Threading (62)
Listings for Tips & Tricks Tips & Tricks (1221)
Listings for Title & tags Title & tags (9)
Listings for Tracing Tracing (63)
More Categories for User Management User Management (397)
Listings for View State View State (123)
Listings for Visual Studio.Net Visual Studio.Net (14)
More Categories for Web Application Web Application (28)
Listings for Web Development Web Development (248)
Listings for Web Forms Web Forms (358)
More Categories for Web Services Web Services (728)
Listings for XML and ASP.NET XML and ASP.NET (311)
 


Code Review and Code Optimization - ASP.NET    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Manikavelu V       Rating:  
Read Reviews | Write Review |   Your Rating: 

* Use Close or Dispose on objects that support it using the Using Statement

* Implement Finalize only if you hold unmanaged resources across client calls, UnManaged code should be removed, since it won't be managed by the CLR...

Implementing auto-tiling functionality in a tile map editor    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Colin Vella       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article presents a simple algorithm and supporting data structures for implementing auto transitioning tiles in applications such as tile-based level editors like RPG Maker and the Starcraft level editor. When this functionality is implemented in a tile map editor, it significantly speeds up content generation and ensures consistent tile usage....

Exploring The Continuum Of Test Doubles    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Mark Seemann       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the past couple of years, unit testing has gained tremendously in popularity; but while most developers understand the overall concept, certain aspects have been more elusive. Among these is how to effectively replace component servers for testing purposes. Most people call these replacements stubs or mocks, but as I will show in this article, these are only two types in a larger continuum of replacements....

Debugging finalizers    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Stephen Toub       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have a bunch of custom types that, for one reason or another, need to implement IDisposable. I want to make sure that the other developers on my team using this class always dispose of my types correctly. What can I do to warn one of my teammates if he forgets to call Dispose?...

Measuring the Impact of View State    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: John Robbins       Rating:  
Read Reviews | Write Review |   Your Rating: 

Isn't it funny how the Microsoft® .NET Framework is thought of as an environment where you don't have to think about memory? Of course, what's one of the number one issues that continues to plague managed applications today? Memory! Why? When the garbage collector runs to reclaim memory, the common language runtime (CLR) suspends all the threads in the application—and no work gets done. When you're not getting any work done, you have a performance problem....

Redefine Your Build Process with Continuous Integration    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Jay Flowers       Rating:  
Read Reviews | Write Review |   Your Rating: 

When using a Continuous Integration (CI) system, team members integrate application components early and often, up to several integrations a day per developer. Lest that idea set your teeth on edge, note that each integration is immediately checked and verified by an automated build to find any errors instantly. While the concept of CI might take some getting used to, it can be a valuable system....

Powerful Text Editing, Web Testing in .NET, Extended Unit Testing, and More    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: James Avery       Rating:  
Read Reviews | Write Review |   Your Rating: 

A good text editor is an essential tool for every programmer. A programmer's choice of text editor is also one of the more frequent debates you will hear in the halls of conferences and workplaces. TextMate, a Mac OS X text editor, has quickly risen to popularity on that platform based on its ease of use and powerful extensibility capabilities. E Text Editor is a new text editor that tries to bring that same simplicity and powerful extensibility to the Windows® platform....

Documenting the Life Cycle of an ASP Page    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Gregory.Gadow       Rating:  
Read Reviews | Write Review |   Your Rating: 

When coordinating code between a master page, a child page and several controls, it can be very useful to have a listing of when each event is fired. There are a lot of lists on the web but they are rarely complete, and I have yet to find the code on how the lists were created. In the end I wrote my own testing framework, which is the topic of this article....

Single Sign On (SSO) for cross-domain Asp.net applications, a simple implementation model    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Al-Farooque Shubho       Rating:  
Read Reviews | Write Review |   Your Rating: 

"Yet another Monday morning at your office. Just started to wonder how fast the weekend just passed away, and how hard are the days going to be in this week. You got a mail! Oh no, not a lucrative job offer. Its just another requirement from your new client. Your client has a number of Asp.net of sites, and all he wants is to enable his users to log onto all sites just by logging into a single site. And, obviously, log out of all sites by logging out from a single site....

Display large amount of data in GridView Part-1    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Ravi Karia       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article explains how to display thousands or millions of data in GridView in ASP.Net 3.5.

Our main goal is to achieve super fast performance of gridview when it display large amount of data. When user navigates through data, they should not have feeling that they are navigating to millions of data....

Using ASP.NET AJAX Controls to Create Great Web 2.0 Experiences    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Murtaza Abdeali       Rating:  
Read Reviews | Write Review |   Your Rating: 

Infragistics delivers ASP.NET AJAX controls that are robust, lightweight, high-performing across browsers, and that leverage their expertise in creating superior user experiences for your application’s user interface. The ASP.NET AJAX controls in NetAdvantage for Web Client give you what you need t
This article is in the Product Showcase section for our sponsors at The Code Project. These reviews are intended to provide you with information on products and services that we consider useful and...

Crossbrowser SmartNavigation Alternative    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: ibrahimuludag       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the features of SmartNavigation is preserving the scroll position in longer pages. However, SmartNavigation only works with Internet Explorer. And another issue is, using SmartNavigation may cause some JavaScript errors. As a web developer, I need to preserve scroll position in longer pages to prevent the visitor be lost in the page....


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net