Jump to content

leodiavata

Member
  • Posts

    77
  • Joined

  • Last visited

Reputation Activity

  1. Like
    leodiavata reacted to Franck in List of web services that work with .NET web app   
    Well by default .Net web service return as XML but it's just 1 simple change in the webservice to choose what format each method return (plain text, json, xml, etc).
     
    Your 3rd example is an "asmx" services which is .net 2.0 and is by default a restful webservice which mean any languages that can do a web call can request information from it. .net app will have an easier time as it also integrate much easier as it can automatically make the wrapper for you. As long as your web services are restful you will have no problem making request to it from any languages including .NET apps.
     
    If you have VS2015 or higher the default web service template already come with a method as example and it's easy to understand (image below is for VS2019).
     

     
    Then it's simple, you code the methods structure in the IService interface. And code the implementation in the SVC file.
    The project will contain 2 method example once with a int parameter returning a string the other return a custom class object. So it's 2 great example. The example is the same as the one that was in VS2010 for an ASMX webservice and the code is written the same way. Only difference is WCF is .NET 4.0 and up and it's not restful byt default so only .NET can connect to it (easily it's hackable from other language but it's a mess)
  2. Informative
    leodiavata got a reaction from Zando_ in General Intel HEDT Xeon/i7 Discussion   
    Got it to 4.2 by lowering bclk to 191 and multi to 22. Had to up the voltage to 1.375. 4.3 does not seem to work well. Will try something between 191 and 196 tomorrow.
  3. Informative
    leodiavata got a reaction from NoxiousOdor in SOLVED-6 sticks of ram run in dual channel but not in tripple   
    Never mind made it work. Just set the higher timings of the 2000 kit and it registers as triple channel now
    Since manually adding timings seemed unstable , enabling the xmp profile did the trick too.
    With xmp it seems to run stable .
    Didn't do a full prime 95 test but ran Aida64 (CPU cache ram) for 20 mins no crash no bsod.
    While with manual timings it crashed within 7-10 mins
  4. Like
    leodiavata got a reaction from NoxiousOdor in SOLVED-6 sticks of ram run in dual channel but not in tripple   
    i7 920 . Planning to get xeon x5650
  5. Like
    leodiavata got a reaction from iamdarkyoshi in Is it possible to damage a gpu with thermal paste ?   
    Well fuck
  6. Like
    leodiavata got a reaction from davidvu396 in Which smartphone should I buy.   
    I saw a bunch of review for the oneplus one and it seems beasty for ... a relatively low price , I was wondering is there a way to get this phone in some store for example in Germany (Ill go there for a week) , because I can't seem to find it anywhere here.It definitely is a beast of a phone , it has the same processor with the expensive flagships from different companies , 3 gb ram , not a bad camera and its cheap .Sooo I am really considering oneplus one over the LG G3.
×