I guess there would be very few developers who do not use StackOverflow in their day to day life. StackOverflow is part of a developer's life. Whenever we have some issues or doubts we go to the browser -> opens StackOverflow or search for the question on the browser -> StackOverflow link opens and … Continue reading AI-Driven Stack Overflow Bot from Microsoft: First look
Author: Neel
Microsoft Cognitive Services for AI : Vision API
Recently I took part into a Hackathon in which we were required to submit some innovative ideas for a well-known bank. I registered and after few days I got an email from the Hackathon event team that they have arranged some webinars to help people to think about some innovative ideas. I got impressed with … Continue reading Microsoft Cognitive Services for AI : Vision API
Angular with .Net Core 2.0
When we think of creating a JavaScript application, for example, an Angular project, generally we do not think of Visual Studio because we are not used to writing Angular code on Visual Studio. But Microsoft team has allowed us to write Angular code in Visual Studio and it works very well with the back-end code … Continue reading Angular with .Net Core 2.0
Visual Studio Code Tools for Artificial Intelligence(AI): First look
Microsoft recently announced Visual studio code tools for AI which is an extension to build, test, and deploy Deep Learning / AI solutions. We all know that AI is really in demand nowadays. Let us first see what is AI: Artificial intelligence (AI) is an area of computer science that emphasizes the creation of intelligent machines that … Continue reading Visual Studio Code Tools for Artificial Intelligence(AI): First look
C# 7.0 feature Part I : Pattern matching
In this series of posts, I will explain the new features of C# 7.0 Let us see the Pattern Matching feature in the current post. There are currently 2 existing language constructs which has been enhanced with patterns by Microsoft team: with the keyword is With Switch case Before starting let us see some advantages of … Continue reading C# 7.0 feature Part I : Pattern matching
C# 8.0 Expected Features Part – II : Implementation of method in the Interface
In my previous post, I have explained about one of the first four features of C# 8.0 which has been announced by Microsoft recently. In this post, I will explain one more future feature which is Default Interface Methods. This feature will allow interfaces to fully define methods just like abstract classes. However, interfaces will … Continue reading C# 8.0 Expected Features Part – II : Implementation of method in the Interface
Internet Of Things(IoT) with Node-Red and Azure: Part 1
In my upcoming series of posts, I will explain how to create IOT hub in Azure, how to create an IOT device using the Azure code and how to integrate our IOT Azure with Node-Red. First of all, let us see what is IOT? As per Wikipedia: The Internet of things (IoT) is the network of physical … Continue reading Internet Of Things(IoT) with Node-Red and Azure: Part 1
Step by step installation of .Net Core 2.0
In my previous post, I have explained how to set up for .Net Core 2.0 which you can find here. But in that post, it mainly focuses on how to do the setup if you already have .Net Core. So in this post, I will explain how to install .Net core 2.0(Without having Core 1.0) … Continue reading Step by step installation of .Net Core 2.0
Razor pages compilation on Build: Now default with .Net Core 2.0
.Net Core 2.0 is announced a few months back and it came up with some awesome features. I am going to explain its one of the best features which are the compilation of views and pages on Build. Till now(before .Net core 2.0) whenever we publish any MVC application, Razor files are published as .cshtml … Continue reading Razor pages compilation on Build: Now default with .Net Core 2.0
Async Streams : C# 8.0 expected features Part – I
We all know that Microsoft always delivers awesome features in all the releases and they are already planning for the features of C# 8.0 As per a video on Channel 9, Mads Torgersen has explained about the possible features of C# 8.0 There are possibly 4 features till now which are as below: Nullable reference … Continue reading Async Streams : C# 8.0 expected features Part – I









