Feeds:
Posts
Comments

Archive for August, 2008

SharePoint Server 2007 SDK: Software Development Kit V1.4 (August 2008)

http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9&displaylang=en

Windows SharePoint Services 3.0: Software Development Kit (SDK) V1.4 (August 2008)

http://www.microsoft.com/downloads/details.aspx?familyid=05E0DD12-8394-402B-8936-A07FE8AFAFFD&displaylang=en

Tips for improving backup and recovery performance (Windows SharePoint Services)

http://technet.microsoft.com/en-us/library/cc850701.aspx

Best Practices Resource Center for SharePoint Server 2007

http://technet.microsoft.com/en-us/office/sharepointserver/bb736746.aspx

 

Technorati Tags: ,

Read Full Post »

“Installer Class and Custom Actions” a comprehensive article about custom action and installer class: http://www.devcity.net/PrintArticle.aspx?ArticleID=339

 

“NHibernate Screencast Series” a series of webcasts about NHibernate

http://www.summerofnhibernate.com/

The Table of contents is:
Session 01: Setup and Basic Usage Pattern
Session 02: Exploring Query Methods and Syntaxes
Session 02a: Exploring Query Methods and Syntaxes (con’t)
Session 03: Exploring INSERT, UPDATE, and DELETE Semantics
Session 04: Exploring Transactions and Concurrency
Session 05: Modeling Foreign-Key Relationships in NHibernate
Session 06: Advanced Querying of Child Collections
Session 07: Exploring m:n Relationships, Views, and Components
Session 08: Effective Techniques for Database-Driven Modeling
Session 09: Effective Model-Driven Schemas
Session 10: Stored Procedures, Interceptors and NHibernate Query Analyzer — oh my!

Changing UI Culture on the fly

https://secure.codeproject.com/KB/cs/CultureManager.aspx

 

Technorati Tags:

Read Full Post »

in order to debug an installer custom action, simply put the following line where you want the breakpoint to be 

System.Diganostics.Debugger.Break();

Note that during installation, the process is running under the msiexec process from windows\system32 and thus any path to files are based on windows\system32 and not program files\your app path

Technorati Tags:

Read Full Post »