Archives
-
Getting Started with Chart control in ASP.Net 4.0
In this article I am going to demonstrate the Chart control available in ASP.Net 4 and Visual Studio 2010. Most of the web applications need to generate reports for business users. The business users are happy to view the results in a graphical format more that seeing it in numbers.
-
Create and Consume WCF service using Visual Studio 2010
In this article I am going to demonstrate how to create a WCF service, that can be hosted inside IIS and a windows application that consume the WCF service.
-
Multi-lingual web applications using ASP.Net 4
-
Retention Policy for document library in SharePoint 2010
SharePoint is emerging as an enterprise level content management system. Usually enterprises load all the records to the ECM system. Most of the records are not relevant after a few years. These documents need to be removed from the ECM System. Over the years SharePoint is emerging as an Enterprise ECM and it allows its users to easily setting up document retention policies. Retention policy specifies how a document is disposed.
-
Introduction to canvas element in HTML 5
One of the new features in HTML 5 is the canvas element. Canvas is a rectangular area where you can draw various objects using the script. In a more simple way you can consider canvas as a rectangular area where you can create your own graphics in the web page.
-
Install SharePoint 2010 in a farm environment
Recently for one of my project, I had a requirement to install SharePoint on a farm environment. I had a walkthrough with technet site and completed the installation. I thought share my scenario so that somebody with similar requirement may find this useful.
-
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.