Archive for January, 2014
Code Snippet – Creating context objects in SharePoint 2013 / 2010
Introduction Code snippet how to create site context objects using Server Object Model, Managed Client Object Model, Silver Light Object Model, Javascript Object Model in SharePoint 2013/2010
January 19, 2014
В·
Adi В·
No Comments
Tags: client context, code snippet, SharePoint, SharePoint 2013 В· Posted in: C#, Sharepoint 2010, SharePoint 2013
Code Snippet – Uninstall and Install SharePoint Solution Package
Introduction Quick snippet of power shell script how to uninstall and install a wsp in SharePoint 2013
January 19, 2014
В·
Adi В·
No Comments
Tags: code snippet, Packaging and deployment, Powershell, SharePoint 2010, SharePoint 2013 В· Posted in: Packaging and Deployment, Powershell, Sharepoint 2010, SharePoint 2013
SQL Injections
Introduction This post covers various ways to handle sql injections in sql server. SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution There are quite couple of ways and is advisable to implement checks to prevent application […]
January 16, 2014
В·
Adi В·
No Comments
Posted in: Best Practices, Security, SQL