CoderJony

Blogs

WCF Service Error - "This collection already contains an address with scheme http"

WCF Service Error - "This collection already contains an address with scheme http"

Just add the below section in your web.config file.

Read More By Ankush Jain
Database Unit Testing for SQL Server using tSQLt

Database Unit Testing for SQL Server using tSQLt

In this blog, I am sharing the key points that I noted while learning the basics of database unit testing for SQL Server.

Read More By Ankush Jain
How to use Materialize CSS in Angular application

How to use Materialize CSS in Angular application

To install Materialize in your angular app. You just need to follow 2 steps.

Read More By Ankush Jain
Solution- The following untracked working tree files would be overwritten by merge

Solution- The following untracked working tree files would be overwritten by merge

Below, I have mentioned both root-cause & solution of the above error.

Read More By Ankush Jain
Token Based Authentication in Web API 2 using OWIN

Token Based Authentication in Web API 2 using OWIN

In this post, we will learn how to secure Web APIs by implementing Token Based Authentication & Authorization in them. You can refer this post to understand what is Authentication & Authorization in web applications.

Read More By Ankush Jain