Lunar calendar in C#
In this article I will show how to create a lunar calendar in C#.
Categories: Communities
Leveraging LinkedIn to Maximize Yourself in Search Results
Ever wonder what to do with your LinkedIn profile once you create it?
Categories: Communities
SplitContainer in C#
SplitContainer control provides functionality of a splitter to divide and resize two controls. In this article, we will discuss how to create and use a SplitContainer control in a Windows Forms application.
Categories: Communities
Displaying Flash movie in Sharepoint
In this article I am showing you how to incorporate a Flash movie in Share point.
Categories: Communities
Image Resize Control for Sharepoint
In this article, I am showing an image resize control that can be used in sharepoint.
Categories: Communities
Content database migration in Sharepoint
Here I am showing you another easy way of taking sharepoint backup/restore. I am using SQL server DB backup method.
Categories: Communities
Fancy GridView Sorting
We will describe a GridView sorting method we used in recent projects. Each GridView column can be sorted in ascending or descending order. An arrow indicates which column is being sorted, and in which direction.
Categories: Communities
Fancy GridView Sorting
We will describe a GridView sorting method we used in recent projects. Each GridView column can be sorted in ascending or descending order. An arrow indicates which column is being sorted, and in which direction.
Categories: Communities
Working With Windows Registry Using C# (Part 1: Windows Registry Basics)
Article teaches basic Fundamental of Windows Registry by GUI and also With coding.
Categories: Communities
SQL Injection and Cross-Site Scripting
An article on SQL Injection and Cross-Site Scripting with sample code.
Categories: Communities
Ancient Egyptian/Russian peasants multiplication in C#
In this article we will see about two operations of multiplication, Ancient Egyptian multiplication and Russian peasants multiplication.
Categories: Communities
How to Display data from External Databases in Share point
Here I am showing you how to display a data from external database in Share point using SharePoint designer.
Categories: Communities
Using Share point designer 2007 for import/Export Share point site
There is an alternative way to do Import/Export of share point site using SharePoint designer 2007.I am showing you how to use designer for share point site backup/Restore.
Categories: Communities
C# and Win32_PortConnector Class
In this article you will learn how to use Different available port connector in a computer system using C# and Win32_PortConnector Class.
Categories: Communities
Developing Autosuggest using JQuery and Webservices
Autocomplete is an input field that enables users to quickly find and selecting some value.
Categories: Communities
Move one share point site using Import/Export feature in STSADM
In this article you will learn how to move one share point site as sub site in another site collection using Import/Export feature in STSADM.
Categories: Communities
Select and SelectMany: LINQ projection operator
Projection transforms the query result into the form defined by the developer. There are two projection operators in LINQ
Categories: Communities
Introducing LINQ to SQL Classes
This video is an introduction to LINQ to SQL classes and how to use them in your .NET applications.
Categories: Communities
Working with Data View Web Part in Sharepoint List
In this article I am showing you how to create a simple data view web part to display data from SharePoint list. It has filter and grouping enabled.
Categories: Communities