Skip to main content

Posts

Showing posts from July, 2015

Versioning ASP.NET Web API Services uri based Versioning

I’ve been doing some work with APIs lately and finally had the chance to dig into the  ASP.NET Web API  a bit more. While it’s technically brand new (released with .NET 4.5 and Visual Studio 2012), the Web API has been around in beta form for quite a bit now. For those of us who have done a fair amount of work with the WCF framework, the Web API is a welcome addition/replacement. Instead of monstrous configuration files and contract-first demands placed on us by WCF, we can now build RESTful web services using a very lightweight and HTTP-focused framework. As I work on designing a new API, one thing that I’m focused on right now is versioning.   In this blog post, I’ll show you how to build uri based versioning for ASP.NET Web API services. Reference  https://seroter.wordpress.com/2012/09/25/versioning-asp-net-web-api-services-using-http-headers/ http://www.codeproject.com/Articles/741326/Introduction-to-Web-API-Versioning http://bitoftech.net/2013/12/16/asp-net-web-api-versi

Compare database schema sql server free tools

Compare database schema sql server free tools SQL Admin Studio https://www.simego.com/Install/SQL-Tools Open DBDiff 0.9 http://opendbiff.codeplex.com/releases/view/72756 Related Urls : What is best tool to compare two SQL Server databases (schema and data) http://stackoverflow.com/questions/193438/what-is-a-free-tool-to-compare-two-sql-server-databases http://stackoverflow.com/questions/685053/what-is-best-tool-to-compare-two-sql-server-databases-schema-and-data