I need to implement IDataErrorInfo similarly to the attached code snippet. My problem is validating changes to a collection. For instance in the attached snippet the validation handler will catch
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23335824.html
Attached below is the code that i am using. In this code I am using a Union extension method over two lists of Employee. The example shud return 6 elements as the result in the final list , but is ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23440528.html
Zones:
C#,
.NETDate Answered: 06/06/2008 Rating: 8.0 Views: 46
Hi Experts,
I was looking around for a method to solve an issue of mine. I have a folder that receives files every now and then through an ftp server. when a new file is inserted into the folder...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23454891.html
I have a folder with a very large quantity of files in it.
I have written a small console application as per the code snippet using LINQ to Objects
My aim is to count the amount of files in the...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23471174.html
Hello everybody,
I would like to add some ocx (COM components) to my C# console application. This is something very easy with a Window Form Application, but I do not know to do it with a console...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23536096.html
Zones:
C#Date Answered: 07/03/2008 Rating: 9.2 Views: 0
I am trying to add the ajax toolkit to my ajax enabled web page and the toolkit is greyed out. Ive checked everything I can think of, the Targeted Framework is 3.5, all the appropriate dlls are re...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23551692.html
I am creating the following:
Person A has a widget to sell for $50 and he lives in zip code 92618
Person B is looking for the same widget but he does not want to travel more then 50 miles of ...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_23697910.html
Consider the following three constructors:
1. public SomeClass(ISomeinterface arg1, Type arg2) {...}
2. public SomeClass(ISomeinterface arg1, Object arg2) {...}
3. public SomeClass(Some...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23755543.html
Hi all,
I have created an application using visual studio 2008. I need help in publishing it as a .exe. It will have to run on a machine that doesn't currently have .net3.5 on it.
Is there a ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23758...
Can anyone recommed a great series of books to get certified in asp .NET 3.5
I've been using C# for a year to create .NET 2.0 web applications that will be moving to .NET 3.5
I have ASP .NET...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23768384.html