A Web API controller action can return the following types:
void
HttpResponseMessage
IHttpActionResult
Other types, such as IEnumerable, object, collections, etc.
Dhananjay Kumar is a Consultant and Trainer from India and organizer of one of the world's largest Angular conferences, ng-India
A Web API controller action can return the following types:
void
HttpResponseMessage
IHttpActionResult
Other types, such as IEnumerable, object, collections, etc.
Yes, Goodbyes are hard. After almost 5 years at Infragistics, I am moving on and seeking other opportunities. I must say these years were the best years of my life. At Infragistics, I was a Developer Evangelist. My job was to engage developers, create more awareness with them around Infragistics’ Ignite UI product, and toContinueContinue reading “Goodbyes are hard…..”
There are four ways an object can be created in JavaScript object as a literal Using the new operator, also knows as constructor invocation pattern Using the Object.create() method Using the class starting ES6 Watch full video here : https://www.youtube.com/watch?v=JPNM2Pr-6Lo Source Code : https://gist.github.com/debugmodedotnet/f3608fb337a809e2139a9e8c4a5eb8c6 For more such learning videos, subscribe to https://www.youtube.com/c/geek97
The JavaScript Proxy object is a virtualizing interface to control the behavior of the object. It adds custom behavior to basic operations of the object. In this video you learn , Why to use the Proxy object in JavaScript. https://www.youtube.com/watch?v=Q4JBOh-cXso
https://www.youtube.com/watch?v=94wxG2sCzAs In this video, you learn about delete operator in JavaScript. For more learning videos subscribe here : https://www.youtube.com/c/geek97
Delegates are one of the most used features of C#. It allows you to pass a function as of function pointer. It is kind of same as function pointer of C++. Put simply, delegates are the same as a function pointer of C ++. It refers to another function. As noted in Microsoft official documentation:ContinueContinue reading “C# Basics: Delegates”
In Angular, it is essential to know how components communicate with each other. If you use a component inside another component, they create a parent child relationship. In such a scenario, parent and child components communicate to each other in following ways: @Input() @Output() Temp Ref Variable ViewChild and ContentChild You can learn in detailContinueContinue reading “Simplest way to share data between two unrelated Components in Angular”
Have you ever thought, what is type of undeclared variable in JavaScript? I know, the first thing that might come to mind is: how can an undeclared variable have a type? Yes, in JavaScript it is possible. To understand it, let us start with understanding types in JavaScript. There are seven built in types in JavaScript.ContinueContinue reading “Type of Undeclared Variable in JavaScript: What is it?”
So you want to write your first Angular application, however setting up even a ‘Hello World’ Angular application is not easy. It requires many steps such as: Setting up a TypeScript compiler, if you choose to use TypeScript Configuration of Webpack or other module loader Setting up local web development server Installing and configuring dependenciesContinueContinue reading “Simplifying Angular CLI for beginners”
I am very excited to share that today I completed 11 years working in the industry. It has been a learning and good challenging journey for me. During last 11 years, I have lived in three different cities and worked on six different technologies. I started my career as Software Engineer and currently working asContinueContinue reading “Completed 11 Years working in the Industry”