home links tips
code users tools tutorials projects web help design
mudabone
suletzki trans48
nutrition reality
MarthaAttire!
| |
Enter tips on using .net. Please add tips as a new page.
| Templates |
Alway make the same X # of changes immediately after adding a new class to a project. Create a template. |
| Debug and the IDE |
When running code in the IDE with Solution Configurations=Debug the IDE creates .pdb files in the bin/debug directory. Running anything in the IDE will load ALL .pdb files on your computer. So - if you're working on 10 different projects make sure to clean out the .pdb files or, when you hit "play", you'll be waiting a long time. |
Dynamic Controls and View State
|
Simple code snipet showing how to add dynamic controls and have them managed in view state.
|
BuildEvents
|
BuildEvents are available in all projects. Here's how to add them to webservices and webapplications.
|
Dynamically Change Webservice URL
|
This will allow you to set the URL of a webservice at runtime. This allows you to configure this to ease moving from dev -> qa -> production (or whatever it is you do).
|
Comments:
Last Modified 1/29/05 2:45 PM
| Hide Tools
|
Thank you by example of Dynamic Changes URL of Web Services... is a high quality tip!
Thanks