Subject says it all: I\'m creating a secure and generic wrapper to access a WCF service transparently.
Consider the following simplified scenario: public class Person { public string Name { get; set; } public int Age { get; set; }
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have been trying to run the project given in 开发者_如何学Cthis MSDN Magazine but am unable to do it. There is reference to Microsoft.IntegratedDesktop.Controls.StackBar namespace in one of the proj
I have found this link http://smartclient.codeplex.com/which has some updates for vs 2010 .... I don\'t know but i always seem to get confused i.e. lack of documentation etc.....
I am writing a class. I have encountered the problem in the title. Here is the code: class delivery { private string strDeliveryName;
I am developing windows Forms app开发者_开发问答lication, for this i am using SmartClient. Here i click workspace close(\'X\') event at the time i want to display messageBox based on user input (OK/Ca
I\'d like to enhance/mimic the dependency injection done by the object builder to include some custom properties