Dotnet
DataTemplate Vs Code Behind Paid Members Public
Most of the people switching to WPF,got to understand the fact the WPF tries to target one major problem of the technologies that existed before, which was tight coupling of the design and the behaviour.WPF has a ‘lookless control model’,and that simply means that the look and
Kick Start WPF Paid Members Public
Every time one of my friends asks,'Hey how to start off with WPF',I think of putting up a post,so that I could easily direct them and say,'Hey check out my post in my blog'.Maybe from the next time I would :) There
An enterprise IT project experience Paid Members Public
It's not been that long that I've been into the IT servicing industry.But still the learning curve I've had during the past few years has been dramatic.The first time I was put into a 'live client facing project' was almost
C# google image search Paid Members Public
Need not much of an explanation I guess. The title has it all.... ....a C# API for searching images from google. Works on Regex for matching the image URL from the HTML returned for the image tag search.This might stop working anytime google changes the formatting. Even the current
Callbacks in WCF Paid Members Public
Quite often in the client-server model,the requirement of getting notified of certain changes in the server pops up.Say for example in the movie ticket booking system.When a person selects a seat for booking,the selected seat should become disabled for all the users currently logged in,so

Synchronize SQL Server database objects Paid Members Public
Updating an old database, with newly created/modified database objects(mostly stored procedures,views,functions and table value parameters), from a new database was a very common,tedious,error prone task that was performed at my workplace for the past few months.This came up with the client requesting to

Not Able to “Start Debugging” in Visual Studio Paid Members Public
Quite a few days back,I faced a peculiar problem :).Visual Studio was not having the green play button(the one for Start Debugging) enabled.No way was I able to start debugging. Google gave many suggestions,none was of help. I soon found out that,in Startup Projects(From
The Building block Paid Members Public
Since this comes under the 'WF' tag it would not be difficult for anyone to understand what I am talking about. Yes its 'Activity'. Activity is nothing but a piece of re-usable component performing a specified task.When I say re-usable it means across multiple workflows