| Thread | Last Post | Replies |
|
| Help for C# Interview questions and career decision | 12 Sep 2005 00:56 GMT | 2 |
I am fresh college graduate who has done C and C++ during college times.After that i had done a C# course from one of our local computer institute.The course is BCM which ran for 1 year.But now when i am looking for job the questions asked in interview are really very very
|
| AssemblyResolve: Missleading multicastdelegate, unusable in real scenarios by design? | 11 Sep 2005 21:07 GMT | 2 |
Hi to All, To jump into the deep instantly: Multicast event must not have return value... by definition Well, AssemblyResolve event has...
|
| Multi-Threading Question | 11 Sep 2005 19:13 GMT | 5 |
(In thread A.) { Bar bar = new Bar(); lock (fooLock) {
|
| Making dotnet Trust my LAN | 11 Sep 2005 17:52 GMT | 2 |
How do I make the .NET framework trust my local area network? I keep getting the error message whenever I load a project from the network, and I need to always store all of my projects on the network, How can I do this?
|
| Standy and Password prompt problem with .Net Framework | 11 Sep 2005 09:10 GMT | 1 |
I installed Microsoft Net Framework V.1.1 today. Now the computer goes into Standy mode every couple of unattended minutes.. and I have to retype in my login password It is a total pest.
|
| Image processing application | 11 Sep 2005 01:21 GMT | 1 |
If i had to develop a windows forms based application , that would be used for viewing a running video in one window, freezing an image from the video into another window based on user's choice, and then change the resolution, position, color intensity and zoom of the frozen image, ...
|
| select multiple xml fragments from xml file | 11 Sep 2005 01:20 GMT | 1 |
I have an xml file (see below). using C# I would like to pull out all student names and write then to screen. As there may be an unknown number of <studentName> tags in the file, what i would like to do is "select" all <studentName>
|
| Period of System.Random | 10 Sep 2005 15:12 GMT | 1 |
I have been searching to try to find the period of the System.Random class's Next methods to be certain that it is adequate in a statistical analysis application I am writing. However, I have not been able to find any concrete answer to this question. Does anybody have this ...
|
| failed to load resources from resource file -- a security issue? | 10 Sep 2005 12:57 GMT | 1 |
I'm having trouble with a windows forms application using c# on XP SP2. The message "failed to load resources from resource file" appears when the application is ran. It appears to be a permissions problem. The application was installed by the administrator and when the admin, or
|
| Aug2005 CTP of VS.NET and SQL CLR | 10 Sep 2005 07:11 GMT | 2 |
Hey guys, I've installed VS.NET 2005 August CTP and I'm trying to deploy a .NET assembly to a SQLEXPRESS server. However, SQL requires .NET framework 2.0.50719, and the installed version is 2.0.50727.
|
| Desktop Icon | 10 Sep 2005 03:36 GMT | 2 |
I have C# project with an associated deployment project, which creates a Desktop shortcut. The icon on the shortcut is some plain-vanilla document, not the app's icon. Where does one tell the project what icon to use, or why isn't it picking up the app's icon? The app itself
|
| System.Text.RegularExpressions.Regex | 09 Sep 2005 19:37 GMT | 2 |
I would like to know how to be able to filter out specific information on a given website page irregardless if the content or formating of the webpage changes. I am retrieving the temperature, humidity, and dewpoint information from the
|
| Convert file to binary, send it over the network, and convert it b | 09 Sep 2005 18:01 GMT | 1 |
I’m trying to create a client\server application that I can use to multicast files across the network. I’ve been able to convert objects\images to binary and multicast them, but I’d like to try it with larger files. Would it be possible to covert a dll to binary and send it, ...
|
| Code Conversion Nightmare | 09 Sep 2005 16:24 GMT | 2 |
I have been given some code examples for printer status monitoring from a company. But they only have the code in vb or vc. im coding in vb.net and im trying to convert from one to the other. The problem is that the code uses the vb6 syntax of "as any" when declaring the api ...
|
| Custom DataSource | 09 Sep 2005 15:40 GMT | 1 |
I'm trying to create my own datasource container : public class QueryDispatcher : System.ComponentModel.Component, IBindingList, ITypedList, IListSource, IList<BaseItem> { ...
|