Working with the LinkedIn Developer API 02 February 2013 Guus-Beltman ASP.NET, Web, Social Yesterday for the first time I worked with the LinkedIn Developer API en the OAuth protocol. I needed to retrieve a group discussion to display as a Twitter-like widget on a site. Unlike twitter there is no simple feed that you can use, LinkedIn requires an authenticated user for accessing their dat... [More]
Great image resizing module for asp.net 23 January 2013 Guus-Beltman Developing, C# code snippets, ASP.NET Just found a great ASP.NET module for resizing, crop, rotate and watermarking images. You can find it on imageresizing.net. What’s so great about it is it’s simplicity, after installing, you can resizing images by url: image.jpg?width=300 It’s support a lot of image formats and can also re-encod... [More]