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/.
Found 21331 threads
-
2 Votes
Version Next after C# 5.0
C# 5.0 is already part of .net 4.5 and was released along VS 2012.. What would be the next version of C#. Which framework it will be part of? When are we expected this newer ...Answered | 3 Replies | 5231 Views | Created by Dotnetavalanche - Friday, December 14, 2012 11:07 AM | Last reply by servy42 - Friday, December 14, 2012 10:15 PM -
1 Votes
how download file with f# ?
how download file with f# ? ;) I have a URL ) hey, How do I download?Answered | 4 Replies | 6004 Views | Created by Milad Zohravi - Friday, December 14, 2012 5:46 PM | Last reply by Tom Lambert (Koopakiller) - Friday, December 14, 2012 7:28 PM -
0 Votes
Mix C# and cpp in the same project
Can I mix C# and cpp code in the same project? Why would I do this, well I'm trying to use HwndHost and in my cpp module it looks like this: #include ...Answered | 3 Replies | 3509 Views | Created by GSP_T - Friday, December 14, 2012 2:38 PM | Last reply by JohnWein - Friday, December 14, 2012 4:46 PM -
4 Votes
Directory.CreateDirectory
Hi there. I just wanted to share an issue I found in VS2012 after optimizing some code. After creating a junction with the exact same path, I got this line ...Answered | 8 Replies | 5284 Views | Created by JoergBaermann - Thursday, November 15, 2012 8:19 AM | Last reply by JoergBaermann - Friday, December 14, 2012 11:47 AM -
2 Votes
use Dictionary<int,List<obj>> or simple,single large Collection<obj> for fetching in large List collection
my current implementation is I have large number of objects in my collection. Items are inserted only once i.e at start up. and then this list is used for searching and fetching ...Answered | 2 Replies | 2877 Views | Created by deathrace - Friday, December 14, 2012 8:12 AM | Last reply by KeesDijk - Friday, December 14, 2012 9:34 AM -
0 Votes
Upload a file on server dropbox
Hello - i want with C# upload a file on dropbox.com ( Account ) - Please send me the code , thank u ~! :) this is my email : ... -
2 Votes
How to run some other programs from c# program
Hi all, I am writing a C# code for Turing machine as a language acceptor. I am also using graphviz tool to generate the state diagram of the computation. My ...Answered | 3 Replies | 48534 Views | Created by palya - Monday, March 30, 2009 12:27 AM | Last reply by Amitosh - Friday, December 14, 2012 12:58 AM -
4 Votes
how to convert string to char or vice versa
Hi expert, what c# code that i can use to convert char to string or vice versa? thanks in advance.Answered | 4 Replies | 343148 Views | Created by yeos_lee - Tuesday, December 5, 2006 1:21 PM | Last reply by coenturkey - Thursday, December 13, 2012 7:51 PM -
0 Votes
SHA1 Source code
Hello. i want use sha-1 algorithms to encrypted an string. i think sha-1 class is exiting in C# but i need source code.i want know how implement in ...Answered | 8 Replies | 7973 Views | Created by Bouki - Thursday, December 13, 2012 12:01 PM | Last reply by Riced - Thursday, December 13, 2012 7:35 PM -
0 Votes
Action<T> as parameter
Hi, I am not able to understand the basic reason of using Action<T> as a parameter of a function. Can anybody help me understand this with a valid ...Answered | 4 Replies | 3412 Views | Created by Vijay Koul - Thursday, December 13, 2012 9:56 AM | Last reply by Shyam Kr - Thursday, December 13, 2012 11:26 AM -
0 Votes
How to fix this? error CS0583: Internal Compiler Error (0xc0000017 at address 7C81EB33): likely culprit is 'DEFINE'.
Hi, we have an internal compiler error when building our code. The error only happens when building from the command line and doesn't ...Answered | 5 Replies | 17730 Views | Created by CJ_1234 - Tuesday, October 10, 2006 5:37 PM | Last reply by Ranvir Sharma - Thursday, December 13, 2012 10:01 AM -
0 Votes
starting a batch script from c# doesnt give the same result as starting the script from the explorer
hey i wrote following Batch script: manage-bde -status pause this gets all informations ...Answered | 5 Replies | 3786 Views | Created by HealthyBeerDude - Friday, December 7, 2012 6:54 AM | Last reply by Lisa Zhu - Thursday, December 13, 2012 9:43 AM -
0 Votes
Code to open up windows library
If I can how and what code could I use for a forms button to open windows file explorer (Windows library)Answered | 3 Replies | 2509 Views | Created by Luxidium - Monday, December 3, 2012 5:32 PM | Last reply by Lisa Zhu - Thursday, December 13, 2012 7:49 AM -
1 Votes
image for profile
how to retrieve image from database and display on the image control in asp.net c#.....swati mishraAnswered | 2 Replies | 2691 Views | Created by swatimishra - Wednesday, December 12, 2012 2:27 AM | Last reply by april_123456 - Thursday, December 13, 2012 3:27 AM -
4 Votes
datagrivdiew
how can i display all the rows selected from a datagridview using a checkbox column to another datagridview..Answered | 6 Replies | 2749 Views | Created by noob_dotnet - Thursday, August 30, 2012 6:49 AM | Last reply by ryguy72 - Wednesday, December 12, 2012 11:08 PM -
0 Votes
make my program trial
i want to make my program into a trial version . please help me with obvious examples. thank you.Answered | 4 Replies | 2711 Views | Created by king ashkan - Friday, November 30, 2012 10:17 PM | Last reply by king ashkan - Wednesday, December 12, 2012 6:30 PM -
1 Votes
reset DataTable.GetChanges to 0 after calling the method
Hello, I use a datatable in a datagridview to edit database records. The user can click a button to save the changes to the database. When the ...Answered | 2 Replies | 3161 Views | Created by Hobbel007 - Wednesday, December 12, 2012 10:56 AM | Last reply by Hobbel007 - Wednesday, December 12, 2012 11:52 AM -
3 Votes
How to search a row from SQL using C#
Help me out in searching a row from SQL Thanks, Ayman AfzalAnswered | 3 Replies | 2723 Views | Created by Ayman Afzal - Sunday, October 7, 2012 5:35 AM | Last reply by Ayman Afzal - Wednesday, December 12, 2012 11:08 AM -
0 Votes
doubt in data table filter
I am having a data table like the below one DataTable dt=new ...Answered | 1 Replies | 2521 Views | Created by Kaladharshini - Wednesday, December 12, 2012 10:02 AM | Last reply by Rick van den Bosch - Wednesday, December 12, 2012 10:10 AM -
3 Votes
How to retrieve data from oracle and save in sql 2008
i want to save records from oracle data to sql with timer with every 5 hours data should be fetch from oracle and save to sql,. there should be no duplication of ID number ...Answered | 3 Replies | 3221 Views | Created by Mohammed Abdul Muqeet - Monday, December 10, 2012 10:46 PM | Last reply by amit_kumar - Wednesday, December 12, 2012 7:14 AM
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/.