InterviewQuestions
Best SharePoint Interview Questions and Answers with topic wise:
Webparts & Webparts1 | Event Receivers | Event Receivers1 | Workflows: | MasterPages & MasterPage1| Content Database | Common Real-time issues | Permissions | SPQuery vs. SPSiteDataQuery | ListVsLibrary | ListVsLibrary2 | Content Types | Pages | ListVsLibrary2 | PowerShell |
Interview Questions administrator
Best SharePoint administrator Interview Questions and Answers with topic wise:
Recycle Bin | MMS | ManagedVsCrawledProperties |
Showing posts with label Visual Studio 2012. Show all posts
Showing posts with label Visual Studio 2012. Show all posts
Sunday, May 5, 2013
Saturday, May 4, 2013
Create Client Web Part to the App using visual studio 2012
Saturday, April 20, 2013
Creating a Custom List using Visual studio 2012:
In this exercise, you will work through the basics of
creating, testing and debugging a custom list type using the new list designer
in Visual Studio 2012.
Download: https://sites.google.com/site/sasivalipireddy/home/Create custom list using VS2012.pdf
Download: https://sites.google.com/site/sasivalipireddy/home/Create custom list using VS2012.pdf
1. Launch Visual Studio 2012.
2. Create a new SharePoint
2013 – Empty Project and name this new project CustomListSolution. Click OK on the New Project dialog.
Thursday, January 31, 2013
Create SharePoint list from Visal Studio2012:
In visual Studio 2012, separate tool called “Lists” introduced to create the lists and
libraries in more convenient way. Here we can create both customizable and non-customizable
lists.
- Customizable lists means In addition to we can add/create existing/new fields, views etc. with it.
- Non-customizable lists means it’s just create a new list.
Tuesday, February 21, 2012
How to check if a list exists or not in SharePoint
It’s
a very common programming practice to check our newly created list already
exists in the specified web or not? Below code will help you on this scenario.
Before adding column(field) to the specified list it’s better to check whether that lists exists or not and new created field already exists or not? In my code, I am checking all these conditions.
Before adding column(field) to the specified list it’s better to check whether that lists exists or not and new created field already exists or not? In my code, I am checking all these conditions.
Subscribe to:
Posts (Atom)

