This
article describes step by step creation of an AddIn for VS.NET
An
article that demostrates the use of the National Weather Service's Experimental National Digital Forecast Database XML Web Service
A simple, string-oriented
class for symmetric encryption, asymmetric encryption, and hashing.
Looks like VB.NET 2005 now has
Refactoring, available in Beta 2! The download is available
here.
Jay Kimble's blog is a good looking example of a custom skinned site.
The One-Page Guide to Agility is a simple write up on the agile development process.
Great how-to article on updates via XMLHTTP. It looks simple enough and should be made into a server control for ease of use. Read more...
Microsoft's article on this is more detailed than the following table.
Here is a quick summary of the page events and their load order. Taken from AspAlliance
Page Events Summary
|
| Method | PostBack | Controls |
|
| Constructor | Always | All |
| AddParsedSubObject | Always | All |
| DeterminePostBackMode | Always | Page |
| OnInit | Always | All |
|
| LoadPageStateFromPersistenceMedium | PostBack | Page |
| LoadViewState | PostBack | All |
| ProcessPostData1 | PostBack | Page |
| OnLoad | Always | All |
|
| ProcessPostData2 | PostBack | Page |
| RaiseChangedEvents | PostBack | Page |
| RaisePostBackEvent | PostBack | Page |
| OnPreRender | Always | All |
|
| SaveViewState | Always | All |
| SavePageStateToPersistenceMedium | Always | Page |
| Render | Always | All |
| OnUnload | Always | All |
|
Here is a good example of how to use a blogmap and some links to set one up.
A moment in blogmap time for March 6, 2005
Go here to create your blogmap.
I ran across a couple sites that have some great info on customizing Community Server.