subject: Useful Tips for SharePoint Development [print this page] Useful Tips for SharePoint Development Useful Tips for SharePoint Development
A SharePoint is one of the famous Microsoft Technology allows company to host their internet web pages. User can also share their MS Office documents, presentations, and worksheet with user and Internet. Its provides content management features, supply and implement essential business process. Today SharePoint developers are uses Microsoft Visual Studio for develop any type of SharePoint applications. Your SharePoint application is store in SharePoint server.So if you want to develop any SharePoint application then you must have Microsoft Visual Studio.
People think SharePoint development is harder process then Asp. Net. Here I will suggest you some tips for easily making any SharePoint applications. Useful Tips for SharePoint Development
Must be use standard exceptions given buy Microsoft.Net
You must check your code twice and if possible then ask to someone to check your code. You can do this if you forget your ego. If you write good code then you might any problem during SharePoint application implement. Accepts other SharePoint developer's advice it may be reduce your complex code and easily understand by other
Always use good pattern provided by Microsoft Visual studio which help you secure, robust and efficient code. Microsoft advice you some sample patterns which you can use in your SharePoint projects
You should do more testing of your code so which help us to reduce or remove some unnecessary code in your project. And make you code is robust
Do automated unit testing which is good for internal constructors and sealed classes testing and it's working. Unit testing is most important for you code for any non-trivial projects
Use the Windows Event log in your application because Major IT Company would like to store data which is written using their applications
Use the Developers dashboard in you SharePoint applications. It's give you information about your project details. SharePoint 2010 gives this feature. Also through this features you can give your own information about particular application.
You should use Conditional Compilation and the Conditional Attribute which give you additional information about logging and automatically stripped or when you release build
Through all tips, which are mentioned above, gives you complete and robust SharePoint application development