| Thread | Last Post | Replies |
|
| Obfuscator - Know a Good One? | 16 Apr 2005 18:20 GMT | 6 |
Looking for a Obfuscator that provides advanced Obfuscation like string encryption. Purchasing one is fine. It would be nice to hear from developers what products do the job. The price range goes from around $400-$1400, where products like Spices.NET (9Rays) and Xenocode are ...
|
| Visual Studio 2005 Beta 2 question | 16 Apr 2005 17:45 GMT | 9 |
Does anyone have a decent idea of when Visual Studio 2005 Beta 2 comes out?
|
| List of .NET Languages is Where? | 16 Apr 2005 17:11 GMT | 2 |
PHP.NET is supposed to be in the works? Where would the list of other languages that support the framework be found?
 Signature <%= Clinton Gallagher
|
| changing link's target to blank page | 16 Apr 2005 16:21 GMT | 1 |
Hi everybody... I'm making an application that receives HTML and before showing it has to format it in some way that all links that are inside that HTML must have target attribute with "_blank" value... so, to do this I need a
|
| VISUAL STUDIO 2005 BETA 2 ON MSDN SUBSCRIBER DOWNLOADS | 16 Apr 2005 16:07 GMT | 2 |
ENOUGH SAID ... HAPPY CODING!!!!
|
| Wild Card Searches Question | 16 Apr 2005 10:47 GMT | 1 |
I have just contracted with a firm that is using a front-end web interface to access our sales data. They developed it with Microsoft Dotnet, and it uses Microsoft SQL as the database.
|
| Virtual directory and Forms Authentication | 16 Apr 2005 05:18 GMT | 1 |
I an application that i want to set up for two clients. http://localhost/client1 <- virtual directory. http://localhost/client2 <- virtual directory. Now, i don't want these application to read each others information.
|
| Session management between asp and asp.net | 16 Apr 2005 05:14 GMT | 1 |
I have requirement of publishing both asp pages and asp.net pages in same website. I will be passing session variables between asp and asp.net pages using some intermediate pages. I have a doubt, I have seted the session timeout of 20 minutes in the IIS. If I am only working in ...
|
| printing | 16 Apr 2005 05:11 GMT | 1 |
I am writing a program that will need to redirect an output file (txt with ascii print codes) to a series of network printers. based upon a username, I have to determine which of these printers are the closest to a user, then stream the output of a file to the printer.
|
| Class design ToString | 16 Apr 2005 04:38 GMT | 3 |
is there anyway of creating a class so that when it is used as the object directly it does the toSting implementation ie public class recordID
|
| How can I Unauthorize a .NET session | 16 Apr 2005 04:07 GMT | 3 |
I have an app that requires the user to login before accessing a Register.aspx form. I am using Forms authorization so the lines in the Web.config file are: <authentication mode="Forms">
|
| Development using .Net(C#), Java (Netweaver preferred) - help needed in San antonio | 16 Apr 2005 03:01 GMT | 1 |
using UML with SQLServer in the backroom John D Allen. CEO/ President. Leveridge Systems INC.
|
| XSLT Transformation DateTime | 16 Apr 2005 02:37 GMT | 1 |
I have a DataSet that has several DateTime columns. I retrieve the XML from the DataSet by using its DataSet.GetXML method. This XML gets loaded into an XPathDocument. I've also created a basic style sheet, which I'm applying to the XML. I then transform the XML into a CSV file, ...
|
| Visual Studio can't add COM reference. | 15 Apr 2005 22:28 GMT | 6 |
Using Visual Studio .NET 2003 I've tried to add a COM reference to a Windows Form project via the Add Reference dialog (specifically the Active DS Type Library) but always get the error message: "A reference to 'Active DS Type Library' could not be added. The
|
| Finding full name in Active Directory from a given username | 15 Apr 2005 21:05 GMT | 4 |
I am writing an Intranet application in ASP.NET using VB.NET. I am obtaining the username of the user with: uName = User.Identity.Name, which is in the form of DOMAIN\username. I then use substring to parse out just the username.
|