| Thread | Last Post | Replies |
|
| Simple TCP Socket Communicator - Please Help | 09 Apr 2008 03:37 GMT | 5 |
Hello developers, I am trying to create a simple TCP chat-like communicator. It will communicate with one peer only sending and receiving messages on the same port. I guess, this requirement is important. Once the communication is
|
| Good C# profilers? | 08 Apr 2008 22:11 GMT | 8 |
Hi... I was just wondering what recommendations people had for C# code profilers? I'm trying to figure out where a lot of our app's time is going. I downloaded and am trying ProfileSharp Enterprise Edition, but I'm finding
|
| WaitForExit() times out when I try to capture multi-line Stdout | 08 Apr 2008 22:01 GMT | 5 |
I have written a short VB.NET function (see below) which captures StandardOutput from a particular Windows program (myProgram.exe). The problem is this: if myProgram.exe returns more than a single line of text then WaitForExit() always times out! The function
|
| Extension Methods in .NET - A Comment | 08 Apr 2008 18:25 GMT | 53 |
I've just read into Extension Methods in .NET and can't hold to give a short comment on them: Using static classes to purely use another class's fields and methods to even pretend being a member of that other class without actually being a member of that class is very hard to ...
|
| retaining info after postback | 08 Apr 2008 17:42 GMT | 1 |
hi, i'm creating a table with rows on runtime. the rows are added through some option on the page (not from db). but when i do a postback a miss the info. how could i retain that info?
|
| file i/o in multithreaded apps | 08 Apr 2008 17:12 GMT | 6 |
Hi... I've got an app that's pretty multi-threaded. While I'm debugging, I'm trying to write a log file of events that happen, so I've got a global logger that has
|
| Read Data into Entity Using Linq? | 08 Apr 2008 15:35 GMT | 3 |
I have tab-delimited data ( 300 lines, 2 pieces of data per line) that is in a string (it came from a network stream, not a file or anything else). I have a class with 2 properties. Can anyone show how I can use LINQ to import that string into n
|
| Problem saving XML Data | 08 Apr 2008 14:08 GMT | 6 |
Will modifying and saving XML data the copyright character has a additional character © , my client class it a weired character. i tried to save the file StreamWriter("xxx.xml", false, Encoding.UTF7 or UTF8 or ASCII) nothing seems to elimnate the weired character.
|
| nettiers and gridview | 08 Apr 2008 13:36 GMT | 2 |
hi, i have already binded a gridview and the data. in my aspx i have something like that: <asp:TemplateField><HeaderTemplate>Select</HeaderTemplate> <ItemTemplate>
|
| Circual Dependencies problems | 08 Apr 2008 11:40 GMT | 1 |
I have some circular dependencies that confuses me. I have 2 interfaces that uses each others interface. When they are compile within the same assembly there is no problem(?), but when they are in 2 different assemblies i get the circular dependency problem (When adding ...
|
| WinProc | 08 Apr 2008 11:19 GMT | 1 |
i worte an application with C# and i am monitoring the Messages by overloading the WinProc. but when the pc is Locked out no new Message is monitor, ??????
|
| Steps to remove .NEt framework 3.0 SP1 | 08 Apr 2008 08:01 GMT | 6 |
I applied SP1 to .NET framework 3.0. Now I have to reverse it because Dynamics GP 10 Business Portal doesn't recognize 3.0 SP1 What's the proper procedure to do the reversal since I have MOSS 2007 installed and configured properly with SP1 already.
|
| Content Advisor - Yahhoo | 08 Apr 2008 07:57 GMT | 1 |
I can turn CA on & block everything including google, but it wont block the first page of Yahoo, or the first page of image or video search options. Plus, if I click on a link in the video search option, it still goes to the origin site & can show bad stuff. How can I kill Yahoo ...
|
| Convert Time to DateTime? | 08 Apr 2008 02:04 GMT | 1 |
I have this value "07:01:14" And I want to convert it to a DateTime to store it in a SQL Server database. What is a clean way to do that?
|
| Building a GUI for a service | 07 Apr 2008 23:31 GMT | 3 |
I'd like to put a GUI on my (C#) service (running under Vista). Anyone have any pointers as to the best way to do this? I'm using VS2008, if it matters.
|