Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #36.9K
~355 People Reached
Favorite Forums
Member Avatar for c#loser

hi i have trouble understand system.io . i read through the msdn, but ....still dun undertsnd how to use i know it can use to write and read from a text file using stream writer or reader the read code is like this but i cant understand [code=csharp] StreamReader reader=new …

Member Avatar for puneetkay
0
110
Member Avatar for Acidburn

Hey there, I'm quite new to C# but have an extensive background in Java so I know all the basics and perhaps more. But I've found i'm struggling with C#'s answer to dynamic binding at runtime. Whilst Java can take a namespace entry from an interface and turn it into …

Member Avatar for fuzzelogic
0
175
Member Avatar for SMG0723

I am a beginner and I would like to know whats wrong with my code why it is not working. I am trying to create a login form [code=csharp] private void btnSignIn_Click(object sender, EventArgs e) { string ConString; ConString = "Data Source=.;Initial Catalog=docworx;UserID=sa"; SqlConnection DbCon = new SqlConnection(ConString); m_Login = …

Member Avatar for fuzzelogic
0
70