Visual C# Language announcement
-
Link
This forum has been locked; it will still be available for review in the Archived Forums folder.Any future posts on this topic should be put in the Visual C# General forum.
-
Link
ASP.NET Questions are off-topic in Visual C# Language. Please ask them at http://forums.asp.net/.
-
33 Votes
This forum is for language-related questions only
This forum is for questions specifically related to the C# language and how it works. Please do not post questions on how to accomplish some task using C# as there are other, more appropriate ...Sticky | 9 Replies | 40341 Views | Created by CoolDadTx - Friday, January 11, 2008 1:29 PM | Last reply by Pan Zhang - Wednesday, October 3, 2012 1:17 AM
Found 21331 threads
-
0 Votes
Requirements for an application to run on my client's machine, developed on platform 4.0 in C#, Application Type Windows Application
Hi Friends........... i want to know, 1. Requirements needed by an application to run on another machine, developed on platform 4.0 in C# and ... -
0 Votes
set access levels
Hi, I do not know how to set access levels of users on my website please give me an answer Thank youAnswered | 2 Replies | 8059 Views | Created by Fateme Hashemi - Saturday, December 15, 2012 6:07 PM | Last reply by Saeed Bz - Wednesday, December 19, 2012 6:50 PM -
2 Votes
Accessing List<T> items without inintializing all previous items
Hi, I have an object defined below: List<DocumentMetaData> myObject = new ...Answered | 13 Replies | 7085 Views | Created by ZoghbyAya - Thursday, December 13, 2012 7:18 AM | Last reply by servy42 - Wednesday, December 19, 2012 3:17 PM -
0 Votes
C# e-book
HI i am new this field. i have 1 e-book. I want to be good programmer in C#. i want more code practice. So please tell me where i will get best code practice with solution.????Answered | 7 Replies | 16573 Views | Created by love4csharp - Wednesday, December 19, 2012 8:18 AM | Last reply by love4csharp - Wednesday, December 19, 2012 3:05 PM -
0 Votes
Finding all test cases from TFS 2010 for a MTM test plan using C#
Hi, I have are requirement That i need to show all the test case for a plan with their test results. I used string ...Unanswered | 0 Replies | 7286 Views | Created by Vivek Raphael - Wednesday, December 19, 2012 12:04 PM -
1 Votes
How to use Linq to check the existance of an identical object in the values of Dictionary's items?
Hi, I have a Dictionary and I need to check if it contains my object as the value of one of its ...Answered | 3 Replies | 8565 Views | Created by ZoghbyAya - Monday, December 17, 2012 6:09 PM | Last reply by Louis.fr - Wednesday, December 19, 2012 10:44 AM -
0 Votes
Reading a Text file, Record Errors and Insert to Database
I have been dancing with this code for the last 6 hours: It a little messy because I'm still getting my feet wet. I am trying to read from a Text File on my Local Drive and insert ...Unanswered | 5 Replies | 8253 Views | Created by Synthologic - Wednesday, December 19, 2012 8:09 AM | Last reply by KeesDijk - Wednesday, December 19, 2012 9:51 AM -
0 Votes
SignedXml.CheckSignature always false on .Net Framework 4.0, true on 3.5 and older
0) { certifikat = (X509Certificate2)((KeyInfoX509Data)clause).Certificates[0]; ... -
4 Votes
Can't convert byte array to system.io.stream
Hi, I'm using an older version of itextsharp to convert images in the inkpresenter to pdf format. The code I have ...Answered | 7 Replies | 34274 Views | Created by fig000 - Friday, March 11, 2011 4:19 AM | Last reply by PlatypusSoftware - Wednesday, December 19, 2012 12:48 AM -
1 Votes
Problem Reading from CSV file
Hi, The csv file has custno and custname. Some of the custname are like "ADAMSKI, MOROSKI". If you see in db,after inserting in to SQL table the custname are inserted as ...Answered | 6 Replies | 8818 Views | Created by neel24 - Monday, December 17, 2012 7:44 PM | Last reply by neel24 - Tuesday, December 18, 2012 10:02 PM -
3 Votes
How to get the union of all items of set of HashTables in C#
Hi, I have a set of HashTables that I need to merge their values, so I tried to collect them in a List by creating : List<Hashtable> pageIDs_Hashtables_List ...Answered | 8 Replies | 13533 Views | Created by ZoghbyAya - Thursday, November 29, 2012 8:16 AM | Last reply by ZoghbyAya - Tuesday, December 18, 2012 9:04 AM -
1 Votes
Pattrern Match
I have developed a web scrapper that loads the content of website. Its working fine. I want to search for the url's in the loaded data. I am using Regular ...Answered | 2 Replies | 7072 Views | Created by Rumman Siddiqui - Monday, December 17, 2012 6:14 PM | Last reply by Rumman Siddiqui - Monday, December 17, 2012 10:13 PM -
0 Votes
Inside foreach loop executenonquery is not working
if i give this statement outside the foreach loop its inserting last row into table. but i need to insert all data table rows. } ...Answered | 5 Replies | 11639 Views | Created by neel24 - Friday, December 14, 2012 6:11 PM | Last reply by neel24 - Monday, December 17, 2012 6:26 PM -
2 Votes
How read text from DLL !?
This is a DLL Code ! using System; using System.Collections.Generic; using System.Text; namespace ...Answered | 5 Replies | 7519 Views | Created by Milad Zohravi - Monday, December 17, 2012 11:40 AM | Last reply by Milad Zohravi - Monday, December 17, 2012 1:28 PM -
1 Votes
how to check if an ArrayList of objects contains my object?
Hi, I have a List of objects of the class : that is defined below : public class NewCompactSimilar { public ...Answered | 3 Replies | 12074 Views | Created by ZoghbyAya - Sunday, December 16, 2012 9:58 PM | Last reply by ZoghbyAya - Monday, December 17, 2012 12:43 PM -
1 Votes
i got COM exception when i work with Excell
hi i have WinForm C# program that work excellent with Excell 2010 now i installed the Excell 2012 and i got this error: Exception from HRESULT: ...Answered | 4 Replies | 7361 Views | Created by E_gold - Thursday, December 13, 2012 8:55 AM | Last reply by Bob Shen - Monday, December 17, 2012 5:17 AM -
0 Votes
Class not registered - FSRM in C#
I am trying to use FSRM api on c#: http://msdn.microsoft.com/en-us/library/bb972746(v=vs.85).aspx I am running my program on windows server 2008 R2. I ...Answered | 3 Replies | 13472 Views | Created by MiritK - Wednesday, December 12, 2012 9:27 AM | Last reply by MiritK - Sunday, December 16, 2012 8:01 AM -
0 Votes
How to get the unification of the keys set of dictionaries?
a.Key).ToDictionary(a => a.Key, a => a.First().Value); and got the following ...Answered | 1 Replies | 6775 Views | Created by ZoghbyAya - Saturday, December 15, 2012 8:40 PM | Last reply by Family Tree Mike - Sunday, December 16, 2012 2:38 AM -
0 Votes
Connect to Remote desktop(RDP) with servername and port number using C#
Iam able to connect to Remote desktop(RDP) with IP address, Username and password using AxMsRdpClient5NotSafeForScripting class. For ...Answered | 4 Replies | 23782 Views | Created by Giliyar - Monday, October 8, 2012 6:23 PM | Last reply by AlishanCTK - Saturday, December 15, 2012 1:55 PM -
0 Votes
Task Parallel Library (TPL)
For the following TPL I'm getting the mentioned exception handling! Could you please help me! static void Main(string[] args) ...Answered | 6 Replies | 5935 Views | Created by NewCoder61 - Saturday, December 15, 2012 12:38 AM | Last reply by Thorsten Gudera - Saturday, December 15, 2012 1:35 AM - Items 1 to 20 of 21331 Next ›
Visual C# Language announcement
-
Link
This forum has been locked; it will still be available for review in the Archived Forums folder.Any future posts on this topic should be put in the Visual C# General forum.
-
Link
ASP.NET Questions are off-topic in Visual C# Language. Please ask them at http://forums.asp.net/.