Photo Viewer in Silverlight 4 using SQL Server 2008
This article will describes you how to use photo viewer in Silverlight using SQL Server 2008 database. I had search many time but could get more samples using SQL Server. So I decided let’s use Silverlight with SQL Server 2008. So here is my first article in Silverlight with SQL Server 2008.
Categories: Communities
PrintPreviewControl in C#
PrintPreviewControl control represents the raw part of print preview of a document that is ready go to the printer. In this article, I will discuss how to use a PrintPreviewControl control to display print previews of documents in Windows Forms applications.
Categories: Communities
Consuming URL Shortening Services – bit.ly
This is a very hot article that you can’t leave without checking it first. This article is talking about the most popular and powerful URL shortening service ever, bit.ly.
Today, we are going to talk about bit.ly API, its functions, and how you can access them from your .NET application.
Don’t forget to download the sample code at the end of the article.
Let’s go!
Categories: Communities
Focus Color on Textbox controls
In this article you will learn how to use Focus Color on Textbox controls in C#.
Categories: Communities
Reading and Parsing a CSS file in ASP.Net
In this article I am going to show how we can read and parse a CSS file in asp.net.
Categories: Communities
Introduction to Structure Map
This article will give basic idea about structure map.
Categories: Communities
Connect to an SSIS package and consume its data from .Net application
In this article, I will show how to connect to a Data reader destination component within a given SQL Server Integration Services package.
Categories: Communities
Extension Methods for Daily Use
Extension Methods allows the programmer to extend the functionality of a type without having to derive from the type.
Categories: Communities
Checklist for Automating Software Testing
In this article you will learn how to use Checklist for automating software testing.
Categories: Communities
Overview of Data Recovery
This short article includes an overview of data recovery in general and also includes some handy advise.
Categories: Communities
Div Layout vs. Table Layout - Web Designing
Most of the web designers directly chose the table based layout for their websites. Reason behind this is it's very easier to design a webpage rather than going for div based layout or the web designers are not that much familiar with CSS.
Categories: Communities
Chess Knight Tour with C# GDI+
In this article you will learn how to wrap the Graphics object to create a Board class to render and maintain the state.
Categories: Communities
ListBox in C#
In this tutorial, we will learn how to create a ListBox control at design-time as well as at run-time. We will also see how to create multiple columns ListBox control with single and multiple selections. This article also covers most of the properties and methods of the ListBox control.
Categories: Communities
Consuming URL Shortening Services - Cligs
This is another article that talks about URL shortening services. Today we are going to talk about Cligs, one of the popular shortening services on the web.
Categories: Communities
Bind ScrollBarToTextBox and TextBoxToScrollBar in Silverlight
Thisarticle is all about binding of scrollbar to textbox and textbox to scrollbar with small piece of code in silverlight.
Categories: Communities
TreeView control in asp.net 3.5
In this article I am going to discuss how to create Treeview control in asp.net 3.5.
Categories: Communities
Photo Slideshow in Silverlight 4
This article demonstrates you how to make pictures slideshow, pictures list, pictures paging, pictures rotating in Silverlight 4.
Categories: Communities
Combining VS 2008 and VS 2010
This article discusses about how programmers can upgrade to VS2010 while the remaining team members on the current project are still using VS 2008.
Categories: Communities
Commerce Server 2007 - Sub Systems
This article gives you overview of the commerce server 2007 and the features of that. Commerce server 2007 mainly used in E-commerce and Portal based sites.
Categories: Communities
MSChart - Drilldown Charts: Part I
In this article you will learn how to create MSChart - Drilldown Charts with simple random data.
Categories: Communities