Delegates in C#
Steps involved while working with delegates:
1. Declare a delegate
2. Set a target method
3. Invoke a delegate
Steps involved while working with delegates:
1. Declare a delegate
2. Set a target method
3. Invoke a delegate
Build us a deck of cards in a C# Or Node console application
Populate the deck of cards with 54 cards: 4 suits and 2 jokers
Display the cards on the console app
var should be globally scoped.
let should be a function or block scoped.
const should be used with read-only values or computed values, generally inside a component.
Difference between let, var and const in JavaScript with Hoisting Read More »
There are three different ways to achieve Dependency Injection, which are namely:
-Constructor Injection
-Method Injection
-Property Injection
Dependency Injection in C# uses IoC principle. IoC stands for Inversion of Control, this is used to invert different kinds of controls like a class etc. This include control over the flow of an application, and control over object creation or dependent object creation and binding.
So there are three ways to perform deep copy
1. Spread Operator {…}
2. Object.assign()
3. JSON.parse(JSON.stringify())
and use (=) for shallow copy
JavaScript – Shallow and Deep Copy difference in detail Read More »
You searched the internet and found out more than half of the world websites are made in WordPress. You then searched WordPress and then you got two links, one to WordPress.Com and other to wordpress.org. Where to go from now, and to clear that doubt, we are telling you the WordPress.Com Vs WordPress.Org – Major Difference
WordPress.com Vs WordPress.Org – Major Differences Read More »
During the initial phase until Bill was the CEO of the company they kept .net framework licensed. Thus making it work only in closed environment of windows. But after the failure or various features (Silverlight) and products like windows phone, and once Satya becomes CEO and his baby azure becomes the backbone of the companies overall earning. They started focusing on services and platforms instead of the product. And hence the phase of open source started with the advent of .Net Core and made .Net framework free.