MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Codingcanvas.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Codingcanvas.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Codingcanvas.com most likely does not offer any adult content.
Popular pages
-
Moq : Setup, Verify, Verifiable & Callback explained | Coding Canvas
Consider the following method which needs to be tested. and one of the unit test of this method mockRepository.Setup(x => x.AddIncomePeriod(It.IsAny())).Returns(x => x).Verifiable(); ‘Setup’ mocks a m...
-
Full text search : Stopwords and Stoplists | Coding Canvas
This is my fourth post on full text search.In this post I will discuss the concept and usage of Stopwords and Stoplists in full text search.If you are new to full text search please go through my earl...
-
Asp.net core | Coding Canvas
Search
-
Code Weaving in .NET using Fody | Coding Canvas
In almost all .NET applications you encounter lot of boilerplate code which although has pretty standard implementation but is quite important from implementation point of view. Some common examples a...
-
Getting started with asp.net core razor pages | Coding Canvas
ASP.Net core 2 and above have the concept of razor pages which is an interesting useful addition. It is quite similar to asp.net web forms model. Unlike MVC views & controllers , razor pages have a vi...
-
End to end correlation using Azure application insights for asp.net mvc apps | Coding Canvas
I have been working with Azure application insights for some time now and its now that I am realizing its full potential. Traditionally we all have worked with applications logging in databases or fla...