| Thread | Last Post | Replies |
|
| Can I get a reference to a method through reflection? | 12 May 2004 20:36 GMT | 2 |
I need to get a reference to a method in my currently running class by the method name. I don't want a MethodInfo object; I want an actual reference to the method. Basically I'm trying to programatically load a delegate via the method name that should be invoked. For example the ...
|
| apparently my aspx file don't accept POST method | 12 May 2004 18:34 GMT | 2 |
I don't know what is happend but i create a very simple form thats send data using the POST method <form action="default.aspx" method="post"> <Input Type="Text" Name="testField"><Input Type="Submit">
|
| How many man-hours were used in creating .NET 1.0? | 12 May 2004 18:09 GMT | 13 |
Does anyone know how many man-hours were used in creating .NET 1.0? I thought it would be an interesting statistic to know. Thanks.
|
| Create files with preallocated disk space | 12 May 2004 16:30 GMT | 8 |
How would you create files with a certain size in .NET? FileInfo.Create does not have a length parameter. P/Invoke?
|
| Streaming ZIPPED files | 12 May 2004 16:06 GMT | 6 |
Hi (apologies for the xpost, but im not sure where this fits in), I have recently had a site demostrated to me (a newsgroup binaries archive site) that allows a user to select multiple files, then download the selected files combined as one zip. At first i thought this was nothing
|
| Overriding ToString() on an array? | 12 May 2004 14:06 GMT | 1 |
In .NET with C# code is it possible to override an arrays ToString method with my own implementation, without having to create a new array class that derrives from array? For example, say I have a basic array variable with elements like this:
|
| Safety of static class/variable/method | 12 May 2004 12:56 GMT | 10 |
Is the following use of static variable and method "safe"? It is in a Class Library that is invoked from an ASP.NET User Control of many ASP.NET pages? It seems to be working, but I recall having some obscure issues with the initialisation of "shared" variables in VB.NET with old ...
|
| Adding Assemblies through VS.NET tool | 12 May 2004 09:51 GMT | 2 |
I have created an assembly, binded with strong name & registered in GAC. When i am trying to add that assembly from VS.NET tool, add reference i am unable to find the assmbly in the addreferences dialog. what sholud i do inorder to include the assembly in the GAC listouts.
|
| Reflection--how can I determine the visibility of a type or member? | 12 May 2004 09:04 GMT | 6 |
What do I need to do to figure out if a class, enum, etc. is public, private, protected, Friend, etc.?
|
| marshalling : C# string to C++ CString | 12 May 2004 08:52 GMT | 1 |
Hi group I have a C++ dll containing the following functions : extern APIENTRY WINAPI void F1(CString str1,CString str2) {
|
| Reflection--can I determine if an interface was inherited without checking the base class? | 12 May 2004 08:47 GMT | 1 |
As a learning experience, I'm writing my own object browser. I want to make it work very similar to the object browser in the VS IDE, and to that end I only want to display interfaces under the type in which they are declared. However, the Type class doesn't have an IsInherited ...
|
| Array Bounds Error Inside CLR | 12 May 2004 08:44 GMT | 1 |
Well, we have agreed that a juicy bug exists in released product system.xml.dll. Then comes 1) reporting it to a higher authority, 2) having them do something about it. There seems to be a phobia about accepting reports about bona fide errors in product as there is no apparent ...
|
| suggestion for .Net Framework | 12 May 2004 08:02 GMT | 1 |
The .net framework is great. I have been programming on it for 1 year now. I had a suggestion for adding a new datatype There are times when the program needs to write a string chunk to the output, for ex. consider a asp.net application I want to output a dynamic table.. ...
|
| app.config not recognized by Visual Studio .Net | 12 May 2004 07:05 GMT | 1 |
I have a class library project with an app.config file in it. Everything I have read indicates that VS.Net will copy and rename the app.config file into the bin/ directory when I build the project. But all the examples show the project as having myapp.exe and that
|
| when whidbey | 12 May 2004 04:44 GMT | 2 |
when is the next release of vs2005 Community technology preview
|