Thursday, August 19, 2010

How to write a simple WCF service

Leave a Comment
These are series of windows communication foundation articles, in which I will show you how I learn from making a simple wcf service & then host it at iis, windows services, was & use different sort of bindings etc.I have written a simple WCF Service Library and named it EmployeeServiceLibraryI have renamed the Interface & implanted class as shown above. First I made the IEmployeeService & defined OperationContract, DataContract...
Read More

Tuesday, August 17, 2010

Export data from SQL Server to notepad

Leave a Comment
Last week during a training session, one of trainee raised a simple question. “Is there anyeasy method to export data from sql server to notepad file”, b/c that poor fellow has been copy pasting it in the recent past. So I thought might be some more guys are there to find that simple answer. So I follow these simple steps:As clearly shown in below picture I opened Import & export WizardFrom Choose data source section I choose AdventureWorks...
Read More