In JavaScript you can invoke a function in four different ways. In this post we will take a look on various invocation patterns. There are four ways a function can be invoked in JavaScript. Four invocation patterns in JavaScript are as follows, Function Invocation Pattern Method Invocation Pattern Constructor Invocation Pattern Indirect Invocation Pattern FunctionContinueContinue reading “Invocation patterns in JavaScript”
Author Archives: Dhananjay Kumar
Presented on Backend as a Service in Pune DevCon 2013
On 24th Aug 2013 I presented on Backend as a Service in Pune DevCon 2013. It was one of the premium event with more than 300 attendees and 25 speakers. I had an opportunity to present on Backend as a Service under Windows 8 track. I had a very humble audience of 30 people. IContinueContinue reading “Presented on Backend as a Service in Pune DevCon 2013”
CRUD operation on ASP.NET Web API from .NET client
In this post we will learn to work with CRUD operation on ASP.NET Web API. We will learn To create CRUD operation on ASP.NET Web API Using Entity model to create model Creating repository to perform CRUD operation Consuming service in .NET Console Client I can draw architecture of this blog post as following, LetContinueContinue reading “CRUD operation on ASP.NET Web API from .NET client”
Completed one Year at Telerik
I am happy to share with each one of you that I have completed 1 year working for esteem organization Telerik I joined Telerik on 2nd July 2012 as their second employee in India. Journey from Developer to Evangelist has been exciting so far. As part of my job responsibility I focused on MobileContinueContinue reading “Completed one Year at Telerik”
What is difference between First and FirstOrDefault in LINQ?
Last week I were presenting LINQ to group of almost 100 audience. While writing query a question raised that what is difference between First and FirstOrDefault . At that time I was not very sure about answer so I asked audience to help me. One from audience answered this question. So credit of this blogContinueContinue reading “What is difference between First and FirstOrDefault in LINQ?”
TestFixtureSetUp and TestFixtureTearDown in Unit Testing using NUnit: Part 4
We have been learning Unit Testing using NUnit together. Read first three parts of this series below, How to do Unit Test using NUnit : Part 1 Test SetUp and TearDown in Unit Testing using NUnit : Part 2 Ignore Test in Unit Testing using NUnit: Part 3 In Part 2 , we discussed aboutContinueContinue reading “TestFixtureSetUp and TestFixtureTearDown in Unit Testing using NUnit: Part 4”
Ignore Test in Unit Testing using NUnit: Part 3
We have been learning Unit Testing using NUnit together. Read first two part of this series below, How to do Unit Test using NUnit : Part 1 Test SetUp and TearDown in Unit Testing using NUnit : Part 2 You may come across a scenario when test is itself broken. While executing test you needContinueContinue reading “Ignore Test in Unit Testing using NUnit: Part 3”
Test SetUp and TearDown in Unit Testing using NUnit : Part 2
Read Part 1 here: How to do Unit Test using NUnit : Part 1 In last post we talked about how to start with Unit Testing using NUnit. In this post I will discuss about following two topics, Test Setup Test Teardown You need Test Setup and Test Teardown to remove any dependency between tests.ContinueContinue reading “Test SetUp and TearDown in Unit Testing using NUnit : Part 2”
Presented in Silicon India SofTec 2013 on “A Look into Automated Web UI Test”
On 8th June 2013 I presented in Silcon India Softec conference. This conference was targetted to Test Professionals and witnessed around 400+ professionals. I presented on topic A look into Automated Web UI Test. I followed demo based presentation approach and engaged audience on how to automate web UI testing with Telerik Test Studio withContinueContinue reading “Presented in Silicon India SofTec 2013 on “A Look into Automated Web UI Test””
Live Blog from Steve Forte Agile talk at Good Lab Hong Kong
I got an opportunity to attend Steve Forte talk on Agile talk at Good Lab Hong Kong. Below I am posting some of the points from this talk, Four Phases of Customer Development are as follows, Book must read if you are interested in Agile and Start-up. What is Agile? Agile development supports the rapidContinueContinue reading “Live Blog from Steve Forte Agile talk at Good Lab Hong Kong”