Categories
Technology

Embed SVN’s revision into AssemblyInfo’s version number

tortoise-visualstudio

Automatically sync the two numbers on each build.

Categories
Technology

Calling a Web Method in C# without Service Reference

This is a SOAP request

Last week I gave you a method that, using SOAP and HttpWebRequest, allowed you to invoke a Web Method without a WSDL or a Web Reference. Well today, I’ll give you an improved version of that method. In fact I’ll give you a whole ready-to-use class with additional functionality.

Categories
Technology

Calling Web Service without WSDL or Web Reference

Once I had to test in C# a dozen of web services developed by a third-party. However they provided no WSDL and no ASMX – therefore it would be impossible to use Web References. They only provided the name of the web methods, their urls, calling credentials and an XML request example.

Categories
Technology

Rails vs Django vs Play: Battle of frameworks

rails-vs-django-vs-play

This post is a review of those three frameworks considering four criteria: Ease of learning, Speed of development, Tools/Plugins, and Community.

Categories
Technology

Setting up your Rails environment from scratch

original photo: goo.gl/QE43FV
original photo: goo.gl/QE43FV

This is a complete yet summarized guide to set up a Ruby on Rails development environment on Linux.