| Thread | Last Post | Replies |
|
| Audiobooks for learning C#? | 28 Jul 2008 03:05 GMT | 4 |
I know it's doubtful, but I was wondering, are there any audiobooks made of C# programming books? Would be nice to gain more C# insight while on the treadmill :) Tony!
|
| dllimport stdout gets eaten | 28 Jul 2008 02:30 GMT | 6 |
I changed the stdout in my C# app using Console.SetOut. It works fine for all my Console.Out.Write calls and with log4net. However, I don't see any output from native dlls that write to stdout. What am I doing wrong?
|
| .Net validation controls error: 'are you missing a using directive | 28 Jul 2008 02:27 GMT | 8 |
I've successfully added some .NET validation controls to a page (using <asp:RequiredFieldValidator ...), however when I try to set the 'display' property to 'dynamic', my page then throws up the following error in the browser:
|
| SecureZeroMemory in a managed DLL? | 28 Jul 2008 02:21 GMT | 15 |
// SecureZeroMem.cpp #include <windows.h> extern "C" __declspec(dllexport) PVOID __stdcall SecureZeroMem(IN PVOID ptr, IN SIZE_T cnt)
|
| Questions about Coding Practices | 28 Jul 2008 01:45 GMT | 8 |
I am reading "Programming .NET Components" 2nd Edition by Juval Lowy, O'Reilly. In Appendix E, there is a chapter "Coding Practices" which I agree and practice mostly. However, there are a few items I don't quite understand why as listed below, my questions are marked Q:
|
| Do we have extention properties in C# 3.0? | 28 Jul 2008 01:30 GMT | 26 |
C# 3.0 extension methods become useful for us. Do we have the similar concept for extension properties? Thank you, Max
|
| Next available drive letter - mpr.dll | 28 Jul 2008 01:22 GMT | 5 |
Is it possible to programmatically find the next available drive letter that could be used to map a file share? Or is my best bet to just call net use and parse the output? Thanks in advanced.
|
| evaluating expressions | 28 Jul 2008 01:19 GMT | 4 |
Is there a way to evaluate a string expression such as "55/8" to return 6.875? Your help is greatly appreciated. jake
|
| .Net and 64-bit | 27 Jul 2008 23:32 GMT | 5 |
Is .Net aware of 32-bit/64-bit processor/Windows version at all? How to check if a system 32-bit processor or 64-bit Windows? I looked at "Control Panel/System" icon of a 2003 Server version, but it didn't show anything about these?
|
| CAS syntax in manifest for creating Sharepoint WSP | 27 Jul 2008 23:32 GMT | 1 |
I am sorry, for posting out of topic question. I have an assembly which needs full trust. In the Manifest.xml of my sharepoint solution I have something like this: <CodeAccessSecurity>
|
| c# definitive explantion of dotnet JIT compilation please and how to speed up performace | 27 Jul 2008 23:31 GMT | 7 |
im hoping someone cane provide or point to a definitive accurate explantion of dotnet compilation when run and the best way to optimise peformace when dotnet code is run first time and execution speed after compliation.
|
| FTP related classes | 27 Jul 2008 21:34 GMT | 6 |
I'll be working with FTP uploads/downloads. May i ask for some pointers to relevant and useful classes already prepared for such task in the DotNet 2.0 framework.
|
| show properties of a control in property window | 27 Jul 2008 16:10 GMT | 3 |
I am writing a control myTextbox (simply a new class, which inherits class TextBox). myTextbox class has property DataControlTyp, which is a enumeration: Now when I select this control in design window, I want to see this property as a list (combobox) in property window, to set a ...
|
| How to select an arbitrary area on a form using sender / what Event Handler? | 27 Jul 2008 15:28 GMT | 5 |
I have a form, Form6, that has a bunch of buttons overlaid on it. I want to be able to click on any arbitrary area of the form, and if that area of the form is overlaid by a button, I want to change the color of the button to Coral, and show a MessageBox with the button
|
| Game development | 27 Jul 2008 10:52 GMT | 7 |
Well, I'm very interested in game development, I'm just starting out though, browsing here and there for tutorials, references, etc.. and learning about the game development industry... What i've realized is that, apparently, most of the games out there are
|