| Thread | Last Post | Replies |
|
| I want to know about .NET technology | 12 Sep 2004 07:05 GMT | 2 |
I'm studying at NIIT, Viet nam, I've heard about .NET but I do not really know what exactly it is. Please explain me something! Now, I have knowledge about Access Database, Word, Excel, Power Point and computer basics.
|
| ASP.Net and Robohelp | 12 Sep 2004 07:00 GMT | 1 |
Does anyone have any experience with ASP.NET and Robohelp? I am new to Robohelp, and am writing a help file in HTML. I'd like to know what my connectivity options are for ASP.NET. BV.
|
| Frontpage 2003 and C#? | 12 Sep 2004 02:00 GMT | 1 |
Intellisense on FP 2003 gave me C# as an option for my script tag. Is it now possible to use C# as a scripting language in Internet Explorer? If not, why does front page list it (as well as other .net languages)?
|
| How to find the main EXE name | 12 Sep 2004 00:11 GMT | 5 |
I have a vb.net windows application. Within this application I have several class libraries. How can I know the name of the main EXE filename programmatically? Thanks for any help.
|
| [Threading] Why doesn't this work? | 11 Sep 2004 15:41 GMT | 4 |
In the following, why isn't there a pause when trying to access c in the statement "Console.WriteLine(c.i);"? I thought that c would be locked and therefore not accessible at the time. Why isn't this the case?
|
| Whidbey Bug? CustomAttributeTypedArgument.ResolveType | 11 Sep 2004 14:50 GMT | 2 |
There appears to be a bug in CustomAttributeTypedArgument.ResolveType I encounter it when I do reflection on custom attribute data where the custom attribute constructor type is in a different assembly than a CustomAttributeEncodedArgument that encodes a type from a different
|
| Insert .reg files into Registry | 11 Sep 2004 07:30 GMT | 1 |
I need VB.NET source code to help me insert .reg files into registry. Any help would be appreciated. Thanks
|
| Problem with Assembly.CreateInstance | 11 Sep 2004 03:58 GMT | 4 |
When I execute the following code from ASP.NET my application sporadically hangs inside CreateInstance(). The hangs don't occur every time but are frequent enough to be considered a serious problem. Assembly asm = Assembly.GetAssembly(typeof(MyType));
|
| VB.NET compiler bug in SDK app?? | 11 Sep 2004 03:54 GMT | 1 |
when coding sdk app using notepad, it seems that the vb.net compiler treats all </script> tag as the end tag of the page script, so when I try to register some client side javascript, it fail to parse the script after the "</script>" in the string even when trying to comment out ...
|
| Assembly loading | 10 Sep 2004 20:03 GMT | 1 |
I have a question regarding assembly loading.Basically I am asking whether or not the assembly loader can load multiple versions of the same assembly if: 1. The assemblies are strongly named and lies in the GAC
|
| Any scheduled release date for .NET Framework 2.0? | 10 Sep 2004 19:09 GMT | 1 |
When will the .NET Framework 2.0 go RTM? TIA, Berry
|
| Bit Operations Question (easy but my brain can't handle it) | 10 Sep 2004 17:49 GMT | 7 |
I have multiple Keys enumeration variables (they are, I believe, internally ints). Let's say I have 3 variables created in C# is follows: Keys K1 = Keys.S | Keys.Control; Keys K2 = Keys.S | Keys.Shift | Keys.Control;
|
| Oracle 8i | 10 Sep 2004 16:49 GMT | 3 |
I am writing a vb.net application that needs to connect to and call Oracle stored procedures. My background is MS SQL so I am used to SQLClient / ODBC / OLE db etc, but new to Oracle. In my simple way of thinking, I presume the 1.1 framework's managed
|
| Licensing literature for the .NET Framework | 10 Sep 2004 16:39 GMT | 2 |
I was speaking to somebody about a project yesterday regarding writing a small web app for him. He suggested ASP, and I of course suggest ASP.NET. He rejected the idea due to licensing and cost etc... I told him the .NET framework is free and as
|
| Memory consumption in the .NET framework | 10 Sep 2004 15:31 GMT | 4 |
this may be a simple question and I'm sure it's answered somewhere in the docs, but I haven't found it so far. When running a simple .NET application, Task Manager reports that it needs about 10MB RAM. Depending on what libraries are used, this may be more or
|