Articles Written by Bipin Joshi

Using TypeScript in Visual Studio 2012

TypeScript is a superset of JavaScript that provides typed nature to your code, and when compiled is converted into the same standard JavaScript. This means after compiling the TypeScript code you can use the resultant JavaScript in any browser that supports JavaScript. Read on to learn more.

Working with OData Queries in ASP.NET Web API

OData protocol allows you to create RESTful data services by exposing URI end points. ASP.NET Web API supports OData queries so that your data can be consumed by the client over HTTP with the help of OData query options. Bipin Joshi illustrates how to work with the OData support provided in the Web API, and how to write OData queries.

Using RavenDB in ASP.NET Applications

Web applications commonly store data in an RDBMS, however, applications may need to handle data that doesn't fit into traditional row-column format. In such cases Document databases, such as RavenDB, come into the picture. Vipin Joshi shows you how to work with RavenDB in an ASP.NET application.

Using NUnit with Visual Studio 2012 Unit Test Projects

Visual Studio 2012 uses MS-Test, Microsoft's unit testing framework, by default but also allows you to use third-party unit testing frameworks. Bipin Joshi shows you how to use these third-party unit testing frameworks and still use Visual Studio IDE to run the tests.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds