2012-11-11

About Active Directory

Connecting AD from a VMWare virtual machine

You need to have administrative privileges to run the Command Prompt and be sure you can access netsh. If not, add to your PATH the following: %SystemRoot%\System32
Type and link to your VMWare's vmNET1'IP address like:
> netsh interface ipv4 set dns "Local Area Connection" static 192.168.239.1

2012-11-06

SharePoint Project Structure

CompanyName.[TYPE].FeatureName
Company.Framework: Multiple .NET libraries or external libraries
Company.Sp.Framework: Sp extensions that are generic across solutions in .NET
Company.BusinessModel: business logic not UI
Company.ObjectModel: data object model not UI
Company.[SOLUTION] for *.wsp or webparts or features to GAC
Company.[SOLUTION]WebApp
Company.UnitTests

HTMLCode

HTMLCode Content