| Thread | Last Post | Replies |
|
| Assume SQL Server Rights for apps, any cons? | 21 Feb 2005 18:19 GMT | 1 |
I’ve got a requirement from one of my clients and I am not sure if there are any cons. I am developing a data management software for him. He administrates the underlying SQL Server 2000 database by himself. Now he wants that my software assumes the user rights automatically from ...
|
| Release date for .NET 2.0 | 21 Feb 2005 16:52 GMT | 3 |
Does anyone know the expected release date for .NET 2.0?? Thanks
|
| GUID for .Net framework | 21 Feb 2005 14:45 GMT | 5 |
Where in the registry would you find the GUID for the installed version of the .Net framework? I assume this GUID would be the same on every machine that had the same version of the framework? Thanks.
|
| Obfuscation | 21 Feb 2005 07:11 GMT | 1 |
I've been looking around for a program to decompile a HelloWorld application I created. Im trying to test the vulnerbility of my other development projects. Is there anyone who could suggest a tool that has an evaluation / free version that works with .net 1.1 ??
|
| Protecting code | 21 Feb 2005 01:17 GMT | 1 |
Has anyone got any reviews of the various products around to protect .NET code.... I know there are many obfuscators out there, but which are best. Also, I believe that Salamander protector compiles down to Win32 code.. Has
|
| Book recomendation | 21 Feb 2005 01:15 GMT | 2 |
I'm a java programmer making my first steps in the .net world I'm looking for a book that will include "advanced topics" in .NET and that will demonstrate using C# The syntax of C# (loops ,conditions,declarations etc...) is not an issue and
|
| Security Update for Microsoft .NET Framework, Version 1.1 Service Pack 1 (KB886903) | 21 Feb 2005 01:09 GMT | 9 |
I installed this update today on my Windows XP SP2, and immediately could not fire up and debug any web apps in VS.NET 2003. As soon as I hit debug, it immediately pops up a message box that says something to the effect of Cannot debug this application. Then when I compiled and
|
| Application.Run | 21 Feb 2005 00:23 GMT | 1 |
I have an app which starts using Application.Run(...........); I want to create a logon screen, prior to the main app running, so I modified my main() to look similar to frmLogon logon = new frmLogon();
|
| Is there a SetVersion equivalent to GetVersionInfo? | 20 Feb 2005 23:31 GMT | 5 |
Could you tell me how to change a file's information such as description, comments, version, etc. I know I could get all this using the FileVersionInfo.GetVersionInfo but I am looking for the .SetVersionInfo equivalent.
|
| native .NET equivalent of Microsoft Script Control ? | 20 Feb 2005 17:11 GMT | 5 |
Is there a native .NET equivalent of the Microsoft Script Control, particularly the Eval method? See here: http://www.devx.com/vb2themax/Tip/18773 It works great - it even compares string expressions. I just would
|
| Finalization and .NET/deterministic or orderly shutdown | 19 Feb 2005 22:55 GMT | 9 |
Any chance 2.0 will help with this? Finalization for .NET really needs the ability to support leaving some functionality intact until the program actually terminates. There should be support of exceptions for things like Console.WriteLine to continue working
|
| Reversing text in TreeView nodes | 19 Feb 2005 22:20 GMT | 6 |
I haven't received an answer to my question of a few days ago regarding a flipped treeview control posted in the dotnet.framework.windowsforms.control newsgroup, so I thought I'd ask it again. Sorry about the cross-posting, but I'm getting desperate as the drop-dead date, the ...
|
| XML Serialization Weird Exception | 19 Feb 2005 21:31 GMT | 8 |
I was testing XML Serialization to assess if it fits my needs. I coded two methods, one dumping the XML serialized object to a file, and the other that recreates the object: static Graph Awake(string filename)
|
| CLR Bug ?! | 19 Feb 2005 19:48 GMT | 5 |
I suspect a CLR Bug. Please look like this code fragment ! My question is: why 0 (zero) is a special value in CLR ?! Thanks all.
|
| Windows service & Web service Interprocess Communication | 19 Feb 2005 19:24 GMT | 6 |
I need an easy way to pass data between windows service & Web service For example pass a data set, or recordset , Both written in C# , Both running on the same machine so I'm trying to avoid Sockets / network
|