Validate your layer architecture with VisualStudio2010 Architecture tool
Are you a software architect? If you are a software architect, you expect developers implement the software with the layer architecture you have designed. What happens today? In the past you had to validate the code yourself, but now everything is changed. Fortunately, VS2010 provides an architecture tool which can check whether the code is […]
SharePoint Membership Form Authentication Configuration Guideline
SharePoint Membership Form Authentication Configuration Guideline Step 1 Create MemberShip DataBase: Run the aspnet_regsql.exe tool and open the configuration wizard. Press the Next button. Select the database task mode and then press the Next button. The wizard tool will get the server name automatically, you can select the database name by yourself, in the guideline […]
Rough Explanation of Test Driven Development (TDD) in SharePoint
Background: Many teams use XP Agile Development. Test driven development (TDD) is a software development process that relies on the repetition of a very short development cycle. Write test code before developing feature will bring a stable and high quality architecture. MSTest is a nice unit test framework, and the Nunit is also a good […]