At the time of writing this post, .NET has no specific facility to work with REST services. Though, some services over the web provide information in REST format. For example, http://www.geonames.org (that provides gegraphic information) has a lot of free web services to get geographical information. The other day, I needed to use these services [...]
Posts Tagged ‘.net’
Dealing with REST Web Services
Posted in ASP.NET, C#, tagged .net, 3.5, ASP.NET, get, httpwebrequest, Linq, Load, post, rest, Save, service, StreamWriter, web, web service, webrequest, xelement, xml on October 10, 2008 | 2 Comments »
A practical use of Serialization and Extension methods in C# 3.0
Posted in ADO.NET, C#, tagged .net, bool>, C# 3.0, Deserialize, expression, Extension Methods, Func, Helper, Persist, Serialization, Serialize on July 3, 2008 | Leave a Comment »
\Recently, reviewing a colleague’s design diagrams, I noticed that in order to keep the history of changes of a particular field, he had created a small table in SQL Server! For example, in a contract management program, we are asked to keep track of changes in Due Date and Contract Payments. A primitive way for [...]