In one of the project I got a chance to set-up a SharePoint 2013
farm configuration for development environment (Hyper V) with below
configuration.
Windows server 2012 R2
SQL Server 2014
I never worked on configuration part, started
typing in google Installing and configuring SharePoint 2013...
Showing posts with label New Features. Show all posts
Showing posts with label New Features. Show all posts
Saturday, August 22, 2015
22
Aug
Thursday, May 28, 2015
Are you interested in Office 365 Developer Program? Do you want to get FREE!!! developer account? Microsoft gave us possibility to be a part of the Office 365 Developer Program for one year FREE subscription.
The Office 365 Developer Program is a vibrant and growing community of developers, veteran and newbie,...
Sunday, December 7, 2014
A useful new feature in SharePoint 2013 is the ability to drag and drop files in to document libraries using browser. This feature is particularly useful for adding multiple documents to the library, to achieve the same functionality in previous versions of SharePoint we need to open the document library...
Tuesday, November 11, 2014
11
Nov
In SharePoint 2013, all the people are using CSOM only. I found a nice PDF which contains all the basic operations.
SharePoint Developers who have some basic knowledge about SharePoint 2010 or 2013 will find this book helpful for understanding and working with the .Net Client Side Object Model. This book is mainly...
Thursday, November 6, 2014
In SharePoint 2013, we have so many tools are available to make developer life easily. I have heard some the tool names and some of tool names from colleagues.
Recently i have used SharePoint manager and SharePoint 2013 Search tool which made my life easier. I want to list down all the tools available and how it useful...
Monday, November 3, 2014
In SharePoint 2013, Microsoft has introduced apps. we have three types of methodologies to host the apps in SharePoint.
SharePoint hosted app:
This type of App lives inside SharePoint. There is
not code running on the server. All code must run in the client. This will have
.aspx page but lots of JavaScript code...
Saturday, October 18, 2014
Our days made very easy with the tools and components in our daily life. In SharePoint also so many tools came to made developer life easy. Recently i saw a very good and useful tool in SharePoint which made my life easy.
SharePoint 2013 came up with very good features and improvements. I Want to...
Friday, October 17, 2014
17
Oct
Now a days responsive UI is a term we are listening in our daily life. Responsive Design which leads to design the website or app in such a way that the same design can be rendered across various different size of devices screen sizes providing the rich user experience.
For this we will use bootstrap css to get the responsiveness...
Thursday, October 16, 2014
16
Oct
Let us see how to work with large lists. we know that SharePoint list threshold limit is 5000. This means when we are querying against list, list threshold limits to access maximum 5000 items through view/Query. But the list can hold as much as 30,000,000 items but we can't access more than 5000 items at once by...
Tuesday, October 22, 2013
22
Oct
Chris O'Brien: SPDataSource - every developer's friend (part...
Saturday, May 4, 2013
04
May
Great post on Boundaries and Limits comparison between SharePoint 2013 and SharePoint 2010 versions. This should help to understand the improvements/additions better. A good helpful post for Architects and Developers.
Check This ...
Wednesday, September 5, 2012
Visual Studio 2012 introduced a new feature called SQL Server Object Explorer. In earlier versions of Visual Studio, we have Server Explorer, which opens up a particular connection and work with a single database data. Now with the new SQL Server Object Explorer, we are able to manipulate multiple databases from a...
Visual Studio 2012 introduces another great feature for creating a user control out of the existing code. Till now we used to create different User controls and use it in main page. Now, with the introduction of Visual Studio 2012, we are developing the pages and generate the User controls from the existing page design.
For...