Enter Keywords:
1 - 10 of 154(0.02 seconds)
Sort By:
 
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 ...
Zones: C#, Programming, Windows MFCDate Answered: 04/30/2008 Rating: 8.2 Views: 9
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 ...
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...
Zones: C#, .NET, .NET Framework 3.xDate Answered: 06/03/2008 Rating: 7.6 Views: 0
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...
Zones: LINQ, .NET Framework 3.x, MS Visual...Date Answered: 07/06/2008 Rating: 8.5 Views: 49
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...
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...
Zones: ASP.Net Programming, AJAX, ...Date Answered: 07/30/2008 Rating: 7.4 Views: 0
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 ...
Zones: Web Development, P...Date Answered: 12/31/2008 Rating: 8.0 Views: 0
Consider the following three constructors: 1.  public SomeClass(ISomeinterface arg1, Type arg2) {...} 2.  public SomeClass(ISomeinterface arg1, Object arg2) {...} 3.  public SomeClass(Some...
Zones: C#, .NET, .NET Framework 3.xDate Answered: 09/23/2008 Rating: 9.3 Views: 0
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 ...
Zones: Visual Studio, .Net Ed...Date Answered: 09/24/2008 Rating: 9.1 Views: 0
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...
Zones: ASP.Net Programming, .NET Framewo...Date Answered: 09/27/2008 Rating: 9.3 Views: 0