Visual SourceSafe Articles and Walkthroughshttp://www.ezds... Visual Sourcesafe 6.0http://msdn.microsoft.co... Beyond checkout and checkin (Read this article to understand Label, Cloak, Pin, Share, Branch, Merge Branch)http://software.eric... ......
Flexible and Plug-in-based .NET Application using Provider Pattern
http://www.codeproject.com/dotnet/smartjobmanager.asp
http://www.studygs.net/geni... Look at problems in many different ways, and find new perspectives that no one else has taken (or no one else has publicized!) 2. Visualize! 3. Produce! A distinguishing characteristic of genius is productivity. 4. Make novel combinations. Combine, and recombine, ideas, images, and thoughts into different combinations no matter how incongruent or unusual. 5. Form relationships; make connections between dissimilar subjects. 6. Think in opposites. 7. Think ......
Dynamically changing the Title of Asp.Net Pages: <HTML> <HEAD><asp:PlaceHo... id="titlePlaceHolder" runat="server" /> </HEAD> <BODY> ... ... ... </BODY></HTML> In the codebehind protected PlaceHolder titlePlaceHolder; private void Page_Load(object sender, System.EventArgs e) { System.Web.UI.HtmlControls.... PageTitle= new System.Web.UI.HtmlControls.... titlePlaceHolder.Controls.A... PageTitle.InnerHtml="The ......