Jan 262013
 

Since 2001 Syncfusion provides the broadest range of enterprise-class software components and tools for the Microsoft .NET platform, so it’s not a surprise that as a Software Consultant several times in my working career I had to deal with their libraries and components which usually were reliable, good quality and easy to use. That said, this blog post is not about their components, as there [... read more]

Nov 222012
 

This is the second post of the series about how to load dynamically external content to a html page by using jQuery AJAX capabilities. If you want to know how to use the load() method please check the previous post. There are mainly 4 ways of how jQuery library enables the AJAX requests, and this article covers the second one in the list. using the [... read more]

Nov 212012
 

This is the first post of the series about how to load dynamically external content to a html page by using jQuery AJAX capabilities. If you are new to AJAX, please check this short introduction Ajax (an acronym for Asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. With Ajax, web applications can [... read more]

REST Web Services with Unity.WCF

 Posted by on November 3, 2012
Nov 032012
 

Microsoft WCF framework is the Microsoft (de-facto) platform for developing SOAP Web Services. Even though in the latest .NET 4 version there are many improvements like: simplified configuration and better support for REST web services type, personally I have a love-hate relationship with it because I believe that is not the easiest platform to work on, especially when it comes to the configuration. Dependency Injection [... read more]

Sep 192012
 

In this short tutorial I will show how to create quickly a RESTful service by using Visual Studio 2012, ASP.NET Web API and Advanced REST Client. Download a fully working example that covers all the code mentioned in the post: FirstAspNetWebApi_20120920.zip If you liked the article, please share this page to your twitter followers . Let’s quickly learn some basic concepts: RESTful service REST acronym [... read more]

Jul 242012
 

Just wondering how many different ways are there for creating Web Services (of any kind) in the Microsoft.NET stack. ASP.NET Web Services Introduced from the beginning of the Microsoft.NET. ASP.NET Web Services technology has given a very easy way of creating Services within the Microsoft.NET stack. Even being so easy to implement, ASP.NET Web Services are good only in simple scenarios. ASP.NET Web Services are [... read more]

acerrairmgard@mailxu.com