ASP.NET Tutorials
» Free Tutorials, Articles, Examples, Code Snippets,...
Not Logged In.
Login
AspAlliance.com
Web
AspAlliance
Register
Edit My Profile
Author List
Write for Us
About AspAlliance
Contact Us
Privacy Policy
Link To Us
Advertise
Subscribe
Free Newsletter
Newsletter Archive
RSS Syndication
.NET Tutorials
Learn .NET
Learn WCF
Learn WPF
Learn ASP.NET
Learn AJAX
Learn Silverlight
Learn Visual Studio
Learn ADO.NET
Learn LINQ
Learn C# (CSharp)
Learn VB.NET
Learn Web Services
Learn Controls
Learn BizTalk
Learn SharePoint
Learn Mobile
Learn SQL
Learn SQL Reporting
Learn Windows Forms
Learn XML
Learn Crystal Reports
Learn telerik
Learn FarPoint
Learn DevExpress
Examples
ASP.NET 2.0 Examples
ASP Tutorials
Learn ASP
Learn VBScript
Learn JScript
Learn SQL
Learn XML
Other Tutorials
Learn Java
Learn Oracle
Opinion / Editorial
Crystal Reports Alliance
Free Tools
Cache Manager
SimpleCMS
Reviews
Book Reviews
Product Reviews
Expert Advice
Books
ASP.NET Developer's Cookbook
Sample Chapters
Book Reviews
Community
Developer Jobs
Resource Directory
ASP Email Lists
ASP.NET Email Lists
Whidbey Email Lists
AspAlliance Groups
SQL Email Lists
XML Email Lists
Regular Expressions
MS Communities
CodeWise Communities
Web Hosting
ASP Hosting
Dedicated Servers
FREE Hosting
Shared Hosting
Web Farm Hosting
AspAlliance Developer Centers
Crystal Reports
||
Developer Express
||
FarPoint
||
Reporting Services
||
telerik
AJAX
||
Developer Jobs
||
Videos
Product Spotlight
Hosting Spotlight
Recent Articles
CodeSnip: Unexpected behavior with C# auto-implemented properties
, 14 May 2008,
Joseph Chahine
(rss)
In this code snippet, Joseph examines a scenario of an unexpected behavior which will happen while using C# auto-implemented properties with reflection. After providing a step-by-step description of the scenario, he provides the complete code listing of all the C# files used in the sample project along with a screenshot of the final output and the relevant Visual Studio 2008 project.
First Look: Silverlight 2.0 UI Controls
, 12 May 2008,
Todd Anglin
(rss)
With the release of the Silverlight 2.0 beta plug-in, Microsoft has introduced a number of new UI controls to the Silverlight platform. These tools make the task of building complete Silverlight applications much easier, so it is essential to understand their function. In this article, we examine in-depth all of the new UI controls provided in Silverlight 2.0 and demonstrate how they can be used to quickly build professional Rich Internet Applications.
Build Blazing Fast Windows® and ASP.NET Applications with DevExpress LINQ-Enabled Grid Controls
, 12 May 2008,
Developer Express
(rss)
Advanced data-aware components for Visual Studio have traditionally been unable to consume large datasets efficiently. In this whitepaper, see how with DevExpress LINQ-Enabled Grid Controls, these performance limitations are a thing of the past. You’ll learn how and why complex data analysis and mining operations like grouping, sorting, filtering, and summary computations against large remote datasets can now easily be leveraged by developers for client machines.
LINQ to SQL Instantiation
, 09 May 2008,
Brian Mains
(rss)
This article discusses how and when the objects within LINQ to SQL are created and instantiated, and how it maintains a list of the changes that need submitted to the database. It also discusses how this can be managed and some of the intricacies in LINQ with the help of source code.
Managing Configuration Data Programmatically in ASP.NET 2.0
, 07 May 2008,
SANJIT SIL
(rss)
This article describes how to manage configuration data programatically through an ad hoc API in ASP.NET 2.0. After providing a brief introduction, Sanjit examines the usage and application of connection strings and encryption with the help of source code. Finally, you will learn the concepts involved with the configuration provider.
All recent articles
Sponsored Whitepapers
All whitepapers
Hosting Spotlight
Product Spotlight
Recent Videos
Video: On Demand UI Loading Using ASP.NET AJAX
, 12 May 2008,
Mohammad Azam
(rss)
In this video Mohammad Azam demonstrates how you can load the UI based on a user's demand. This technique improves performance by saving the size of the initial page load. [5:16]
Video: A Look into the LoginView Control
, 05 May 2008,
Mohammad Azam
(rss)
In this video Mohammad Azam demonstrates how to display role based data using the LoginView control. [8:08]
Video: Creating Bar Charts Using Graphics API in Microsoft.NET Framework
, 02 May 2008,
Mohammad Azam
(rss)
In this video Mohammad Azam demonstrates how to create a bar graph using the Graphics API provided by the Microsoft.NET Framework. [9:01]
Video: Compressing ViewState Using the GZip API
, 30 Apr 2008,
Mohammad Azam
(rss)
In this video Mohammad Azam demonstrates how to compress the ViewState of an ASP.NET page using the GZip API. He explains how to use a base page to manage the ViewState compression for all pages on a site. [6:38]
Video: ASP.NET Grid Performance
, 29 Apr 2008,
Developer Express
(rss)
The latest Developer Express grid control for ASP.NET performs well even with very large data sets. This video shows some examples of the grid in action. Watch it to learn more.
All recent videos
Most Popular Articles (Most Views In Last 10 Days)
Make Reports Quickly With ASP.NET and XML
, 07 Jul 2004,
Andrew Mooney
(rss)
Sometimes you need to create reports quickly. You might not always have time to format fancy reports containing graphs. Or maybe you have to create reports that do not need graphs. Reusing one ASP.NET web page you can display many reports.
Dynamically Templated GridView with Edit, Delete and Insert Options
, 22 Jan 2007,
Mahr G. Mohyuddin
(rss)
In this article the author presents a comprehensive solution to build a GridView with template fields generated at run time with in-place Insert, Delete and Edit operations with a full description of an effective implementation and usage of ITemplate interface.
ASP.NET Performance Tips
, 09 Jan 2008,
Adiseshu Dasari
(rss)
This article provides some tips to improve the performance of your ASP.NET applications by using multiple recordsets, paged data access, and Cache API. The author further examines Per-request, Page output, and Kernel caching mechanisms along with a description of connection pooling and GZip compression.
Detecting ASP.NET Session Timeouts
, 27 Sep 2004,
Robert Boedigheimer
(rss)
Determine if a user's Session is still active.
Populating a DropDownList using AJAX and ASP.NET
, 06 Sep 2005,
Ramaprasad Potturi
(rss)
AJAX is the latest buzzword in the web development industry. But what is it, and how can you use it? Ramaprasad Potturi and Sanjay Patnaik explain the technology and provide a real-world example of a web page that presents a country and state pair of drop-down lists, where the state drop-down list is populated dynamically on the client side, removing the need for the page to post back to the server.
All Articles Index
Industry News
MySQL in a Nutshell, Second Edition--New from O'Reilly
, 15 May 2008
Create Practical Mashup Projects with New Book on Ruby on Rails
, 14 May 2008
Go Beyond the Basics of Blogger with New Book
, 14 May 2008
Create Drupal 6 Modules with New Book
, 14 May 2008
Deploying Rails Applications: A Step by Step Guide
, 14 May 2008
More News
|
Submit News
News from DotNetSlackers.com
Latest Blog Posts
Overriding ASP.NET Form Action Attribute
(ASPLD) ASP.NET Link Directory In Beta
Java.Net : Integration of Java and .NET
Web User Control ASP .Net Developers
Building a Pub/Sub Message Bus with WCF and MSMQ
Cropper can now work on x64 Windows (and SvnBridge works well)
Automated Builds with SQLExpress
Note on Customizing Content Query Web Part
DevConnections Las Vegas - Nov 2008
Silverlight Consuming REST Services
Note on Customizing Content Query Web Part
- Colt
Calendar Day View: TDD Breakdown
- bmains
Installing MOSS 2007 on Windows Server 2008
- kaevans
Validation Application Block and PropertyProxyValidator
- bmains
Philly.net Code Camp #2
- Jason N. Gaylord
Outlook Add-On for Google Apps?
- Jason N. Gaylord
RFC2396 URL 1.0 Released
- Keyvan Nayyeri
ASPxGridView Screencast: Templates
- Mehul Harry (Developer Express)
Repairing SQL 2005 Business Intelligence Studio after uninstalling VS2005
- joteke
Visual Studio 2008 SP1 Beta and Performance
- Mehul Harry (Developer Express)
More Blogs
Latest KB Updates
Smart Client Software Factory Security Problems With Partially Trusted Callers
, 23 Apr 2008
When you apply ASP.NET hotfixes or updates, the installer may stop and then restart the IIS Admin Service and all dependent services
, 23 Sep 2007
How to maintain the ASP.NET session state
, 18 Feb 2007
FIX: Error message after you upgrade from Windows XP SP2 to Windows Vista: "Server Application Unavailable. The web application you are attempting to access on this web server is currently unavailable"
, 31 Jan 2007
FIX: A Web page that is served from IIS 7.0 may display the source code for the .aspx file after you upgrade a computer from Windows XP to Windows Vista
, 27 Jan 2007
Latest Resources
»
Media Player Web Part
»
Menu Web Part
»
CodeDigest
»
Tree Web Part
»
Home of ASP.NET FAQs
Community Advice:
ASP
|
SQL
|
XML
|
Regular Expressions
|
Windows
©Copyright 1998-2008 ASPAlliance.com | Page Processed at 5/17/2008 1:14:37 PM
About ASPAlliance
|
Newsgroups
|
Advertise
|
Authors
|
Email Lists
|
Feedback
|
Link To Us
|
Privacy
|
Search