Sunday, March 03, 2013

SimplifiedConfiguration also available on nuget

I have also published the SimplifiedConfiguration on the nuget at following:

https://nuget.org/packages/SimplifiedConfiguration/1.1

Current version is 1.1. It can be installed as follows:

image

Introducing SimplifiedConfiguration

I have created a small library to help simplify reading of app settings from the config file in C#. This is hosted on GitHub for everyone to give a try and give a feedback.

https://github.com/sanjaysingh/SimplifiedConfiguration

Monday, February 18, 2013

OData Service Project Template

I made a Visual Studio project template for creating OData services in .Net. Using this makes it quite easy to get started with OData services. It support JSON format out of the box.

It is available at following location:

http://visualstudiogallery.msdn.microsoft.com/902bc0b9-f90d-439d-a23c-a23f5cc25844

Give it a try and let me know your feedbacks.