Search Results
Search found 1072 results on 43 pages for 'jim dobbs'.
Page 36/43 | < Previous Page | 32 33 34 35 36 37 38 39 40 41 42 43 | Next Page >
-
-
Get name of property as a string
- by Jim C
I'm trying to improve the maintainability of some code involving reflection. The app has a .NET Remoting interface exposing (among other things) a method called Execute for accessing parts of the app not included in its published remote interface. Here is how the app designates properties (a static one in this example) which are meant to be accessible via Execute: RemoteMgr.ExposeProperty("SomeSecret", typeof(SomeClass), "SomeProperty"); So a remote user could call: string response = remoteObject.Execute("SomeSecret"); and the app would use reflection to find SomeClass.SomeProperty and return its value as a string. Unfortunately, if someone renames SomeProperty and forgets to change the 3rd parm of ExposeProperty(), it breaks this mechanism. I need to the equivalent of: SomeClass.SomeProperty.GetTheNameOfThisPropertyAsAString() to use as the 3rd parm in ExposeProperty so refactoring tools would take care of renames. Is there a way to do this? Thanks in advance.Read the article
-
How to manage resources in an F# project?
- by Jim Burger
Can I use .resx files in F# 2.0 projects? If so, how do I go about adding, and then using these resources. Thanks in advance.Read the article
-
Setting the size of a ContentPane (inside of a JFrame)
- by Jim
Hello, I want to set the size of a JFrame such that the contentPane is the desired size. JFrame.setSize() doesn't take the window decorations into account, so the contentPane is slightly too small. The size of the window decorations are platform and theme specific, so it's bad news to try to manually account for them. JFrame.getContentPane().setSize() fails because it's managed. Ideas? Thanks!Read the article
-
Visual Studio 2010 Brings Parallelism Mainstream
Visual Studio 2010 contains innovations in the parallel computing space to enable developers to cope with parallel applications Microsoft Visual Studio - Parallel computing - Microsoft - Programming - ToolsRead the article
-
Serial Data Not Transmitted in C# Application
- by Jim Fell
Hello. I have a C# application wherein serial (COM1) data appears to sometimes not get transmitted. Following is a simplified snippet of my code (calls to textBox writes have been removed): try { serialPort1.Write("D"); serialPort1.Write(msg, 0, 512); serialPort1.Write("d"); serialPort1.Write(pCsum, 0, 2); } catch (SystemException ex) { /* ... */ } What is odd is that this same code works just fine when the port is configured for 115.2Kbps. However, when running at 9600bps data that should be transmitted by this code seems to not get transmitted. I have verified this by monitoring the receive flag on the remote device. No exceptions are thrown from within the try statement. Is there something else (Flush, etc.) that I should be doing to make sure the data is transmitted? Any thoughts or suggestions you may have would be appreciated. I'm using Microsoft Visual C# 2008 Express Edition. Thanks.Read the article
-
Think Parallel 2010, cinq annes de multi-coeurs
Les premiers processeurs x86 multi-coeurs sont arrivs il y a environ 5 ans. Hardware - Coeur d'Alene Mines - Idaho - New York Stock Exchange - Chief financial officerRead the article
-
Fending Off Cyberattacks
Web apps stay online during attacks Warfare and Conflict - War on Terrorism - September 11 2001 - Google - BBC NewsRead the article
-
titleForHeaderInSection is not updating Section Header information correctly
- by Jim
I have two tableviews where one navigates to the next. Both use more or less the same code and use the managedObjectContext and FetchedResultsController design pattern to provide the relevant data for both tables. My problem happens when I navigate from the first to the second tableview and the data has only one Section Header / Row in the tableview. The data will then not update Section Header information. It does when there is more than one row but not if there is only one row. It leaves the information from the first attempt in place. I can confirm the row data is correct so the relevant data should be being passed to the Section Header correctly but it isn't. Has anyone else come across this problem?Read the article
-
How to create a unique web page address in ASP.NET
- by Jim
Is there a standard way to create unique web page address in ASP.NET? I'm sending surveys to customers and will be including a link to the web page. For example: http://www.mysurveypages.foo/survey/UniqueID I would then customize the survey based on who I sent it to. I know it can be done by passing in a unique parameter to a page but I curious about doing it this way.Read the article
-
System Virtualization
Methods and applications of system virtualization using Intel virtualization technology Intel Corporation - Intel - Companies - Product Support - HardwareRead the article
-
Presented By:
Read the article
-
Presented By:
Read the article
-
Presented By:
Read the article
-
Presented By:
Read the article
-
Presented By:
Read the article
-
Presented By:
Read the article
-
Presented By:
Read the article
-
Custom Parallel Partitioning With .NET 4
Programming - Parallel computing - Component Frameworks - NET - ToolsRead the article
-
iPad Development: It's Different in an Exciting Sort of Way
The power of a desktop and the portability of mobile -- all in the same device Fujitsu iPAD - Programming - ipad - Business - LanguagesRead the article
-
A Portable Security Risk
Ubiquity of personal devices with built in web connectivity, office applications, and email fraught with risks to businesses Business - Business Services - Ubiquity - Mozilla Firefox - Aza RaskinRead the article
-
Presented By:
Read the article
-
Anyway to surround code block with curly braces {} in VS2008?
- by Jim McKeeth
I always find myself needing to enclose a block of code in curly braces { }, but unfortunately that isn't included in the C# surround code snippets, which seems to be an oversight. I couldn't find anything on building your own surround snippets either (just other kinds of snippets). I am actually running Resharper too, but it doesn't seem to have this functionality either (or I haven't figured how to activate it). We have a coding standard of including even a single line of code after an if or else in curly braces, so if I could just make Resharper do that refactor automatically that would be even better!Read the article
-
Presented By:
Read the article
-
Presented By:
Read the article