| Thread | Last Post | Replies |
|
| vs2008 ide standard/pro differences? | 14 Mar 2008 17:24 GMT | 3 |
Hi, Just wondering if anyone knows whether the ide (also the for example the syntax highlighting options etc.) of vs standard is dumbed down in comparison to vs pro? regards, Igor
|
| Bulk UPDATE in LINQ for SQL | 14 Mar 2008 14:17 GMT | 2 |
Is it possible to create following query in LINQ for SQL UPDATE Employee SET Salary= Salary * 1.5 WHERE Employee.Job='Developer' (Don't you like this query :-)?) Thanks,
|
| .NET custom security: still possible? | 14 Mar 2008 12:24 GMT | 1 |
I'm new to ASP.NET (from classic ASP) and wasn't aware of the Forms Authentication security when I started working on a website. So I built a login page that stores a CustomUser object in the Session, and then I put a login check in the Master Page codebehind, Page_Load
|
| XML files | 14 Mar 2008 10:11 GMT | 2 |
I have to convert word 2007 files in xml using c#. but i don't have any idea to do this pls help me to do this.
|
| Identical binaries from same source code | 14 Mar 2008 09:35 GMT | 20 |
I have to homologate my binaries so I need them to be byte-per-byte identical after each compilation (if the source code is the same, logically). Does anybody know how to achieve that with either compiler options or modifying some parts of the binaries?
|
| Driving a C# application using an unmanaged MFC application | 14 Mar 2008 09:11 GMT | 3 |
We have a C# application that we need to "drive" using an MFC application. The kinds of things we need to do are to instantiate the C# application and tell it to load a certain file and then take certain actions. It would also be good if the C# application could somehow ...
|
| java.lang query | 14 Mar 2008 08:57 GMT | 4 |
What references in a C# .NET project are needed to include java.lang I would like to make java.lang.System.getProperty(..) calls, thanks,
|
| ms sec fix caused SocketException: An attempt was made to access a socket in a way forbidden by its access permissions | 14 Mar 2008 08:37 GMT | 2 |
I've got code that's been working for years. This is running on Win2003 Server whiled logged in as the admin. When the MS sec fixes were installed last night, this code now fails with: System.Net.Sockets.SocketException: An attempt was made to access a socket in a
|
| POP client Attachments Retireve | 14 Mar 2008 08:23 GMT | 1 |
Can any one Tell me how can I get the Attachments in retrieving from POP Server. I am parsing the headers obtain through the [RETR msgNumber] command to POP but it did not return me the Attachments in Headers format.
|
| which network am i on | 14 Mar 2008 05:02 GMT | 8 |
hey all, i have a test network that's exactly like my prod network (except for the FQDN) and all i have to do is move my network cable from one network to the other.
|
| testing my project | 14 Mar 2008 04:01 GMT | 3 |
hey all, can someone please tell me if this is possible and what the best way of doing it is; on my aspx page i'd like to have 2 buttons and depending on which one was clicked i'd like to go and modify the web config file for the
|
| Confused about ComboBox and DataBinding | 14 Mar 2008 02:36 GMT | 2 |
I'm surprised that I'm having trouble with this, I suspect that I'm having a major brain fart and expecting something to work a way it doesn't. In my example, I have a List<> of custom objects bound to a ComboBox. I then have a single instance of the custom object which I have ...
|
| Dynamically calling a TableAdapter's Update method | 14 Mar 2008 02:13 GMT | 1 |
Because there is no TableAdapter base class (The designer creates TableAdapaters as classes which are derived from global::System.ComponentModel.Component) I need a way to call the Update method of a series of TableAdapters that are stored in a collection. The
|
| Question, old programming books for beginnner okay? | 14 Mar 2008 01:27 GMT | 4 |
Hi, I have a couple of csharp books for beginners that I never used. They were published around the 1.0 framework era. Would I be doing a friend a disservice by giving him these books? ie. should he buy more recently published books instead or will the ones I have be okay.
|
| arraylist | 14 Mar 2008 00:01 GMT | 7 |
Hi, hopefully Ill explain my question ok. Im using an arraylist to get an an array of values from an application, which allows me to use a com interface to interact with its functions. I have no access to the code. I use prices.Add(ba.getPrices());, prices bieng my arraylist. It
|