sansanwal.blogspot.com
Sanjay Sansanwal: Passed TOGAF 9 Foundation Exam
http://sansanwal.blogspot.com/2012/12/passed-togaf-9-foundation-exam.html
My World, My Views. Monday, December 17, 2012. Passed TOGAF 9 Foundation Exam. Passed my TOGAF 9 foundation exam after months of reading and practice. Glad to see 97% pass mark. Posted by Sanjay Sansanwal. Subscribe to: Post Comments (Atom). View my complete profile. Passed TOGAF 9 Foundation Exam. Follow Sanjay Sansanwal blog by Email.
sansanwal.blogspot.com
Sanjay Sansanwal: October 2011
http://sansanwal.blogspot.com/2011_10_01_archive.html
My World, My Views. Monday, October 17, 2011. XSLT Rendering–SharePoint 2010 Web Parts. Every kind of output. Of course, you can try to satisfy different layout requirements by just working with Cascading Style Sheets (CSS), but in general, there’s no one-size-fits-all solution. This is an issue that Microsoft had to face when developing SharePoint itself. Consider how Web Parts such as the SearchCoreResults or the XsltListViewWebPart render their output, to name but a couple of. Sunday, October 16, 2011.
sansanwal.blogspot.com
Sanjay Sansanwal: Handling exception in SharePoint Client Object Model
http://sansanwal.blogspot.com/2011/10/handling-exception-in-sharepoint-client.html
My World, My Views. Saturday, August 06, 2011. Handling exception in SharePoint Client Object Model. If you use normal try … catch … finally blocks to handle exceptions in Client Object model, you will need to invoke the server via ExecuteQuery three times(one for each situation). This could lead to performance degradation as well as to a huge stress on the server side. Luckily the Client Object Model provides a class named ExceptionHandlingScope. ClientContext clientContext = new. Under the cover, the E...
sansanwal.blogspot.com
Sanjay Sansanwal: April 2011
http://sansanwal.blogspot.com/2011_04_01_archive.html
My World, My Views. Friday, April 29, 2011. Unexpected Behavior of LINQ to SharePoint. When using LINQ to SharePoint to query items in list folder and the folder path is invalid, the query seems to return item from all the folders recursively. When using LINQ to SharePoint inside PageMethods, the code need to be run under elevated permissions. Posted by Sanjay Sansanwal. Subscribe to: Posts (Atom). View my complete profile. Unexpected Behavior of LINQ to SharePoint. Follow Sanjay Sansanwal blog by Email.
sansanwal.blogspot.com
Sanjay Sansanwal: October 2010
http://sansanwal.blogspot.com/2010_10_01_archive.html
My World, My Views. Tuesday, October 12, 2010. 7 free .net books for Programmers and Architects. Microsoft Application Architecture Guide, 2nd Edition. Rob Miles C# Yellow Book 2010. A nice action packed book that takes you through C# and .NET concepts. This book explains C# language and .NET library in general – with a clear focus on implementation thought process and best practices. Improving .NET Application Performance and Scalability. This guide is again from Microsoft, and focuses on designing your...
sansanwal.blogspot.com
Sanjay Sansanwal: December 2012
http://sansanwal.blogspot.com/2012_12_01_archive.html
My World, My Views. Monday, December 17, 2012. Passed TOGAF 9 Foundation Exam. Passed my TOGAF 9 foundation exam after months of reading and practice. Glad to see 97% pass mark. Posted by Sanjay Sansanwal. Subscribe to: Posts (Atom). View my complete profile. Passed TOGAF 9 Foundation Exam. Follow Sanjay Sansanwal blog by Email.
sansanwal.blogspot.com
Sanjay Sansanwal: May 2011
http://sansanwal.blogspot.com/2011_05_01_archive.html
My World, My Views. Tuesday, May 31, 2011. Sample–Using ECMAScript Client Object Model. Below is a sample application page which uses ECMAScript client object model to retrieve a List instance and show its Title property. Assembly Name=$SharePoint.Project.AssemblyFullName$ %. Import Namespace=Microsoft.SharePoint.ApplicationPages %. Register Tagprefix=SharePoint Namespace=Microsoft.SharePoint.WebControls. Import Namespace=Microsoft.SharePoint %. Function onQuerySucceeded(sender, args) {. Alert('Request f...
sansanwal.blogspot.com
Sanjay Sansanwal: September 2011
http://sansanwal.blogspot.com/2011_09_01_archive.html
My World, My Views. Friday, September 30, 2011. Explanation - Microsoft.SharePoint.SPException: The security validation for this page is invalid. SharePoint applies a security check whenever you change data through the Server Object Model during HTTP requests. In fact, by default, SharePoint web forms use a form digest control to enforce security. The. Microsoft.SharePoint.SPException: The security validation for this page is invalid. With that in mind, if you are developing a webpage that will respond t...
sansanwal.blogspot.com
Sanjay Sansanwal: April 2010
http://sansanwal.blogspot.com/2010_04_01_archive.html
My World, My Views. Sunday, April 18, 2010. Fix for error Sql server 2005 reporting service add-in setup interrupted. To use Report Viewer web part in SharePoint 2007 64-bit environment, you need to install SQL Server 2005 Add-in. I downloaded the setup from Microsoft site and ran the MSI - “SharePointRSx64”.msi. The setup failed with the error as “sql server 2005 reporting service add-in setup interrupted”. If you are having this issue, follow these steps:. Execute SharePointRSx64.msi SKIPCA=1 .
sansanwal.blogspot.com
Sanjay Sansanwal: April 2014
http://sansanwal.blogspot.com/2014_04_01_archive.html
My World, My Views. Tuesday, April 01, 2014. IaaS, PaaS and SaaS Terms Explained. Easy to Understand one-word descriptions of each term (i.e. IaaS means host). Data Visualization of Vendor Management Responsibility of Services. Posted by Sanjay Sansanwal. Subscribe to: Posts (Atom). View my complete profile. IaaS, PaaS and SaaS Terms Explained. Follow Sanjay Sansanwal blog by Email.