Directly throw Exception as an Expression – Throw expressions in C# 7.0
In one of our previous post, Expression – Bodied Members in C# 7.0 , we have seen how C# 7.0…
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…
Expression-bodied methods was introduced with C# 6.0, that simplify the syntactic expression for methods in C#. We have seen this…
If you are using Visual Studio 2017, by now you must have noticed, the Find All Reference window comes with…