Helper function for your local method – Local Function in C# 7.0
In C# 7.0, you can now have your helper function defined with in the method itself. The local function can…
In C# 7.0, you can now have your helper function defined with in the method itself. The local function can…
In C#, we often used Out parameter, as like call by reference, mostly when we want to return multiple values…
In one of our previous post, Expression – Bodied Members in C# 7.0 , we have seen how C# 7.0…
The Interactive Window in Visual Studio is a great utility to play around the code, language features, API’s and other…
In Visual Studio 2017 dotted structure guide lines in your code, between the curly braces ({}), helps in identifying…
Visual Studio 2017 introduced an interesting feature that draw a dotted structure guide lines on your code. It draw a…
Before setting up the Continuous Integration, you have to make sure your Visual Studio Team Services (VSTS) account is linked…
Azure Bot Service is the Bot-Service powered by the Microsoft Bot Framework and Microsoft Azure. It enables rapid intelligent bot…