Visual Studio allows developers to deploy/publish Apps for site (site collection) which has been created using Developer Site Template. Recently, I was working for SharePoint
Category: Best Practices
Web Part Life Cycle in SharePoint 2010
Most of the SharePoint developer may know the life cycle of ASP.NET. While working with SharePoint, it may possible not aware with Web Part life
Memory Leaks with SharePoint Objects
In previous post I mentioned “many things have changed – but some haven’t”. SharePoint still uses COM Components for some of its core features. There
Iteration through SPList Items
As a SharePoint User, everyone should know that SharePoint is a fast-growing platform. It grew from a small list and document management application into an
How to fix “Cannot connect to the configuration database.”
Problem: When I browse to a SharePoint site, I got the Server Error in ‘/’ Application, Cannot connect to the configuration database. The Analysis: There
Error : [System.Threading.ThreadAbortException] = {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.}
Target: I was working on custom Login page to redirect user on specific site based on their user type (e.g Admin User, Manager User etc)