April 2005 - Posts

VS.NET Change Case AddIn

This article describes step by step creation of an AddIn for VS.NET
with 0 Comments

How To Add A 5-Day Forecast To Your Website

An article that demostrates the use of the National Weather Service's Experimental National Digital Forecast Database XML Web Service
with 0 Comments

8 tips to make you more efficient as an ASP.Net developer

Find out
with 0 Comments

.NET Encryption Simplified

A simple, string-oriented class for symmetric encryption, asymmetric encryption, and hashing.
with 0 Comments

VB.net 2005 gets refactoring

Looks like VB.NET 2005 now has Refactoring, available in Beta 2!  The download is available here.
with 0 Comments

Good looking Community Server blog site

Jay Kimble's blog is a good looking example of a custom skinned site.

 

with 0 Comments

The One-Page Guide to Agility

The One-Page Guide to Agility is a simple write up on the agile development process.
with 0 Comments

Dynamic page updates using XMLHTTP

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...

with 0 Comments

Asp.net page events fire order

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

MethodPostBackControls

ConstructorAlwaysAll
AddParsedSubObjectAlwaysAll
DeterminePostBackModeAlwaysPage
OnInitAlwaysAll

LoadPageStateFromPersistenceMediumPostBackPage
LoadViewStatePostBackAll
ProcessPostData1PostBackPage
OnLoadAlwaysAll

ProcessPostData2PostBackPage
RaiseChangedEventsPostBackPage
RaisePostBackEventPostBackPage
OnPreRenderAlwaysAll

SaveViewStateAlwaysAll
SavePageStateToPersistenceMediumAlwaysPage
RenderAlwaysAll
OnUnloadAlwaysAll

with 0 Comments

How-to use the indexer to find content in Asp.net

Searching Your Website with Microsoft Index Services
with 0 Comments

Blogmapping

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.

with 0 Comments

Great info on CS

I ran across a couple sites that have some great info on customizing Community Server.

 

with 0 Comments