Contents tagged with ASP.NET Tips Tricks
-
How to provide ASP.NetWebadminfiles (WSAT) like user management for your hosted or online site
As you know , the WAT tool ( Website Administration Tool0 in ASP.NET 2.0 is working locally only , in this article you will know how to get it working with the remote websites too.
-
[Tip]Downgrade a VS 2008 .sln or .csproj to VS 2005
A nice tip by Tobias Hertkorn about how to downgrade A VS 2008 solution or project file to Vs 2005 corresponding one.
-
10 ASP.NET Performance and Scalability Secrets
An article by Omar Al Zabir explain 10 easy ways to make ASP.NET and AJAX web sites faster, more scalable and support more traffic at lower cost.
-
Restore Machine.Config file
If you made any changes to machine.config file and wish to restore it to its default , the .NET 2.0 framework provide a backup for this file incase you wish to reset it.
-
ASP.NET 2.0 Interview Questions
A list of ASP.NET 2.0 interview question
-
Add support for the iPhone to your ASP.NET pages
a good article explains the implementation of an ASP.NET handler to add support to iPhone in the ASP.NET pages by Albert Pascual .
-
Different ways of Validating ASP.NET Forms
An article explain different ways of validations by Shahed Khan explains :
-
Workaround: Debugging Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio
A nice tip by Vishal R. Joshi (Program Manager | Visual Web Developer Team) about how to debug Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio.
-
A list of Breaking Changes for ASP.NET 2.0 applications running in Integrated mode on IIS 7.0
-
.NET TOOLBOX: 25+ Tools and Tips For Working With .NET
A nice collections of 25+ tools to help you with your daily tasks. by Sean P. Aune