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 2.0
Search:
What's New - What's Hot
Listings for Administrative Features Administrative Features (19)
Listings for AdOns AdOns (9)
Listings for Assembly Assembly (10)
Listings for Browsers Browsers (10)
Listings for Cache Cache (61)
Listings for Class Libraries Class Libraries (21)
Listings for Code Generation Code Generation (31)
More Categories for Code Management Code Management (11)
Listings for Compiler Compiler (13)
Listings for Components Components (8)
Listings for Configuration Configuration (100)
Listings for Custom Control Custom Control (219)
Listings for Data Binding Data Binding (38)
More Categories for DataBase DataBase (255)
Listings for Deployment Deployment (29)
Listings for Design and Architecture Design and Architecture (480)
Listings for Email Email (61)
Listings for Event Handling Event Handling (29)
Listings for Exception Handling Exception Handling (25)
Listings for FAQ FAQ (4)
Listings for File Management File Management (39)
Listings for Form Handling Form Handling (8)
Listings for Graphics and Charts Graphics and Charts (69)
Listings for Language Reference Language Reference (20)
Listings for Master Pages Master Pages (109)
Listings for Microsoft Office Microsoft Office (49)
Listings for Migration to ASP.Net 2.0 Migration to ASP.Net 2.0 (46)
Listings for Miscellaneous Miscellaneous (283)
Listings for Reflection Reflection (7)
Listings for Regular Expression Regular Expression (13)
Listings for Remoting Remoting (21)
Listings for Reports Reports (49)
Listings for RSS RSS (9)
Listings for Scripting Scripting (95)
Listings for Security Security (103)
More Categories for Server Application Server Application (166)
More Categories for Server Controls Server Controls (340)
Listings for Server Variables Server Variables (8)
Listings for Site Navigation Site Navigation (80)
Listings for StarterKit StarterKit (30)
More Categories for State Management State Management (19)
Listings for Style Features Style Features (226)
Listings for Threading Threading (39)
Listings for Tips & Tricks Tips & Tricks (170)
Listings for Tracing and Debugging Tracing and Debugging (34)
Listings for User Control User Control (89)
Listings for User Management User Management (34)
Listings for View State View State (32)
More Categories for Web Application Web Application (14)
Listings for Web Development Web Development (92)
Listings for Web Forms Web Forms (53)
Listings for Web Services Web Services (88)
Listings for XML and ASP.Net 2.0 XML and ASP.Net 2.0 (96)
 


New Features in .NET 4.0    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: ashish_2008       Rating:  
Read Reviews | Write Review |   Your Rating: 

Since ASP.NET 1.0, output caching has is being used to store the generated output of pages and controls. On subsequent requests ASP.NET can serve the HTML content more quickly from memory instead of generating the output from scratch. However this approach has the limitation that the generated output always has to be stored in memory and if the website experiences heavy traffic the memory requirements can be drastic....

Simplified Unit Testing for Native C++ Applications    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Maria Blees       Rating:  
Read Reviews | Write Review |   Your Rating: 

These days it can be hard not to feel downright oppressed as a native code developer—it seems like the developers using the Microsoft® .NET Framework get all the cool tools!...

Dynamic Themes in ASP.NET 2.0 (C#)    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Sue_NC       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET 2.0 makes dynamic themes really easy. No need to envy someone having cool multiple themes, you can have your own instantly! This article gives you step by step instructions on how to make dynamic themes in C#. You can try this code out with the Personal Web Site Starter Kit....

Group Determination In Software Testing    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

Consider the general problem of determining a best option from a list of choices, where the decision-making process is performed by a group of people rather than by a single person or by a purely quantitative technique. Examples of this type of activity include the residents of a state voting for the state's governor from a list of candidates and the board of directors of a large company determining which of several smaller companies to target for acquisition. In essence, the group must rank its...

What Makes A Good Software Tester?    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently, in conversations with software engineers and managers at Microsoft and other software companies, I have heard the same message repeatedly: finding really good software testers has always been difficult, but it seems to have become much more difficult in the past few years....

Design For Testability    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Jeremy Miller       Rating:  
Read Reviews | Write Review |   Your Rating: 

Don't adjust your dial; this is still a column about software design fundamentals. This time around I'd like to talk about testability, both as an important quality of your designs and as another tool you can use to create and think through designs. There is undeniable value in doing automated testing, but the question is whether the benefits of automated testing are worth the time and manpower investment. The benefits and costs of automated testing are greatly affected by design and architectur...

Analyzing Project Exposure And Risk Using PERIL    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

All software projects face risks. A risk is an event, which may or may not occur and which causes some sort of loss. The relationship between risk and software testing is straightforward. Because, except in rare situations, you cannot exhaustively test a software system, risk analysis reveals issues that can cause the most loss. You can use this information to help prioritize your testing effort. In this month's column, I present practical techniques you can use to identify and analyze the risks...

Getting Started With IronRuby And RSpec, Part 1    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Ben Hall       Rating:  
Read Reviews | Write Review |   Your Rating: 

"That's not what we asked for!" I'm sure most developers have heard this cry from a customer shortly after delivering the latest build. The customer could be yelling at the poor developer for various reasons—maybe the requirements were not correctly understood or part of the system simply did not work....

.NET Module Testing with IronPython    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Python scripting language has features that make it an excellent choice for performing several types of software testing. There are several implementations of Python available including CPython, the most common implementation on machines running UNIX-like operating systems, and IronPython, an implementation released in late 2006 that targets the Microsoft .NET Framework. In this month's column I'll demonstrate how to use IronPython to test .NET-based modules from both the Python command line...

Using Mocks And Tests To Design Role-Based Objects    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Isaiah Perumalla       Rating:  
Read Reviews | Write Review |   Your Rating: 

Within the realm of Test-Driven Development (TDD), mock objects can help you discover the roles that objects should play within a system, emphasizing how the objects relate to each rather than their internal structure. This technique can be employed to support good object-oriented design. Using mock objects as an aid to design turns out to be much more interesting than the common practice of using them simply to isolate a system from external dependencies....

Include Stylesheets and Scripts From A WebControl In MVC    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: webdev_hb       Rating:  
Read Reviews | Write Review |   Your Rating: 

Have you ever created a WebControl in MVC and though “Gee, it sure would be nice if I could add a stylesheet/script to the header of my page.” It’s not as easy as it used to be. This post goes over some code that can help you bridge that gap....

ASP.net 2.0 website as a sub application of a 1.1 website    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Zakir Hoosen       Rating:  
Read Reviews | Write Review |   Your Rating: 

Here's how to configure an asp.net 2.0 web application as a SUB APPLICATION of an existing asp.net 1.1 application. By design the root website, “inherit down” the config file to all sub applications. When the sub application loads, the runtime loads the config file from the root application and inherits down to all sub applications. This can be useful, sub apps can now inherit from the configuration of the root application, But this usefulness sometimes can cause us a problem when the web.config...


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