ASP.NET Links
List of interesting links devoted to ASP.NET. This is a WIP post.
- Master Pages in ASP.NET 2.0
- How to maintain state between virtual directories? (via Ali Parvaresh)
- Firing JavaScript events when textbox changes
- Minimizing code behind in ASP.NET 2.0 (via Fritz Onion)
- Simple Factory Pattern side by side with Abstract Pattern
- ASP.NET 2.0 Unhandled Exception Issues
- Abstract Factory Design Pattern in ADO.NET
- Creating Menu Based on Role
- Efficiently Paging Through LARGE Resultsets in ASP.NET 2.0 (via Scott Mitchell)
- *** Real-world, common practices for starting a new ASP.NET project
- Client Side Validation with JavaScript in ASP.NET
- Remote Scripting in ASP.NET
- 4 ways to send a PDF file to an IE Client
- *** Spawning threads, impersonation and .NET 2.0 (via Mike Wood)
- Drag and Drop ASP.NET 2.0 Web Parts in FireFox (with Atlas) (via Christopher Steen)
- Efficient Data Paging and Sorting with ASP.NET 2.0 and SQL 2005 (via Christopher Steen)
- Base Page Class Website Development
- ASP.NET 2.0 Tips and Techniques (via Jason Haley)
- ObjectDataSource in Depth Part I
- ObjectDataSource in Depth Part II
- ObjectDataSource in Depth Part III
- *** ASP.NET Caching Basics
- Create Meta Tags Programmatically in ASP.NET 2.0
- ASP.NET Common Web Page Class Library Part 1
- ASP.NET Common Web Page Class Library Part 2
- ASP.NET Common Web Page Class Library Part 3
- ASP.NET Common Web Page Class Library Part 4
- Master Pages: Tip, Tricks, and Traps
- A Crash Course on ASP.NET Control Development: Template Properties
- *** ASP.NET Memory: You use the same dll in multiple applications, is it really necessary to load it multiple times?
- Strong named assemblies should not be stored in the bin directory
- Check your Web Site today for these common assembly related memory and perf issues
- Source Code for the Built-in ASP.NET 2.0 Providers Now Available for Download
- A Client Script Helper Utility Class
- DropDownList in GridView Method 1 Method 2
- Web Application Settings in ASP.NET 2.0
- Cool MSDN ASP.NET 2.0 GridView Control Article (via Jason Haley)
- Use ASP.NET 2.0's TreeView to Display Hierarchical Data
- Caching Data for Better Performance
- *** BusyBoxDotNet - cool ASP.NET wait dialog demo (via James Avery)
- Validating data in GridView control
- *** Web Parts in ASP.NET 2.0
- Designing Web Services - Contract First
- ASP.NET Wizards and Session Variables
- Configuring your ASP.NET 2.0 Site
- Working Smarter with ASP.NET 2.0 (via The Daily Grind)
- Adding Dynamic Menus with ASP.NET 2.0
- More Efficient Method for Paging Through Large Result Sets (via Chrisopher Steen)
- ASP.NET 2.0 Crash case study: Unhandled Exceptions (via Chrisopher Steen)
- Keeping Secrets in ASP.NET 2.0 - Encryption (via Chrisopher Steen)
- Optimizing Your ASP.NET Pages for Faster Loading and Better Performance
- Using Reflection to dynamically expose business logic through a Web Service
- Caching Domain Objects
- ASP.NET 2.0: Implementing Single Sign On (SSO) with Membership API
- A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
- A little confused by Web Parts Connections in ASP.NET 2.0? This might help.
- Duplicate WebControls at Runtime for Better Web Usability
- Stream File to Browser (Memory Stream)
- Menus in ASP.NET Applications
- SharePoint 2007 and ASP.NET 2.0 Web Parts
- Writing Custom Web Parts for SharePoint 2007
- Export to Excel/Word from Nested GridViews
- A Provider-Based Service for ASP.NET Tracing
- Advanced Caching Techniques in ASP.NET 2.0
- Dynamically Setting the Page Title's in ASP.NET 2.0
- A Short Synopsis of ASP.NET ViewState
- Logging JavaScript Errors to ASP.NET
- Designer support for complex objects on an ASP.NET control
- Extending Controls with new Properties
- Implementing two-way Data Binding for ASP.NET Web Forms
- ASP.NET 2.0 and Web Standards - Expression Web Designer (via Jason Haley)
- *** Adding a zip filter to web services (via Jason Haley)
- ASP.NET Obfuscating the Querystring (via Jason Haley)
- Tips to improve ASP.NET applications (I know another set)
- Tame ASP.NET validation
- Using the ASP.NET 2.0 MultiView Control
- ASP.NET Tip: Create a BasePage Class for all Pages to Share
- Modifying Web.config file programmatically
- How to make ASP.NET applications that support mobile devices
- Localization in ASP.NET 2.0
- A better refresh button for ASP.NET pages
- Browser Detection using ASP.NET
- Create a ViewState Property
- ASP.NET 2.0 Data Binding Samples
- Code to screen scrape a website
- Anonymous Personalization Trick in Web Parts
- A Developer's Introduction to Microformats
- AJAX Enabling ASP.NET 2.0 Web Parts with Atlas
- Examination of the FormView Control (via Jason Haley)
- Multiple form-based programming in ASP.NET
- Service Management (manage services running on a system)
- Dynamically add Web Part controls to WebPart CatalogZone
- Validate multiple objects in ASP.NET
- Passing Server-side values to Client-side script
- How to deploy ASP.NET Web Applications (via Jason Haley)
- Dynamic ASP.NET Form Tabs
- HOWTO: ColSpan and RowSpan in ASP: GridView Controls
- Client side in ASP.NET: Common Javascript functions (via Jason Haley)
- How to send a file from web server to browser
- Invoking a web service without web reference
- ASP.NET Web Application and Windows Authentification
- Asynchronous Web Parts
- Model View Presenter (MVP) with ASP.NET (via Jason Haley)
- Enhancing the presentation of standard validator outputs
- Base Classes and Extending the @Page Directive (via Jason Haley)
- ASP.NET 2.0 Sitemap/Menu Editor (via Jason Haley)
- ViewState Compression (via Jason Haley)
- Asynchronous WebMethod Calls
- Asynchronous WebService Calls - Truth Behind Begin... End... functions
- Model View Presenter Meets ASP.NET 2.0
- ASP.NET 2.0 WebPart Framework Basics
- Taking an ASP.NET application offline
- Writing Custom Web Parts for Sharepoint 2007
- Forms Authentication Timeout
- Store View State in a Persistent Medium, the Proper Way
- Implementing Optimistic Concurrency
- Creating custom sections in web.config
- Bind Xml file to a GridView
- The simpliest error reporting in ASP.NET
- Using Bind with nested properties
- Navigation Patterns in Web Applications
- Themes and Skins, Global Themes, Programmatically Applying Themes
- Increase Web Site Performance with ASP.NET Caching
- Using Data with ASP.NET - 10 of My 'Best Practices'
- ASP.NET Best Practice Analyzer
- Working with GridView without using DataSource controls
- Securing PDF and ZIP Files in ASP.NET
- Scott Guthrie's August 9th ASP.NET Link-Listing
- Exception Handling Techniques in ASP.NET
- ****Extended GridView Control
- A Custom File Upload using a web control and integrated validation
- Establishing ASP.NET 2.0 WebPart Communication
- The .NET 2.0 Framework Provider Pattern
- Exception Handling in C# and ASP.NET
- ASP.NET Tip: Control the layout of your input forms
- Writer cleaner and clearer ASP.NET Session Code
- Testing ASP.NET UI: WATIR Impressions
- Automatic Object Persistency - Part I
- Lost Session variables and app domain recycles
- ASP.NET Page Life Cycle Overview (MSDN)
- ASP.NET Caching Dependencies (via Jason Haley)
- UI for simple HTTP File Downloader (via Jason Haley)
- Getting the currently executing Control in ASP.NET
- Efficiently paging through large amounts of data
- Paging and sorting report data
- ASP.NET/C# File Repository
- Make session last forever
- Sending Email in ASP.NET 2.0



1 comments:
Nice Collection very useful
Post a Comment