Search Results

Search found 5 results on 1 pages for 'riri'.

Page 1/1 | 1 

  • Acer Ferrari 3000 in portrait display mode

    - by Riri
    I have a Acer Ferrari 3000 noetbook that I like to connnect to a external dispaly and show it in portrait mode. The computer runs a ATI Radeon 9200 graphic chipset and I can't find the setting for portrait and start believe the graphics card actually doesn't support it? I've looked at the latest drivers and can see that this has changed. What are my options? Can I buy some sort of external graphics thingy or other possible solutions will get up votes! ;)

    Read the article

  • Validating result of JsonConvert.DeserializeObject (think "try parse") using JSON.Net

    - by Riri
    I have incoming messages that I need to try and parse in my own objects structure. SOme of these are well formed JSON obejcts and some are just nonsense. I use JsonConvert.DeserializeObject<MyObject>(incmoingString); to do this. This however sometimes gives me a exception when the incoming is total garbage. Other times I get a non-complete object structure when the incoming string is kind of OK - and finally it sometimes work. I've wrapped the conversion in a try/catch and than manually validate that I've gotten the properties I need to the deserialized result. Is there a better way to do this?

    Read the article

  • Logs in WebSphere MQ

    - by Riri
    We have messages coming in over a WebSphere MQ queue. It takes a long time before we receive the message. Is there a simple, easy way of tracking when a message gets received/picked up?

    Read the article

  • Import part with specific meta data using MEF Preview 5

    - by Riri
    I have a export defined as as follows in MEF preview 5 [ExportMetadata("Application", "CheckFolderApplication")] [Export(typeof(ExtendedArtifactBase))] public class CheckFolderArtifact2 : ExtendedArtifactBase { ... Then I only want those imports with the "Application" "CheckFolderApplication" metadata. To currenly do that I read all the imports and then filter the result. [Import(typeof(ExtendedApplicationBase))] private ExportCollection<IApplication> _applications { get; set; } public IApplication GetApplication(string applicationName) { return _applications.Single(a => a.GetExportedObject().Name == applicationName).GetExportedObject(); } This feels really inefficient. What if I have thousands of plug-ins - do I have to read them all via MEF to just get one with the right metadata? If so how do you cache the result?

    Read the article

1