First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Compare tool
Hello everybody.I prefer to use CodeCompare tool for C# code comparison. This utility is fully integrated into the Visual Studio and it is very useful to compare and merge sources within one environment (VS). John A Grandy wrote: code diff tool 18-Jul-08 What do people like for a code comparison (diff... 10 Jun 2010 12:17
P/Invoke Libraries for C++ Assemblies
I've got a library from a government agency that only comes with the .lib and a header (.h) file. The header shows me what methods are exposed, but I'm not sure if I can get to those features through a .Net Framework. If I want to call one of the four (4) exported methods of the DLL, how would I go about fo... 13 Jun 2010 07:13
C# NG in de.comp.lang.* ??? New Info!
Hallo, fand gerade diese Meldung in d.a.n.g: | de.comp.lang.csharp - Einrichtung (eingegangen: 10.5.2010) | Proponent: dr_logic(a)gmx.net (Ulf Kadner) | N�chste Aktion: 1.RfD | Verfahrensbetreuer: Michael Ottenbruch | | Kommentar: Proponent reagiert abermals nicht auf Anfragen; Verfahren | ... 10 Jun 2010 20:11
GUI For Mapping File in NHibernate
Yes, Visual NHibernate can do this for you: http://www.slyce.com AliRezaGoogle wrote: GUI For Mapping File in NHibernate 07-Aug-07 Hi, Is there any GUI tool for generating XML mapping file used in NHibernate? Previous Posts In This Thread: On Tuesday, August 07, 2007 3:49 AM AliRezaGoogle wrote: ... 9 Jun 2010 23:08
How does one make VS compile unsafe code
Hi, This is not the first time I've used unsafe code in C# projects. Usually, I simply check the box in the project properties telling it to allow unsafe code. I've done that for this project, yet VS is telling that, "Unsafe code may only appear in compiling with / unsafe." So, here's the command line being us... 11 Jun 2010 12:35
Second path fragment must not be a drive or UNC name exception
Hi! On some Windows 7 machines I am getting the following error when I execute this code to enumerate all named pipes on a PC: string[] pipeNames = null; try { pipeNames = System.IO.Directory.GetFiles(@"\\.\pipe\"); } catch (Exception ex) { } ERROR: System.ArgumentException: Second path fragment ... 10 Jun 2010 01:18
ecommerce
Hi, I need to find an ecommerce with this feature: -CMS capability -Allow to load Product from external source (ex: from webservice or sap integration) -Allow to manage complex product relationship -Allow to manage product attributes and relationship between attributes -Allow to customize Order Procedure step... 9 Jun 2010 17:36
How to determine which version of framework is used by a 3rd party
Hi! I was given this exe with no source code that uses a .NET framework. How can I determine which version of the framework (3.5 or 4.0) it's using during the runtime? Many thanks in advance, ... 9 Jun 2010 15:21
What kind of serialization method should be used
Hello! Assume there are two applications developed in .NET running in two different networks that should use serialize/deserialized data between each other. What kind of method should be used.. There are two alternatives 1. BinaryFormatter 2. Soapformatter According to the docs it says. You should choose Bi... 9 Jun 2010 20:56
indexof for combobox with valuemember
Hi, I need to get the indexof to select the correct item in a combobox that's filled using valuemember and displaymembers using bindingsource. (db.FaVLists is an entity mapping to a mysql database table) private void getCurrentFavListsInDB() { _favListManagerWorker.FillFavListsInDBComboboxes(_favL... 9 Jun 2010 05:21
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25