You can also use the WebGet attribute to specify the format for request and response messages By default, operations marked with WebGet send response messages formatted as XML data, and the WCF runtime serializes them as POX objects However, you can send response messages in JSON format by specifying the ResponseFormat property of the WebGetContinue reading “WCF and JSON”
Monthly Archives: May 2011
Исследование CNews: Где учились лучшие ИТ-менеджеры России
Ключевые фигуры российского ИТ-рынка имеют образование связанное с физико-математическими науками. На мой взгляд, лучше всего либо получить фундаментальное образование в одном из ведущих вузов по математике или физике, что хорошо тренирует, прежде всего, умение приобретать знания, широко и системно мыслить, либо по экономике или юриспруденции, если склонности к точным наукам не наблюдается, – говорит Рязанцев.Continue reading “Исследование CNews: Где учились лучшие ИТ-менеджеры России”
AT: Moving Ahead With Amazon EC2 (Intro)
AT – Acceptance Testing I’ve got ten hosts, but their capacity is almost 100% in use by virtual machines. Many of the hosts are obsolete and do not support new configurations. But I am against requesting new hosts. If you’re part of a big company and need additional IT resources, you probably find you’re requiredContinue reading “AT: Moving Ahead With Amazon EC2 (Intro)”
PowerShell: Download File
(new-object System.Net.WebClient).DownloadFile(‘http://macosoft.gnom/files/xon.png’, ‘c:\xon.png’)
AWS CloudFormation
AWS CloudFormation gives developers and systems administrators an easy way to create a collection of related AWS resources and provision them in an orderly and predictable fashion. With CloudFormation, you can start and stop an entire environment with one operation. It’s very similar to Microsoft Azure’s approach with their .cscfg and .csdef files which areContinue reading “AWS CloudFormation”
Enable NetBIOS over TCP/IP
To enable NetBIOS over TCP/IP first identify the adapters index number using wmic nicconfig get caption,index,TcpipNetbiosOptions then using one of the following values: 0 – Use NetBios setting from DHCP 1 – Enable NetBios over TCP/IP 2 – Disable NetBios over TCP/IP set the required NetBIOS over TCP/IP value to each Nic. wmic nicconfig whereContinue reading “Enable NetBIOS over TCP/IP”
Enable Server Core remote management from any MMC snap-in through the firewall
netsh advfirewall firewall set rule group=”Remote Administration” new enable=yes You can always run the following command in order to disable this option: netsh advfirewall firewall set rule group=”Remote Administration” new enable=no
Install the DNS service on a 2008 Server Core system
ocsetup DNS-Server-Core-Role