Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / July 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
C++, unmanaged code07 Jul 2006 11:08 GMT1
Dear programmers, I'm experimenting with a simple unmanaged template class.
The problem is that it won't except managed types. Any suggestions?
void MyFunc()
{
Starting a process "cmd.exe" from within a service...06 Jul 2006 13:51 GMT6
I'm running a serice under a local admin account. The service runs specific
DOS commands (eg. "dir c:\") upon request using "cmd.exe". I create a
ProcessStartInfo and enter the user credentials in the UserName, Password and
Domain fields. The start the process using the ...
A good book about .net Performance Tuning06 Jul 2006 10:48 GMT3
i'm looking for a good book about .net Performance Tuning.
Things that should be covered by this book:
- Glean information about your program's behavior from profiling tools
- Identify bottlenecks before tuning
Bug in HttpWebRequest/Response Dispose() implementation?05 Jul 2006 22:53 GMT6
We have a simple piece of code that exchanges data using HTTP
request/reponse. It uses "using" statement to guarantee that the
communication channel is properly closed on completion. However, if the code
is executed multiple times, the first execution attempt works fine, but the
Fixed string concatenation04 Jul 2006 18:43 GMT2
I realise StringBuilder is generally better for building strings
dynamically, but for a fixed string built over a number of lines, would the
compiler recognise that the following could be represented as a single
string and optimise out reallocations?
Sending Window Messages from an MFC app to a Windows Firm tray application04 Jul 2006 16:01 GMT1
I have an MFC MDI application and a Windows Forms (2.0) Tray Icon
application.
I want to run a command on the tray application via my MFC application.
There is a "Register" context menu command on the tray icon application.
Password prompts when signing with smartcard04 Jul 2006 06:12 GMT8
For security reasons, I'm storing my public/private key pair on a smart
card.  My bulid process delay signs the assemblies using the public key, and
I later go back and re-sign the assemblies using public/private key pair from
the smartcard using sn.exe -Rc <assembly> <container> ...
Generic comparison.03 Jul 2006 18:33 GMT3
I have a class that tries to compare two generic types:
                if (low < high)
Where they are declared as:
               T low = (T)float.Parse(parts[0]);
Boosting priority of an application for a performance unit test02 Jul 2006 23:22 GMT5
I've created some simple performance tests within the NUnit test framework
to test the performance of various core business object calls e.g. creating
invoices / purchase orders e.t.c. and updating them. The tests basically
need to assert that the time to say create 1000 ...
Pages: 1 2 June, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.