Nowadays Machine learning is a very hot topic, everyone is talking about Machine learning and discussing how it can be useful in their business or in his or her career. Machine Learning in simple words Machine learning is a method of data analysis that automates analytical model building. It is a branch of artificial intelligence based … Continue reading Machine Learning in simple words: Azure Machine Learning part I
Month: October 2017
ErrorCode = ‘0x80004005 : 80008083: .Net Core 2.0 + IIS exception
We all know that .Net Core has been announced so people started implementing with .Net core. One exception which people are getting while frequently while deploying .Net Core application(created by Visual Studio 2017) on IIS is as below: Application ‘<IIS path>’ with physical root ‘<Application path>’ failed to start process with commandline ‘”dotnet” .\MyApp.dll’, ErrorCode = … Continue reading ErrorCode = ‘0x80004005 : 80008083: .Net Core 2.0 + IIS exception
Newly written SignalR with .Net Core 2.0 and TypeScript
Update 02/15/2018 - Please note that this is a pre-release version and it is not production ready yet. https://github.com/aspnet/SignalR/issues/429 for more discussion. Whenever we want to implement real-time web functionality in .Net then first thing comes to our mind is SignalR. What is SignalR? ASP.NET SignalR is a library for ASP.NET developers that makes developing real-time … Continue reading Newly written SignalR with .Net Core 2.0 and TypeScript
SourceTree with Bitbucket cloud
In this article, I will explain how to do all Git operations from SourceTree which will be reflected in BitBucket. Let us see what is BitBucket: Bitbucket is a web-based hosting service that is owned by Atlassian. It is the Git solution for professional teams. Bitbucket core features include pull requests, branch permissions, and inline comments. What is … Continue reading SourceTree with Bitbucket cloud
AI-Driven Stack Overflow Bot from Microsoft: First look
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
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