I am learning C#. I have 3 books on it. What i don't have are books on software architecture. What keywords should I search for to find books on smart composition?
I will be building everything from Windows Forms, to Web Applets hosted on IIS.
User Profile
Collapse
-
Software Architecture Books
-
I realize this, what I want is a professional, or semi professional opinion on publishers/authors. It can make the difference.... -
C# Web Applet Building - A good starter book
I'm looking for a good starter book for building Web Apps with C#.
Any Suggestions? -
IIS with C# Applets - Beginner Looking for a good book
I'm looking for a good book to learn how to manage IIS. I am a beginner to programming in a Windows Language.
Any Suggestions? -
Our whole infrastructure is on UPS and generator. And the information isn't LifeSaving. So losing a few seconds of info won't hurt. I just want to make sure that in my newbie state, i don't implement something that will be processor/computer heavy. I am going to rewrite the whole project as its own self containted namespace so i can add it to another global app already in production.
Once I get that done I will make the changes...Leave a comment:
-
What method would you use to write to the file. I'm new to C# and I can't make it through my books fast enough to develop what I need. lol. Stupid 1600 page books....Leave a comment:
-
[C#] Saving Logs To A TXT File One At A Time
I have an application that reaches out and gathers stats, if those stats are out of bounds, it logs them.
Currently I have a string builder thats accumulates all logs durring the session and writes them all to the file at the end. This is a memory hog. Is it ok to open a text file every 2-4 seconds for 6 hours. -
Great!
I see what you mean now. I wasn't sure how long it would take to process your requests.Leave a comment:
-
I am 20 days into programming and I made the rookie mistake of looking for the cookie count from the FAILED response, instead of the SUCCESSful response.
Thanks Plater!...Leave a comment:
-
I am also new to the C# world, but I am writing a similar app.
What I've done is created a thread with a loop in it. This way you do not have to worry about multiples threads colliding.
Code:public void threadMethod() { //Init Code - Things to happen only on the first run. Thread.Sleep(1000); //Now the loop while (condition) {
Leave a comment:
-
[C#] HTTPWebRequest/ Digest Access Authentication
I am creating a Windows Form App that reaches out to 2 devices every 3 seconds and pulls an XML file, parses the stats, and raises alarms. The devices that I am pulling the xml files from are password protected with Digest (nonce).
1. Send the first HTTP request
2. Catch the WebException and parse the 401 error for the nonce.
3. Generate the response.
4. Send the revised Request.
The problem I am...
No activity results to display
Show More
Leave a comment: