Introduction To Universal Windows Platform The (UWP) can actually run on all types of Windows-based devices. It was a huge challenge for the developers to introduce the UWP with Windows 10.
Multicast Delegates: As we discussed last week about delegates here, a delegate points to a function. We saw an example of a delegate pointing to a function and how we can use it.
Value vs Reference Types in Asp.net C#: I will be discussing the difference between value and reference types. There are certain misconceptions among people about the differences between the two.
What is .NET And How many languages .NET is supporting ? .NET is essentially a framework for software development. It is similar in nature to any other software development framework (J2EE etc) in that it provides a set of runtime containers/capabilities, and a rich set of pre-built functionality in the form of class libraries and APIs .