Priyan 's Blog
Monday, March 24, 2014
Reading L3G4200D Gyro sensor via I2C using Stellaris launchPad – PART 1
›
I got a stellaris LM4F120 launchPad hanging around for sometime. I haven’t done much with that other than trying FreeRTOS on it. Recently ...
Tuesday, October 9, 2012
AmazonGlacierGUI - A GUI Client for Amazon Glacier
›
I have created a tool for Amazon glacier , checkout http://amazonglaciergui.codeplex.com/ Its a WPF MVVM application in C# Amazon gl...
Tuesday, November 22, 2011
Google reader notes JSON To Delicious Export Tool
›
I was heavily using google reader notes for the past 2-3 years , as they stopped note in reader service I moved to delicious, I am happy w...
Tuesday, May 4, 2010
A generic excel file Importer / Reader - Converting Excel rows into Strongly typed entity
›
Its my blog post after a long time , Its simply a class it can be used to map Excel columns to an entity fields by adding an attribute to th...
1 comment:
Friday, November 27, 2009
ASP.NET Validation Controls - Conditionally validating
›
Using the server side Page.Validate() and Client Side Page_ClientValidate() , we can validate a group of controls conditionally. For eg. i...
Wednesday, September 23, 2009
URL Rewriting with ASP.NET 3.5 using System.Web.Routing.UrlRoutingModule
›
In asp.net 2.0 we used Context.RewritePath() or other URL rewrite modules. With asp.net 3.5 its easy to do. I did it for my blog for bet...
2 comments:
Wednesday, August 12, 2009
A simple Rss Feed Parser using LINQ To XML
›
Download Code A simple class that can be used to parse rss feed, Check the code attached it will display my twitter updates by parsing the r...
1 comment:
›
Home
View web version