K. G. Sreeju Nair
Knowledge has to be improved, challenged, and increased constantly, or it vanishes.
-
Preparation of local Development Environment for Windows AZURE
The Windows Azure is the cloud services platform provided by Microsoft through Microsoft data centers. Windows Azure enables the developers to create applications running in the cloud by using Microsoft Visual Studio development environment and the Microsoft .NET Framework. In this article I am speaking about setting up a development environment that allows you to develop applications for cloud using visual studio and windows azure SDK.
-
Prevent Cross Site Scripting/HTML injection attacks with <%:
The intention of this article is to speak about the new <%: (Known as Code Nugget syntax) introduced in ASP.Net 4. As mentioned in the title, this will help developers to avoid cross site scripting (XSS) attacks.
-
Routing in ASP.NET 4 Web Forms
ASP.NET version 4 has built-in support for URL routing.
-
Installing SharePoint 2010 in one machine with built in database
It is very easy to deploy SharePoint 2010 in a single server using the built-in database. Normally one need to choose such installation for evaluation purposes.
-
Backup options in SharePoint 2007
It is very important to make sure the server farm backup is taking properly, making sure that in case of any disaster, the administrator has the latest backup that can be used to restore. This articles addresses some of the options available for backup/restore in SharePoint 2007
-
ViewStateMode in ASP.Net 4.0
When asp.net introduced the concept of viewstate, it changed the way how developers maintain the state for the controls in a web page. Until then to keep the track of the control(in classic asp), it was the developer responsibility to manually assign the posted content before rendering the control again. Viewstate made allowed the developer to do it with ease. The developers are not bothered about how controls keep there state on post back.
-
Disable the ActiveX warning in Sharepoint 2007 sites
The activeX warning is appearing because Sharepoint is trying to load a control that is used to display presence information in the Sharepoint site. There are two ways of dealing with this, one that is server based and another that is specific to a master page. Use Server Based Solution if you need the solution to apply for all the sites in the server. Apply the Master Page Solution if you want to apply for a particular site/master page.
-
Getting started with Google custom search Integration
This article assumes that you have a google account already created. If you do not have a google account, you can sign up one from here https://www.google.com/accounts/NewAccount. This article assumes that you want to allow users to search your site using google custom search.
-
Scheduling automated backup using SQL server 2008
It is very important to take backups for the database files on regular basis. Microsoft SQL server 2008 made this task very easy. In this blog, I am going through step by step that will allow
-
Installing Sharepoint 2007 (MOSS 2007)
Recently as part of one of my project, I need to install Microsoft Office Sharepoint server 2007. I went through internet and found lot of articles. Also I found the exact article from technet that gives me a clear picture. Since the technet article refers to a general scenario. Here I am going to explain how I installed sharepoint in my infrastructure.