Thursday, 4 November 2010
Passing parameters for dynamically created SQL queries
›
There are times that we need to create SQL queries dynamically and pass values to parameters. You can always assign values with a syntax sim...
Using ‘FileSystemWatcher’ class to monitor file system changes
›
The ‘FileSystemWatcher’ class is very useful when it comes to monitor a file system path for changes such as create, update and delete o...
Thursday, 30 September 2010
Design Patterns ~ Singleton Pattern using C#
›
It is considered as the simplest of patterns. Main objective of singleton pattern is to restrict the instantiation of a class to a singe obj...
Saturday, 25 September 2010
Removing Duplicate Records From a MS SQL Table – (MS SQL 2005 or above)
›
Have you ever been in a situation that your SQL tables contain duplicate records, where you have not defined a primary key or an auto increm...
Friday, 10 September 2010
The Null Coalescing Operator (??)
›
This operator can be extremely useful in situations where you have to check for the value of a variable and if it's null assign an empty...
Monday, 30 August 2010
Installing Android Lock Screen on iPhone 3GS – IOS4
›
Run “Cydia” on your iPhone Go to Manage Select Sources Select “ Edit ” Select “ Add ” Enter following url: http://s...
8 comments:
Saturday, 21 August 2010
How to Add a Splash Screen to a WPF Application
›
Adding a Splash Screen to a WPF Application is really easy. For this I will be using VS 2010. First prepare your image using an image edit...
7 comments:
Wednesday, 18 August 2010
Create table from existing table structure and insert data
›
Sometimes we might need to create a SQL table from an existing table and insert data from that particular table. So instead of creating the ...
Monday, 9 August 2010
Create a Multiline TextBox Control using WPF [WPF – Multiline Text Box]
›
In windows applications we set the “Multiline” property to “true” in order to make a textbox multiline. But in WPF, there’s no property call...
Saturday, 15 May 2010
Deploying windows applications using ClickOnce (Visual Studio 2008)
›
ClickOnce deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation. Vis...
19 comments:
‹
›
Home
View web version