Building Web Apps with ASP.NET Jump Start
Sat, 2013-03-02 19:00 | SergeChel
Check out 8 Hours of FREE Training Videos on developing web applications with ASP.NET
http://www.hanselman.com/blog/BuildingWebAppsWithASPNETJumpStart8HoursOf...
C#: authentication at proxy
Sat, 2011-08-06 17:36 | SergeChel
C#: basic authentication at XML web-service
Sat, 2011-07-30 10:21 | SergeChel
In order to do a basic authentication, with username and password, for your request to remote XML web-service you have to set Credentials property of request object.


C#: send and recieve SOAP packets as plain text
Mon, 2011-10-10 09:56 | SergeChel
This is a simple example of a way to exchange plain text SOAP messages with XML web-service, without the use of OOP wrappers. This code may be refactored by removing the use of XmlDocument and XmlTextWriter classes.