Visual C# announcement
-
Link
This forum is for C# related question. GUI questions become very unclear if its a WPF or Winforms or ASP.Net related question.
Please post any GUI related questions to the target forum:
Windows Forms General
Windows Presentation Foundation (WPF)
ASP.Net forums
depending on what you are working on.
The C# forum is for C# related questions on the language constructs and not indirect component usage. THX
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky3Votes
You could be September's TechNet Guru! Turbo charge your CV with awards and interviews! Get noticed!
TechNet Wiki is partnering with... YOU! Give us some juicy technical content and we might big you up! It really is that ...3 Replies | 100 Views | Created by XAML guy - Sunday, September 01, 2013 8:49 PM | Last reply by Ed Price - MSFT - 17 hours 29 minutes ago -
Sticky6Votes
Contributors: How to avoid aiding the development of malicious code
I would like to ask our community to take a brief moment to consider the outcome of answering a question before doing so. Sometimes a question can lead down a path to examples of how to ... -
Sticky5Votes
Visual C# Samples, Specifications, Quick Reference and Visual C# General FAQ
I am excited to announce the availability of the following FAQ paper which lists some of the questions frequently asked by the Visual C# General forum members. This material should not be ...4 Replies | 129482 Views | Created by Xiaoyun Li – MSFT - Wednesday, April 08, 2009 2:00 AM | Last reply by Ji.Zhou - Sunday, June 20, 2010 12:12 PM
-
Unanswered1Votes
Visual C# sharp task
Print numbers from 1 to 100, such like print "Three" for multiples of 3 and "Five" comes for multiple of 5, instead of their original values. if both (Three, ...11 Replies | 144 Views | Created by Jehan zada - Saturday, August 31, 2013 5:49 AM | Last reply by Hasani Holder - a few seconds ago -
Unanswered0Votes
Extracting Part of JSON object from JSON String
Hi, Can someone help in explaining how to extract the nested object(s) "event" from the following ...3 Replies | 58 Views | Created by TonyS81 - 7 hours 32 minutes ago | Last reply by PaulDAndrea - 6 minutes ago -
Unanswered0Votes
Using C#.net language. Print numbers from 1 to 100, such like it print "Three" for multiples of 3 and "Five" for 5, instead of their original values. if both like in 15 should come "Three,Five"
out put of the program like 1,2,Three,4,Five,Three,7,8,Three,............2 Replies | 54 Views | Created by Jehan zada - 3 hours 14 minutes ago | Last reply by Jehan zada - 8 minutes ago -
Unanswered0Votes
Write bytes to a text file
Hello I'm trying to write out 4 byte values to a text file. string mystring = string.Format("{0}{1}{2}{3}", ...4 Replies | 83 Views | Created by William256 - Tuesday, September 03, 2013 3:50 PM | Last reply by Wizend - 35 minutes ago -
Proposed0Votes
C# to write Array Contents to Notepad
How could I write the contents of an array to Notepad?1 Replies | 31 Views | Created by Joe Marx's - 1 hour 14 minutes ago | Last reply by Hasani Holder - 1 hour 1 minutes ago -
Answered0Votes
using c# to prevent the multiple instances of any applicaiton., example notepad
Hi all, My requirement is to check an application/notepad continuously checking whether the running more than one instances, If it running is more than one ...4 Replies | 70 Views | Created by Sharon Kumar - Tuesday, September 03, 2013 3:38 PM | Last reply by Sharon Kumar - 1 hour 27 minutes ago -
Unanswered0Votes
How to make .net application using oracle database oracle client independent.
Hi, I have developed an application for internal database operation of my organization.My application in developed in C# with oracle is as Database.For running application on any ...1 Replies | 34 Views | Created by VaibhavRupeeseed - 5 hours 1 minutes ago | Last reply by darnold924 - 2 hours 31 minutes ago -
Answered0Votes
operator overload casting a value
here is this piece of coding:- // C# 4 Wrox , Page 122 // using generic structures , using Nullable<T> // casting Nullable<T> to T using operatoe ...2 Replies | 46 Views | Created by amigo 1 - 8 hours 20 minutes ago | Last reply by amigo 1 - 2 hours 40 minutes ago -
Proposed0Votes
C# Winforms Enter Data In a Textbox, Retrive from SQL Server, and Display in DataGridView
Hello All, ive been struggling with this for a few days trying different strategies. Im trying to allow users to enter into a text box and have sql return the requested data. Below ...4 Replies | 61 Views | Created by angelo28270 - Thursday, August 29, 2013 9:06 PM | Last reply by angelo28270 - 2 hours 42 minutes ago -
Unanswered1Votes
Entity Framwork Primary Key Violation on Update
I'm trying to do a simple update using EF 4.0 public static void Update(Guid g, bool reported) ...5 Replies | 96 Views | Created by jarrodk - 18 hours 7 minutes ago | Last reply by darnold924 - 3 hours 10 minutes ago -
Unanswered0Votes
How do I count entries into an array?
Hi Everyone, I'm having an issue creating an application that counts the number of times an entry is entered into an array. ie... Data in Array - 1 4 4 7 2 6 5 ...3 Replies | 67 Views | Created by Dvdough2 - 10 hours 6 minutes ago | Last reply by Riced - 3 hours 28 minutes ago -
Unanswered0Votes
populate dropdown from database using app settings in web.config
Hi guys.. i have few applications and their details are present in one table named "APP_SETTING" in my database with ... -
Unanswered0Votes
about SSD and vusial studio 2012
my C disk is intel SSD 330 series 120G i just begin to practice using Visual C# i found that everytime i open VS, it increased 0.06GB in total ...4 Replies | 68 Views | Created by Nick_Hsu - 12 hours 29 minutes ago | Last reply by Nick_Hsu - 6 hours 8 minutes ago -
Unanswered0Votes
Ectract xml from Pdf ( xfa)
Hello, I have problem, I would like extract xml from pdf (xfa) by Itext or another solve? Do you have some ideal about it? Or code ...3 Replies | 54 Views | Created by MarekKoc - 7 hours 42 minutes ago | Last reply by MarekKoc - 6 hours 43 minutes ago -
Unanswered0Votes
is DefaultCachePolicy property in WebRequest missing in VS2013 C# preview?
The property is not recognized. Is this a known issue? I need to use that property. Is there anything I can do instead to set the cache policy for my outgoing requests?2 Replies | 55 Views | Created by Juny327 - Tuesday, September 03, 2013 9:05 AM | Last reply by Juny327 - 6 hours 47 minutes ago -
Unanswered0Votes
strange when dealing with excel process
I have build a console program to pull data from sql database and generate excel files according to a template. the query will search multiple data tables and return about 1000+ ... -
Discussion0Votes
Can't Compile the SharpSSH C# Source Code
Hi, I am trying to compile SharpSSH Client code. everything is fine except when I am trying to give the private key it is showing me the following error ...1 Replies | 36 Views | Created by Paramiko - 10 hours 23 minutes ago | Last reply by Eason_H - 7 hours 0 minutes ago -
Answered0Votes
Please help me in understanding the C# code.
I couldn't understand what this piece of code means in the below image? ShoppingCart cart=new shoppingCart(calc){Products=products} Can anyone help me with the ...5 Replies | 96 Views | Created by VIJAYAMANIKANDAN - 16 hours 20 minutes ago | Last reply by Caillen Zhong - 7 hours 52 minutes ago -
Answered7Votes
What is the difference between .dll and .exe ?
Hi Could any body tell please tell me the difference between .dll file and .exe file ? Thanks,8 Replies | 43558 Views | Created by TheNemo - Tuesday, June 12, 2007 12:45 PM | Last reply by Dhimant B - 8 hours 5 minutes ago -
Answered0Votes
Protocol used while transfering files from one machine to another using System.IO into C#.NET
Hi, we are using below code to transfer files from one machine to another. We want to know that by default which protocol is used to transfer files ? Is it CIFS ...5 Replies | 108 Views | Created by Varshneya Nitin - Wednesday, August 28, 2013 2:48 PM | Last reply by Caillen Zhong - 8 hours 27 minutes ago - Items 1 to 20 of 82900 Next ›